SPECS: mpage.spec - now package all files on x86_64 architectures

megabajt megabajt at pld-linux.org
Sat Mar 17 23:35:35 CET 2007


Author: megabajt                     Date: Sat Mar 17 22:35:35 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- now package all files on x86_64 architectures

---- Files affected:
SPECS:
   mpage.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: SPECS/mpage.spec
diff -u SPECS/mpage.spec:1.23 SPECS/mpage.spec:1.24
--- SPECS/mpage.spec:1.23	Thu Feb 15 21:46:39 2007
+++ SPECS/mpage.spec	Sat Mar 17 23:35:29 2007
@@ -64,14 +64,16 @@
 
 %build
 %{__make} \
-	OPT_FLAGS="%{rpmcflags}"
+	OPT_FLAGS="%{rpmcflags}" \
+	LIBDIR="%{_libdir}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/mpage,%{_mandir}/man1}
 
 %{__make} install \
-	PREFIX=$RPM_BUILD_ROOT%{_prefix}
+	PREFIX=$RPM_BUILD_ROOT%{_prefix} \
+	LIBDIR=$RPM_BUILD_ROOT%{_libdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -89,6 +91,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2007/03/17 22:35:29  megabajt
+- now package all files on x86_64 architectures
+
 Revision 1.23  2007/02/15 20:46:39  qrczak
 - Fixed a compilation error with a newer gcc
 - Release 8
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mpage.spec?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list