rpms/postr/F-10 postr.spec,1.13,1.14

Tim Lauridsen timlau at fedoraproject.org
Wed Aug 26 12:49:08 UTC 2009


Author: timlau

Update of /cvs/pkgs/rpms/postr/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31410

Modified Files:
	postr.spec 
Log Message:
fix build on multi archs


Index: postr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/postr/F-10/postr.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- postr.spec	25 Aug 2009 10:37:08 -0000	1.13
+++ postr.spec	26 Aug 2009 12:49:08 -0000	1.14
@@ -2,7 +2,7 @@
 
 Name:           postr
 Version:        0.12.3
-Release:        5%{?dist}
+Release:        7%{?dist}
 Summary:        Flickr uploader
 
 Group:          Applications/Multimedia
@@ -10,11 +10,12 @@ License:        GPLv2+
 URL:            http://www.burtonini.com/blog/computers/postr
 Source0:        http://burtonini.com/computing/%{name}-%{version}.tar.gz
 Patch0:		fix_upload_button.patch
+Patch1:		nautilus-ext-dir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:      noarch
 
 BuildRequires:  python-devel
 BuildRequires:  desktop-file-utils
+BuildRequires:  nautilus-python-devel
 Requires:       python-twisted-core
 Requires:       python-twisted-web
 Requires:       pygtk2
@@ -31,6 +32,7 @@ Tool for uploading photos to the photo-s
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 
 %build
@@ -65,7 +67,6 @@ touch --no-create %{_datadir}/icons/hico
 %doc AUTHORS COPYING README TODO
 %{_bindir}/%{name}
 %{_libdir}/nautilus/extensions-2.0/python/postrExtension.py*
-%{_libdir}/nautilus/extensions-1.0/python/postrExtension.py*
 %{python_sitelib}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
@@ -73,6 +74,15 @@ touch --no-create %{_datadir}/icons/hico
 
 
 %changelog
+* Thu Aug 25 2009 Tim Lauridsen <timlau at fedoraproject.org> - 0.12.3-7
+- Added nautilus-ext-dir.patch to upstrem setup.py to install nautilus extentions
+- in the right directory
+- Added BuildRequires:  nautilus-python-devel because we need the .pc file to
+- detect the right nautilus python extention dir
+
+* Thu Aug 25 2009 Tim Lauridsen <timlau at fedoraproject.org> - 0.12.3-6
+- removed BuildArch: noarch to get it to build for each arch
+
 * Thu Aug 25 2009 Tim Lauridsen <timlau at fedoraproject.org> - 0.12.3-5
 - use %%%{_libdir} in %%files to put the nautilus extension in the right place
 




More information about the fedora-extras-commits mailing list