SPECS: hardinfo.spec - fix %files so that it will package on 64bit...

shadzik shadzik at pld-linux.org
Wed Apr 11 10:54:19 CEST 2007


Author: shadzik                      Date: Wed Apr 11 08:54:19 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix %files so that it will package on 64bit maschines

---- Files affected:
SPECS:
   hardinfo.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/hardinfo.spec
diff -u SPECS/hardinfo.spec:1.7 SPECS/hardinfo.spec:1.8
--- SPECS/hardinfo.spec:1.7	Wed Apr 11 10:51:52 2007
+++ SPECS/hardinfo.spec	Wed Apr 11 10:54:14 2007
@@ -42,8 +42,8 @@
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/hardinfo
-%dir %{_libdir}/hardinfo
-%{_libdir}/hardinfo/*
+%dir %{_prefix}/lib/hardinfo
+%{_prefix}/lib/hardinfo/*
 %{_datadir}/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -52,6 +52,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2007/04/11 08:54:14  shadzik
+- fix %files so that it will package on 64bit maschines
+
 Revision 1.7  2007/04/11 08:51:52  shadzik
 - BR and R pciutils
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/hardinfo.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list