]> git.pld-linux.org Git - packages/wicd.git/commitdiff
- Release 3. %{_prefix}/lib/%{module}/ must be used even on 64bit systems. auto/th/wicd-1_5_1-3
authorMateusz Korniak <matkor@pld-linux.org>
Mon, 11 Aug 2008 07:28:41 +0000 (07:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wicd.spec -> 1.4

wicd.spec

index c3efce96a3364a3b877af12c25e804a83c92c46b..443bbc0f6490ac41cc90bcffd18b30872f61efc4 100644 (file)
--- a/wicd.spec
+++ b/wicd.spec
@@ -6,7 +6,7 @@ Summary:        wired and wireless network manager
 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
@@ -79,8 +79,12 @@ fi
 /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
This page took 0.091528 seconds and 4 git commands to generate.