rpms/libgcrypt/devel libgcrypt.spec,1.18,1.19

Nalin Somabhai Dahyabhai (nalin) fedora-extras-commits at redhat.com
Mon Jul 30 13:42:21 UTC 2007


Author: nalin

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

Modified Files:
	libgcrypt.spec 
Log Message:
- disable static libraries (part of #249815)


Index: libgcrypt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgcrypt/devel/libgcrypt.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- libgcrypt.spec	27 Jul 2007 13:54:26 -0000	1.18
+++ libgcrypt.spec	30 Jul 2007 13:41:49 -0000	1.19
@@ -1,6 +1,6 @@
 Name: libgcrypt
 Version: 1.2.4
-Release: 2
+Release: 3
 Source0: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2
 Source1: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2.sig
 Source2: wk at g10code.com
@@ -32,7 +32,7 @@
 #%patch0 -p1 -b .lib64
 
 %build
-%configure --disable-asm
+%configure --disable-asm --disable-static
 make
 make check
 
@@ -99,7 +99,6 @@
 %defattr(-,root,root)
 %{_bindir}/%{name}-config
 %{_includedir}/*
-%{_libdir}/*.a
 %{_libdir}/*.so
 %{_datadir}/aclocal/*
 #%{_datadir}/%{name}
@@ -107,6 +106,9 @@
 %{_infodir}/gcrypt.info*
 
 %changelog
+* Mon Jul 30 2007 Nalin Dahyabhai <nalin at redhat.com> - 1.2.4-3
+- disable static libraries (part of #249815)
+
 * Fri Jul 27 2007 Nalin Dahyabhai <nalin at redhat.com> - 1.2.4-2
 - move libgcrypt shared library to /%{_lib} (#249815)
 




More information about the scm-commits mailing list