SPECS: libassuan.spec - updated to 1.0.5 - added ac patch

qboosh qboosh at pld-linux.org
Tue May 27 17:53:53 CEST 2008


Author: qboosh                       Date: Tue May 27 15:53:53 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.0.5
- added ac patch

---- Files affected:
SPECS:
   libassuan.spec (1.34 -> 1.35) 

---- Diffs:

================================================================
Index: SPECS/libassuan.spec
diff -u SPECS/libassuan.spec:1.34 SPECS/libassuan.spec:1.35
--- SPECS/libassuan.spec:1.34	Tue Feb 26 09:08:53 2008
+++ SPECS/libassuan.spec	Tue May 27 17:53:48 2008
@@ -6,15 +6,16 @@
 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.4
-Release:	2
+Version:	1.0.5
+Release:	1
 Epoch:		1
 License:	LGPL v2.1+
 Group:		Libraries
 Source0:	ftp://ftp.gnupg.org/gcrypt/libassuan/%{name}-%{version}.tar.bz2
-# Source0-md5:	ffb95bf2bac23e173f5a83a270f7524a
+# Source0-md5:	c2db0974fcce4401f48f3fa41c4edc5a
 Patch0:		%{name}-shared.patch
 Patch1:		%{name}-info.patch
+Patch2:		%{name}-ac.patch
 URL:		http://www.gnupg.org/related_software/libassuan/
 BuildRequires:	autoconf >= 2.61
 BuildRequires:	automake >= 1:1.10
@@ -24,14 +25,14 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This is the IPC library used by GnuPG 1.9, GPGME and a few other 
+This is the IPC library used by GnuPG 2, GPGME and a few other
 packages. It used to be included with the latter packages but the
 authors decided to make your life not too easy and separated it out to
 a stand alone library.
 
 %description -l pl.UTF-8
 To jest biblioteka komunikacji międzyprocesowej (IPC) używana przez
-GnuPG 1.9, GPGME oraz parę innych pakietów. Była dołączana do tych
+GnuPG 2, GPGME oraz parę innych pakietów. Była dołączana do tych
 pakietów, ale autorzy zdecydowali, żeby już nie ułatwiać tak życia i
 wydzielili ją.
 
@@ -63,6 +64,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
@@ -98,7 +100,9 @@
 %defattr(644,root,root,755)
 %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)
@@ -124,6 +128,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.35  2008-05-27 15:53:48  qboosh
+- updated to 1.0.5
+- added ac patch
+
 Revision 1.34  2008-02-26 08:08:53  glen
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libassuan.spec?r1=1.34&r2=1.35&f=u



More information about the pld-cvs-commit mailing list