rpms/libassuan/devel .cvsignore, 1.11, 1.12 libassuan.spec, 1.25, 1.26 sources, 1.11, 1.12

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Dec 12 16:41:46 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/libassuan/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24828

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/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	24 Aug 2007 11:38:52 -0000	1.11
+++ .cvsignore	12 Dec 2007 16:41:07 -0000	1.12
@@ -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/devel/libassuan.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- libassuan.spec	26 Aug 2007 16:31:02 -0000	1.25
+++ libassuan.spec	12 Dec 2007 16:41:07 -0000	1.26
@@ -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/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	24 Aug 2007 11:38:52 -0000	1.11
+++ sources	12 Dec 2007 16:41:07 -0000	1.12
@@ -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 fedora-extras-commits mailing list