rpms/cryptsetup-luks/F-7 cryptsetup-luks.spec,1.34,1.35

Till Maas (till) fedora-extras-commits at redhat.com
Wed Aug 8 11:29:20 UTC 2007


Author: till

Update of /cvs/pkgs/rpms/cryptsetup-luks/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10318

Modified Files:
	cryptsetup-luks.spec 
Log Message:
remove libcryptsetup.a



Index: cryptsetup-luks.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cryptsetup-luks/F-7/cryptsetup-luks.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- cryptsetup-luks.spec	8 Aug 2007 11:05:09 -0000	1.34
+++ cryptsetup-luks.spec	8 Aug 2007 11:28:47 -0000	1.35
@@ -1,7 +1,7 @@
 Summary: A utility for setting up encrypted filesystems
 Name: cryptsetup-luks
 Version: 1.0.5
-Release: 4%{?dist}
+Release: 4%{?dist}.1
 License: GPL
 Group: Applications/System
 URL: http://clemens.endorphin.org/LUKS
@@ -44,7 +44,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-rm -rf  $RPM_BUILD_ROOT/%{_lib}/*.la $RPM_BUILD_ROOT/%{_lib}/cryptsetup
+rm -rf  $RPM_BUILD_ROOT/%{_lib}/*.{a,la} $RPM_BUILD_ROOT/%{_lib}/cryptsetup
 
 # move libcryptsetup.so to %{_libdir}
 pushd $RPM_BUILD_ROOT/%{_lib}
@@ -75,6 +75,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Wed Aug 08 2007 Till Maas <opensource till name> - 1.0.5-4.1
+- remove libcryptsetup.a
+
 * Wed Aug 08 2007 Till Maas <opensource till name> - 1.0.5-4
 - disable patch2, libsepol is now detected by configure
 - move libcryptsetup.so to %%{_libdir} instead of /%%{_lib}




More information about the fedora-extras-commits mailing list