[nautilus-pastebin] when installing don't depend on the python version

tomspur tomspur at fedoraproject.org
Sat Jul 31 01:23:46 UTC 2010


commit a5980bab7b6c1a529cf3e40c972473f826f382bc
Author: Thomas Spura <tomspur at fedoraproject.org>
Date:   Sat Jul 31 03:22:34 2010 +0200

    when installing don't depend on the python version

 nautilus-pastebin.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nautilus-pastebin.spec b/nautilus-pastebin.spec
index 5a33c95..61d88f9 100644
--- a/nautilus-pastebin.spec
+++ b/nautilus-pastebin.spec
@@ -10,7 +10,7 @@
 
 Name:           nautilus-pastebin
 Version:        0.5.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Nautilus extension to send files to a pastebin
 
 Group:          User Interface/Desktops
@@ -57,7 +57,7 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install --root=$RPM_BUILD_ROOT --install-scripts=/usr/share/nautilus-pastebin
-install -p -D -m 0755 build/scripts-2.6/%{name}.py $RPM_BUILD_ROOT/%{_libdir}/nautilus/extensions-2.0/python/%{name}.py
+install -p -D -m 0755 build/scripts-?.?/%{name}.py $RPM_BUILD_ROOT/%{_libdir}/nautilus/extensions-2.0/python/%{name}.py
 %find_lang %{name}
 desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}-configurator.desktop
 
@@ -102,6 +102,9 @@ fi
 %{_datadir}/applications/%{name}-configurator.desktop
 
 %changelog
+* Fri Jul 30 2010 Thomas Spura <tomspur at fedoraproject.org> - 0.5.0-4
+- when installing don't depend on the python version
+
 * Fri Jul 30 2010 Thomas Spura <tomspur at fedoraproject.org> - 0.5.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list