Author: qboosh Date: Fri Jan 29 21:03:58 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.0.0 - removed obsolete shared patch
---- Files affected: packages/libassuan: libassuan.spec (1.35 -> 1.36) , libassuan-shared.patch (1.5 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/libassuan/libassuan.spec diff -u packages/libassuan/libassuan.spec:1.35 packages/libassuan/libassuan.spec:1.36 --- packages/libassuan/libassuan.spec:1.35 Tue May 27 17:53:48 2008 +++ packages/libassuan/libassuan.spec Fri Jan 29 22:03:50 2010 @@ -6,22 +6,22 @@ Summary: Assuan - an IPC library for non-persistent servers Summary(pl.UTF-8): Assuan - biblioteka IPC dla serwerów nie działających ciągle Name: libassuan -Version: 1.0.5 +Version: 2.0.0 Release: 1 Epoch: 1 License: LGPL v2.1+ Group: Libraries Source0: ftp://ftp.gnupg.org/gcrypt/libassuan/%{name}-%{version}.tar.bz2 -# Source0-md5: c2db0974fcce4401f48f3fa41c4edc5a -Patch0: %{name}-shared.patch -Patch1: %{name}-info.patch -Patch2: %{name}-ac.patch +# Source0-md5: 59bc0ae7194c412d7a522029005684b2 +Patch0: %{name}-info.patch +Patch1: %{name}-ac.patch URL: http://www.gnupg.org/related_software/libassuan/ BuildRequires: autoconf >= 2.61 BuildRequires: automake >= 1:1.10 -BuildRequires: libtool -BuildRequires: pth-devel >= 1.2.0 +BuildRequires: libgpg-error-devel >= 1.4 +BuildRequires: libtool >= 2:2.2.6 BuildRequires: texinfo +Requires: libgpg-error >= 1.4 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -41,6 +41,7 @@ Summary(pl.UTF-8): Pliki nagłówkowe biblioteki assuan Group: Development/Libraries Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: libgpg-error-devel >= 1.4 %description devel Header files for assuan library. @@ -64,7 +65,6 @@ %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 %build %{__libtoolize} @@ -73,7 +73,7 @@ %{__autoheader} %{__automake} %configure \ - %{!?with_static_libs:--disable-static} + %{?with_static_libs:--enable-static} %{__make} %install @@ -90,10 +90,10 @@ %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%post devel -p /sbin/postshell +%post devel -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} -%postun devel -p /sbin/postshell +%postun devel -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} %files @@ -101,16 +101,12 @@ %doc AUTHORS ChangeLog NEWS README %attr(755,root,root) %{_libdir}/libassuan.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libassuan.so.0 -%attr(755,root,root) %{_libdir}/libassuan-pth.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libassuan-pth.so.0 %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/libassuan-config %attr(755,root,root) %{_libdir}/libassuan.so -%attr(755,root,root) %{_libdir}/libassuan-pth.so %{_libdir}/libassuan.la -%{_libdir}/libassuan-pth.la %{_includedir}/assuan.h %{_aclocaldir}/libassuan.m4 %{_infodir}/assuan.info* @@ -119,7 +115,6 @@ %files static %defattr(644,root,root,755) %{_libdir}/libassuan.a -%{_libdir}/libassuan-pth.a %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -128,6 +123,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.36 2010/01/29 21:03:50 qboosh +- updated to 2.0.0 +- removed obsolete shared patch + Revision 1.35 2008/05/27 15:53:48 qboosh - updated to 1.0.5 - added ac patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libassuan/libassuan.spec?r1=1.35&r2=1.36&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
