From a60b5bb50201cdd872f4c597326302445a7e2b1b Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 22 Nov 2006 00:13:34 +0000 Subject: Fix %files section for systems with dual 32-/64-bit libs (x86_64). svn path=/branches/BRANCH_6-3/; revision=4957 --- specgen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specgen.sh b/specgen.sh index 6b2f90ea..821bbe20 100755 --- a/specgen.sh +++ b/specgen.sh @@ -229,7 +229,7 @@ rm -rf \$RPM_BUILD_ROOT %{_builddir}/%name-%version %attr(644,root,root) /etc/X11/wmconfig/fetchmailconf %attr(755,root,root) %{_bindir}/fetchmailconf %attr(644, root, man) %{_mandir}/man1/fetchmailconf.1* -%attr(755,root,root) %{_prefix}/lib/python*/site-packages/fetchmailconf.py* +%attr(755,root,root) %{py_libdir}/site-packages/fetchmailconf.py* /usr/lib/rhs/control-panel/fetchmailconf.xpm /usr/lib/rhs/control-panel/fetchmailconf.init %endif -- cgit v1.2.3