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

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Oct 29 17:59:28 UTC 2007


Author: spot

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

Modified Files:
	libmcrypt.spec 
Log Message:

Fix multilib, bring F-7 current



Index: libmcrypt.spec
===================================================================
RCS file: /cvs/extras/rpms/libmcrypt/devel/libmcrypt.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libmcrypt.spec	9 Oct 2007 15:24:38 -0000	1.8
+++ libmcrypt.spec	29 Oct 2007 17:58:53 -0000	1.9
@@ -1,6 +1,6 @@
 Name:		libmcrypt
 Version:	2.5.8
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	LGPLv2+
 Group:		System Environment/Libraries
 Summary:	Encryption algorithms library
@@ -36,6 +36,9 @@
 make DESTDIR=$RPM_BUILD_ROOT install
 find $RPM_BUILD_ROOT -type f -name '*.la' -exec rm -f {} \;
 
+# Multilib fix
+touch -r NEWS $RPM_BUILD_ROOT%{_bindir}/libmcrypt-config
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -58,6 +61,9 @@
 %{_datadir}/aclocal/libmcrypt.m4
 
 %changelog
+* Mon Oct 29 2007 Tom "spot" Callaway <tcallawa at redhat.com> 2.5.8-4
+- multilib fix (bz 342221)
+
 * 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)
 




More information about the fedora-extras-commits mailing list