Browse Source

2015-01-22 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* libesmtp, spice, spice-protcol, telepathy-salut: updated
	* ptlib: rebuilt
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9287 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
3d48df5b9a

+ 30 - 12
lib/libe/libesmtp/libesmtp-vl.spec

@@ -1,18 +1,21 @@
 %define plugindir %{_libdir}/esmtp-plugins
 
 Summary:        SMTP client library
-SUmmary(ja):	SMTPクライアントライブラリ
+SUmmary(ja):	SMTP クライアントライブラリ
 Name:           libesmtp
-Version:        1.0.4
-Release:        3%{?_dist_release}
+Version:        1.0.6
+Release:        1%{?_dist_release}
 License:        LGPLv2+
 Group:          System Environment/Libraries
+URL:            http://www.stafford.uklinux.net/libesmtp/
+
 Source:         http://www.stafford.uklinux.net/libesmtp/%{name}-%{version}.tar.bz2
 Patch1:         libesmtp-build.patch
 Patch2:         libesmtp-1.0.4-ssl.patch
-URL:            http://www.stafford.uklinux.net/libesmtp/
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires:  openssl-devel pkgconfig
+BuildRequires:  openssl-devel
+BuildRequires:  pkgconfig
 
 %description
 LibESMTP is a library to manage posting (or submission of) electronic
@@ -26,7 +29,8 @@ Summary: Headers and development libraries for libESMTP
 # example file is under the GPLv2+
 License: LGPLv2+ and GPLv2+
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}, openssl-devel
+Requires: %{name} = %{version}-%{release}
+Requires:  openssl-devel
 
 %description devel
 LibESMTP is a library to manage posting (or submission of) electronic
@@ -36,10 +40,12 @@ Exim.
 The libesmtp-devel package contains headers and development libraries
 necessary for building programs against libesmtp.
 
+#'
+
 %prep 
 %setup -q
 %patch1 -p1 -b .build
-%patch2 -p1 -b .571817
+#patch2 -p1 -b .571817
 
 # Keep rpmlint happy about libesmtp-debuginfo...
 chmod a-x htable.c
@@ -50,9 +56,17 @@ if pkg-config openssl ; then
   export CFLAGS="$CFLAGS $RPM_OPT_FLAGS `pkg-config --cflags openssl`"
   export LDFLAGS="$LDFLAGS `pkg-config --libs-only-L openssl`"
 fi
-%configure --with-auth-plugin-dir=%{plugindir} --enable-pthreads \
-  --enable-require-all-recipients --enable-debug \
-  --enable-etrn --disable-isoc --disable-more-warnings --disable-static
+
+%configure \
+  --with-auth-plugin-dir=%{plugindir} \
+  --enable-pthreads \
+  --enable-require-all-recipients \
+  --enable-debug \
+  --enable-etrn \
+  --disable-isoc \
+  --disable-more-warnings \
+  --disable-static
+
 make %{?_smp_mflags}
 cat << "EOF" > libesmtp.pc
 prefix=%{_prefix}
