rpms/new/devel new.spec,1.6,1.7

W. Michael Petullo (mikep) fedora-extras-commits at redhat.com
Thu Sep 7 22:17:50 UTC 2006


Author: mikep

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

Modified Files:
	new.spec 
Log Message:
Fix for build on 64-bit arch.



Index: new.spec
===================================================================
RCS file: /cvs/extras/rpms/new/devel/new.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- new.spec	7 Sep 2006 21:33:45 -0000	1.6
+++ new.spec	7 Sep 2006 22:17:50 -0000	1.7
@@ -1,7 +1,7 @@
 Summary: A simple template system
 Name: new
 Version: 1.3.7
-Release: 3
+Release: 4
 License: GPL
 Group: Development/Tools
 Source: http://www.flyn.org/projects/%name/%{name}-%{version}.tar.gz
@@ -68,10 +68,10 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 %makeinstall
-rm -f ${RPM_BUILD_ROOT}/usr/lib/libnewfmt_ptrn.a
-rm -f ${RPM_BUILD_ROOT}/usr/lib/libnewfmt_ptrn.la
-rm -f ${RPM_BUILD_ROOT}/usr/lib/libnewtemplate.a
-rm -f ${RPM_BUILD_ROOT}/usr/lib/libnewtemplate.la
+rm -f ${RPM_BUILD_ROOT}%{_libdir}/libnewfmt_ptrn.a
+rm -f ${RPM_BUILD_ROOT}%{_libdir}/libnewfmt_ptrn.la
+rm -f ${RPM_BUILD_ROOT}%{_libdir}/libnewtemplate.a
+rm -f ${RPM_BUILD_ROOT}%{_libdir}/libnewtemplate.la
 
 
 
@@ -98,6 +98,9 @@
 
 
 %changelog
+* Thu Sep 07 2006 W. Michael Petullo <mike[@]flyn.org> - 1.3.7-4
+   - Use _libdir macro for rm -rf of .a and .la (fix 64-bit build.)
+
 * Thu Sep 07 2006 W. Michael Petullo <mike[@]flyn.org> - 1.3.7-3
    - Rebuild for Fedora Extras 6.
 




More information about the scm-commits mailing list