[postr] work around problems in F15 massbuild

Tim Lauridsen timlau at fedoraproject.org
Fri Feb 18 13:55:49 UTC 2011


commit ff8c1922cd3bc30adb51871d354ec8d34166ab23
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Fri Feb 18 14:55:39 2011 +0100

    work around problems in F15 massbuild

 postr.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/postr.spec b/postr.spec
index adc8c17..97a8f5f 100644
--- a/postr.spec
+++ b/postr.spec
@@ -1,9 +1,10 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %global debug_package %{nil}
+%global nautilus_mayor  3.0
 
 Name:           postr
 Version:        0.12.4
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Flickr uploader
 
 Group:          Applications/Multimedia
@@ -66,7 +67,7 @@ touch --no-create %{_datadir}/icons/hicolor || :
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README TODO
 %{_bindir}/%{name}
-%{_libdir}/nautilus/extensions-2.0/python/postrExtension.py*
+%{_libdir}/nautilus/extensions-%{nautilus_mayor}/python/postrExtension.py*
 %{python_sitelib}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
@@ -74,6 +75,9 @@ touch --no-create %{_datadir}/icons/hicolor || :
 
 
 %changelog
+* Fri Feb 18 2011 Tim Lauridsen <timlau at fedoraproject.org> - 0.12.4-4
+- work with nautilus-python build against nautilus 3.0 (Prerelese)
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list