Author: qboosh Date: Thu Nov 2 09:08:38 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.0.0 (no longer alpha)
---- Files affected: SPECS: libassuan.spec (1.24 -> 1.25) ---- Diffs: ================================================================ Index: SPECS/libassuan.spec diff -u SPECS/libassuan.spec:1.24 SPECS/libassuan.spec:1.25 --- SPECS/libassuan.spec:1.24 Wed Oct 11 12:34:10 2006 +++ SPECS/libassuan.spec Thu Nov 2 10:08:33 2006 @@ -6,13 +6,13 @@ Summary: Assuan - an IPC library for non-persistent servers Summary(pl): Assuan - biblioteka IPC dla serwerów nie działających ciągle Name: libassuan -Version: 0.9.3 +Version: 1.0.0 Release: 1 Epoch: 1 License: LGPL Group: Libraries -Source0: ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/%{name}-%{version}.tar.bz2 -# Source0-md5: 60add4aebf1961436da3a470d6ac833c +Source0: ftp://ftp.gnupg.org/gcrypt/libassuan/%{name}-%{version}.tar.bz2 +# Source0-md5: f1580ef149e629629a9639a5afdb5908 Patch0: %{name}-shared.patch Patch1: %{name}-info.patch URL: http://www.gnupg.org/related_software/libassuan/ @@ -95,21 +95,25 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README -%attr(755,root,root) %{_libdir}/lib*.so.*.*.* +%attr(755,root,root) %{_libdir}/libassuan.so.*.*.* +%attr(755,root,root) %{_libdir}/libassuan-pth.so.*.*.* %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/libassuan-config -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la -%{_includedir}/*.h -%{_aclocaldir}/*.m4 -%{_infodir}/*.info* +%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* %if %{with static_libs} %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libassuan.a +%{_libdir}/libassuan-pth.a %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -118,6 +122,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25 2006/11/02 09:08:33 qboosh +- updated to 1.0.0 (no longer alpha) + Revision 1.24 2006/10/11 10:34:10 qboosh - updated to 0.9.3, updated shared patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libassuan.spec?r1=1.24&r2=1.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
