rpms/libmcrypt/devel libmcrypt.spec,1.7,1.8

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Oct 9 15:25:12 UTC 2007


Author: spot

Update of /cvs/extras/rpms/libmcrypt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31780

Modified Files:
	libmcrypt.spec 
Log Message:

Drop troublesome static lib, fixes 278671



Index: libmcrypt.spec
===================================================================
RCS file: /cvs/extras/rpms/libmcrypt/devel/libmcrypt.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libmcrypt.spec	23 Aug 2007 22:25:59 -0000	1.7
+++ libmcrypt.spec	9 Oct 2007 15:24:38 -0000	1.8
@@ -1,6 +1,6 @@
 Name:		libmcrypt
 Version:	2.5.8
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	LGPLv2+
 Group:		System Environment/Libraries
 Summary:	Encryption algorithms library
@@ -28,7 +28,7 @@
 %patch0 -p1
 
 %build
-%configure --enable-static=yes
+%configure
 make %{?_smp_mflags}
 
 %install
@@ -54,11 +54,13 @@
 %{_bindir}/libmcrypt-config
 %{_includedir}/mutils/
 %{_includedir}/mcrypt.h
-%{_libdir}/*.a
 %{_libdir}/*.so
 %{_datadir}/aclocal/libmcrypt.m4
 
 %changelog
+* Tue Oct  9 2007 Tom "spot" Callaway <tcallawa at redhat.com> 2.5.8-3
+- get rid of the static lib, causes failures (bz 278671)
+
 * Thu Aug 23 2007 Tom "spot" Callaway <tcallawa at redhat.com> 2.5.8-2
 - fix license tag (v2+), rebuild for ppc32
 




More information about the fedora-extras-commits mailing list