rpms/libassuan/EL-5 .cvsignore, 1.10, 1.11 libassuan.spec, 1.23, 1.24 sources, 1.10, 1.11

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Fri Dec 21 20:47:30 UTC 2007


Author: rdieter

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

Modified Files:
	.cvsignore libassuan.spec sources 
Log Message:
* Wed Dec 12 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.4-1
- libassuan-1.0.4
- License: LGPLv2+
- disable useless -debuginfo (static libs only)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libassuan/EL-5/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	3 Oct 2007 13:35:15 -0000	1.10
+++ .cvsignore	21 Dec 2007 20:46:56 -0000	1.11
@@ -1,8 +1,4 @@
-libassuan-0.6.10.tar.gz
-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
+libassuan-1.0.4.tar.bz2
+libassuan-1.0.4.tar.bz2.sig


Index: libassuan.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libassuan/EL-5/libassuan.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- libassuan.spec	3 Oct 2007 13:35:15 -0000	1.23
+++ libassuan.spec	21 Dec 2007 20:46:56 -0000	1.24
@@ -1,16 +1,19 @@
 
 Name:    libassuan
 Summary: GnuPG IPC library
-Version: 1.0.3
-Release: 2%{?dist}
+Version: 1.0.4
+Release: 1%{?dist}
 
-License: LGPLv2
+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)
 
+# -debuginfo useless for (only) static libs
+%define debug_package   %{nil}
+
 BuildRequires: gawk
 BuildRequires: pth-devel
 
@@ -39,7 +42,7 @@
 
 %build
 #ifarch x86_64
-export CFLAGS="$RPM_OPT_FLAGS -fPIC"
+export CFLAGS="%{optflags} -fPIC"
 #endif
 %configure
 
@@ -47,12 +50,12 @@
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=%{buildroot}
 
 ## Unpackaged files
-rm -f $RPM_BUILD_ROOT%{_infodir}/dir
+rm -f %{buildroot}%{_infodir}/dir
 
 
 %check
@@ -69,7 +72,7 @@
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %files devel 
@@ -83,6 +86,11 @@
 
 
 %changelog
+* Wed Dec 12 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.4-1
+- libassuan-1.0.4
+- License: LGPLv2+
+- disable useless -debuginfo (static libs only)
+
 * Sun Aug 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.3-2
 - BR: gawk (to reenable pth support)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libassuan/EL-5/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	3 Oct 2007 13:35:15 -0000	1.10
+++ sources	21 Dec 2007 20:46:56 -0000	1.11
@@ -1,2 +1,2 @@
-255d31915f649416938327059a99d33f  libassuan-1.0.3.tar.bz2
-77b177895345c800b80dbd005a99da94  libassuan-1.0.3.tar.bz2.sig
+ffb95bf2bac23e173f5a83a270f7524a  libassuan-1.0.4.tar.bz2
+8e8a6fdff1e9df01f4b396b79064d057  libassuan-1.0.4.tar.bz2.sig




More information about the scm-commits mailing list