rpms/libassuan/EL-5 .cvsignore, 1.9, 1.10 libassuan.spec, 1.22, 1.23 sources, 1.9, 1.10

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Oct 3 13:35:49 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/libassuan/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20596

Modified Files:
	.cvsignore libassuan.spec sources 
Log Message:
sync w/devel branch



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libassuan/EL-5/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	28 Nov 2006 16:55:47 -0000	1.9
+++ .cvsignore	3 Oct 2007 13:35:15 -0000	1.10
@@ -2,3 +2,7 @@
 libassuan-0.6.10.tar.gz.sig
 libassuan-1.0.1.tar.bz2.sig
 libassuan-1.0.1.tar.bz2
+libassuan-1.0.2.tar.bz2
+libassuan-1.0.2.tar.bz2.sig
+libassuan-1.0.3.tar.bz2
+libassuan-1.0.3.tar.bz2.sig


Index: libassuan.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libassuan/EL-5/libassuan.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- libassuan.spec	28 Nov 2006 16:55:47 -0000	1.22
+++ libassuan.spec	3 Oct 2007 13:35:15 -0000	1.23
@@ -1,32 +1,33 @@
 
 Name:    libassuan
 Summary: GnuPG IPC library
-Version: 1.0.1
-Release: 1%{?dist}
+Version: 1.0.3
+Release: 2%{?dist}
 
-License: LGPL
+License: LGPLv2
 Source0: ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-%{version}.tar.bz2
 Source1: ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-%{version}.tar.bz2.sig
 URL:     http://www.gnupg.org/
 Group:   System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires: gawk
 BuildRequires: pth-devel
 
 %description
-This is the IPC library used by GnuPG 1.9/2, GPGME and a few other
+This is the IPC library used by GnuPG 2, GPGME and a few other
 packages.
 
-%package static 
+%package devel 
 Summary: GnuPG IPC library 
 Group: Development/Libraries
 Requires: pth-devel
 Requires(post): /sbin/install-info
 Requires(postun): /sbin/install-info
-Obsoletes: %{name}-devel < %{version}-%{release}
-Provides:  %{name}-devel = %{version}-%{release}
-%description static 
-This is the IPC static library used by GnuPG 1.9/2, GPGME and a few other
+Obsoletes: %{name}-static < %{version}-%{release}
+Provides:  %{name}-static = %{version}-%{release}
+%description devel 
+This is the IPC static library used by GnuPG 2, GPGME and a few other
 packages.
 
 This package contains files needed to develop applications using %{name}.
@@ -58,10 +59,10 @@
 make check
 
 
-%post static 
+%post devel 
 /sbin/install-info %{_infodir}/assuan.info %{_infodir}/dir &>/dev/null || :
 
-%postun static 
+%postun devel 
 if [ $1 -eq 0 ]; then
   /sbin/install-info --delete %{_infodir}/assuan.info %{_infodir}/dir &>/dev/null || :
 fi
@@ -71,10 +72,10 @@
 rm -rf $RPM_BUILD_ROOT
 
 
-%files static 
+%files devel 
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
-%{_bindir}/*
+%doc AUTHORS ChangeLog COPYING.LIB NEWS README THANKS TODO
+%{_bindir}/libassuan-config
 %{_includedir}/*
 %{_libdir}/lib*.a
 %{_datadir}/aclocal/*
@@ -82,6 +83,20 @@
 
 
 %changelog
+* Sun Aug 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.3-2
+- BR: gawk (to reenable pth support)
+
+* Fri Aug 24 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.3-1
+- libassuan-1.0.3
+- License: LGPLv2
+
+* Thu Aug 02 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.2-2
+- License: LGPLv3 (clarification, changed from LGPLv2 1.0.1 -> 1.0.2)
+
+* Fri Jul 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.2-1
+- libassuan-1.0.2
+- rename -static -> -devel
+
 * Sat Nov 25 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 1.0.1-1
 - libassuan-1.0.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libassuan/EL-5/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	28 Nov 2006 16:55:47 -0000	1.9
+++ sources	3 Oct 2007 13:35:15 -0000	1.10
@@ -1,2 +1,2 @@
-003d24e08f2eeee14b5afcc1a1998f40  libassuan-1.0.1.tar.bz2.sig
-6109ea5c8c34ee5591afbd4618dd5ab4  libassuan-1.0.1.tar.bz2
+255d31915f649416938327059a99d33f  libassuan-1.0.3.tar.bz2
+77b177895345c800b80dbd005a99da94  libassuan-1.0.3.tar.bz2.sig




More information about the scm-commits mailing list