rpms/cryptsetup-luks/devel cryptsetup-luks.spec,1.35,1.36

Till Maas (till) fedora-extras-commits at redhat.com
Fri Jul 27 08:50:00 UTC 2007


Author: till

Update of /cvs/pkgs/rpms/cryptsetup-luks/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6916

Modified Files:
	cryptsetup-luks.spec 
Log Message:
move lib to /lib



Index: cryptsetup-luks.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cryptsetup-luks/devel/cryptsetup-luks.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- cryptsetup-luks.spec	26 Jul 2007 21:20:28 -0000	1.35
+++ cryptsetup-luks.spec	27 Jul 2007 08:49:28 -0000	1.36
@@ -40,13 +40,13 @@
 %patch3 -p1
 
 %build
-%configure --enable-static --sbindir=/sbin
+%configure --enable-static --sbindir=/sbin --libdir=/lib
 make
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-rm -rf  $RPM_BUILD_ROOT/%{_libdir}/*.{la,a} $RPM_BUILD_ROOT/%{_libdir}/cryptsetup
+rm -rf  $RPM_BUILD_ROOT/lib/*.{la,a} $RPM_BUILD_ROOT/lib/cryptsetup
 
 %find_lang cryptsetup
 
@@ -59,12 +59,12 @@
 %doc COPYING ChangeLog AUTHORS INSTALL NEWS README TODO
 %{_mandir}/man*/*
 /sbin/*
-%{_libdir}/lib*.so.*
+/lib/lib*.so.*
 
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/*
-%{_libdir}/lib*.so
+/lib/lib*.so
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -72,6 +72,7 @@
 %changelog
 * Thu Jul 26 2007 Till Maas <opensource till name> - 1.0.5-2
 - Build static again (#243228)
+- Use /lib as libdir
 - sync header and library (#215349)
 - do not use %%makeinstall (recommended by PackageGuidelines)
 - select sbindir with %%configure instead with make




More information about the scm-commits mailing list