SPECS: wicd.spec - Release 3. %{_prefix}/lib/%{module}/ must be used even o...

matkor matkor at pld-linux.org
Mon Aug 11 09:28:46 CEST 2008


Author: matkor                       Date: Mon Aug 11 07:28:46 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Release 3. %{_prefix}/lib/%{module}/ must be used even on 64bit systems.

---- Files affected:
SPECS:
   wicd.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/wicd.spec
diff -u SPECS/wicd.spec:1.3 SPECS/wicd.spec:1.4
--- SPECS/wicd.spec:1.3	Mon Aug 11 08:46:05 2008
+++ SPECS/wicd.spec	Mon Aug 11 09:28:41 2008
@@ -7,7 +7,7 @@
 Summary(pl.UTF-8):	Zarządca sieci przewodowych i bezprzewodowych
 Name:		wicd
 Version:	1.5.1
-Release:	2
+Release:	3
 License:	GPL v2
 Group:		Applications
 Source0:	http://master.dl.sourceforge.net/sourceforge/wicd/%{name}-%{version}.tar.gz
@@ -80,8 +80,12 @@
 /etc/dbus-1/system.d/wicd.conf
 %{_sysconfdir}/wicd
 %{_sysconfdir}/xdg/autostart/wicd-tray.desktop
-%dir %{_libdir}/%{module}/
-%attr(755,root,root) %{_libdir}/%{module}/*.py
+# NOTE: must be in /usr/lib/ even on 64bit systems
+#%%dir %{_libdir}/%{module}/
+%{_prefix}/lib/%{module}/
+
+#%%attr(755,root,root) %{_libdir}/%{module}/*.py
+%attr(755,root,root) %{_prefix}/lib/%{module}/*.py
 
 %attr(755,root,root) %{_bindir}/wicd-client
 %attr(755,root,root) %{_sbindir}/wicd
@@ -98,6 +102,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008/08/11 07:28:41  matkor
+- Release 3. %{_prefix}/lib/%{module}/ must be used even on 64bit systems.
+
 Revision 1.3  2008/08/11 06:46:05  matkor
 - Release 2. BB: issue for system type detection.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/wicd.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list