@@ -76,8 +90,8 @@ EOF
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install INSTALL='install -p'
-rm $RPM_BUILD_ROOT/%{_libdir}/*.la
-rm $RPM_BUILD_ROOT/%{_libdir}/esmtp-plugins/*.la
+rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
+rm -f $RPM_BUILD_ROOT/%{_libdir}/esmtp-plugins/*.la
 install -p -m644 -D libesmtp.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libesmtp.pc
 
 
@@ -103,6 +117,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/libesmtp.pc
 
 %changelog
+* Thu Jan 22 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.6-1
+- updated to 1.0.6
+- dropt Patch2
+
 * Sun Mar 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-3
 - rebuild with openssl-1.0.0d
 

+ 15 - 6
p/ptlib/ptlib-vl.spec

@@ -1,18 +1,18 @@
 Summary:	Portable Tools Library
 Name:		ptlib
 Version:	2.10.10
-Release:	2%{?_dist_release}
-URL:		http://www.opalvoip.org/
-Source0:	ftp://ftp.gnome.org/pub/gnome/sources/ptlib/2.10/%{name}-%{version}.tar.xz
+Release:	3%{?_dist_release}
+
 License:	MPLv1.0
 Group:		System Environment/Libraries
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+URL:		http://www.opalvoip.org/
 
+Source0:	ftp://ftp.gnome.org/pub/gnome/sources/ptlib/2.10/%{name}-%{version}.tar.xz
 Patch0:		libpt2-fix-avc-plugin.patch
 
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:	openssl-devel
 BuildRequires:  alsa-lib-devel
-BuildRequires:  libstdc++3-devel
 BuildRequires:  openldap-devel
 BuildRequires:	expat-devel
 BuildRequires:	SDL-devel
@@ -22,6 +22,8 @@ BuildRequires:	bison
 BuildRequires:  libraw1394-devel
 BuildRequires:	libdv-devel
 BuildRequires:	libavc1394-devel
+BuildRequires:	lua-devel
+BuildRequires:	unixODBC-devel
 Obsoletes:      pwlib, pwlib-alsa, pwlib-avc, pwlib-dc, pwlib-oss, pwlib-v4l
 
 Vendor: Project Vine
@@ -46,7 +48,9 @@ Requires:	cyrus-sasl-devel
 Requires:	openldap-devel
 Requires:	openssl-devel
 Requires:	expat-devel
+Requires:	lua-devel
 Requires:	SDL-devel
+Requires:	unixODBC-devel
 Obsoletes:      pwlib-devel
 
 %description devel
@@ -58,7 +62,8 @@ The ptlib-devel package includes the libraries and header files for ptlib.
 
 %build
 export CFLAGS="$CFLAGS -DLDAP_DEPRECATED"
-%configure --prefix=%{_prefix} --disable-static \
+%configure --prefix=%{_prefix} \
+	   --disable-static \
 	   --enable-plugins \
 	   --disable-oss \
 	   --enable-v4l2 \
@@ -108,6 +113,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 
 %changelog
+* Thu Jan 22 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.10.10-3
+- rebuilt with cyrus-sasl 2.1.26
+- added BR: lua-devel and unixODBC-devel 
+
 * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.10-2
 - rebuild with VineSeed environment
 

+ 9 - 3
s/spice-protocol/spice-protocol-vl.spec

@@ -1,12 +1,17 @@
 Name:           spice-protocol
-Version:        0.12.2
+Version:        0.12.7
 Release:        1%{?_dist_release}
 Summary:        Spice protocol header files
+Summary(ja):    Spice プロトコルのヘッダファイル
+
 Group:          Development/Libraries
 # Main headers are BSD, controller / foreign menu are LGPL
 License:        BSD and LGPLv2+
 URL:            http://www.spice-space.org/
+
 Source0:        http://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
+
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
 
 %description
@@ -34,11 +39,12 @@ make DESTDIR=%{buildroot} install
 
 
 %changelog
+* Thu Jan 22 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.12.7-1
+- updated to 0.12.7
+
 * Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.12.2-1
 - initial build for Vine Linux
 
-
-
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 

+ 8 - 6
s/spice/spice-vl.spec

@@ -5,7 +5,7 @@
 %define build_client        1
 
 Name:           spice
-Version:        0.12.0
+Version:        0.12.5
 Release:        1%{?_dist_release}
 Summary:        Implements the SPICE protocol
 Group:          User Interface/Desktops
@@ -14,8 +14,10 @@ URL:            http://www.spice-space.org/
 Source0:        http://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
 Source1:        spice-xpi-client-spicec
 
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  pkgconfig
-BuildRequires:  spice-protocol >= 0.10.1
+BuildRequires:  glib2-devel >= 2.22
+BuildRequires:  spice-protocol >= 0.12.3
 BuildRequires:  zlib-devel
 BuildRequires:  celt051-devel
 BuildRequires:  pixman-devel alsa-lib-devel openssl-devel libjpeg-turbo-devel
@@ -24,7 +26,6 @@ BuildRequires:  libXinerama-devel libXrandr-devel cegui06-devel
 %endif
 BuildRequires:  libcacard-devel cyrus-sasl-devel
 BuildRequires:	pyparsing
-BuildRequires:  autoconf automake libtool
 
 %description
 The Simple Protocol for Independent Computing Environments (SPICE) is
@@ -83,7 +84,6 @@ using spice-server, you will need to install spice-server-devel.
 %define configure_client --disable-client
 %endif
 
-autoreconf -fi
 %configure --enable-smartcard %{configure_client}
 make WARN_CFLAGS='' %{?_smp_mflags}
 
@@ -124,11 +124,13 @@ install -m 0755 %{SOURCE1} %{buildroot}%{_libexecdir}/
 %{_libdir}/pkgconfig/spice-server.pc
 
 %changelog
+* Thu Jan 22 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.12.5-1
+- updated to 0.12.5
+- built with cyrus-sasl 2.1.26
+
 * Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.0-1
 - initial build for Vine Linux
 
-
-
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 

+ 10 - 5
t/telepathy-salut/telepathy-salut-vl.spec

@@ -2,8 +2,8 @@ Summary:        Link-local XMPP telepathy connection manager
 Summary(ja):    Link-local XMPP telepathy 接続マネージャ
 
 Name:           telepathy-salut
-Version:        0.8.0
-Release:        2%{?_dist_release}
+Version:        0.8.1
+Release:        1%{?_dist_release}
 
 Group:          Applications/Communications
 License:        LGPLv2+
@@ -23,7 +23,7 @@ BuildRequires:	python >= 2.5
 BuildRequires:	avahi-tools
 BuildRequires:	python-twisted
 BuildRequires:	python-xmpp
-BuildRequires:	libasyncns-devel >= 0.3
+#BuildRequires:	libasyncns-devel >= 0.3
 BuildRequires:	telepathy-glib-devel >= 0.7.36
 BuildRequires:	check-devel >= 0.9.4
 BuildRequires:	libsoup-devel
@@ -47,7 +47,7 @@ local network using zero-configuration networking.
 %setup -q
 
 %build
-%configure --enable-ssl
+%configure --enable-ssl --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -55,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/*.html
 
-find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
+#find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 
 %clean
@@ -72,6 +72,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/%{name}.8.gz
 
 %changelog
+* Wed Jan 21 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.8.1-1
+- updated to 0.8,1
+- built with gnutls 3.2.20
+- removed BR: libasyncns-devel
+
 * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-2
 - rebuild with VineSeed environment