rpms/postr/F-11 postr.spec,1.16,1.17

Tim Lauridsen timlau at fedoraproject.org
Tue Aug 25 10:36:45 UTC 2009


Author: timlau

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

Modified Files:
	postr.spec 
Log Message:
use the %{_libdir} macro to store nautilus extentions in the right place on x86_64 systems


Index: postr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/postr/F-11/postr.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- postr.spec	5 Aug 2009 08:08:07 -0000	1.16
+++ postr.spec	25 Aug 2009 10:36:44 -0000	1.17
@@ -2,7 +2,7 @@
 
 Name:           postr
 Version:        0.12.3
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Flickr uploader
 
 Group:          Applications/Multimedia
@@ -64,8 +64,8 @@ touch --no-create %{_datadir}/icons/hico
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README TODO
 %{_bindir}/%{name}
-%{_prefix}/lib/nautilus/extensions-2.0/python/postrExtension.py*
-%{_prefix}/lib/nautilus/extensions-1.0/python/postrExtension.py*
+%{_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 +73,9 @@ touch --no-create %{_datadir}/icons/hico
 
 
 %changelog
+* 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
+
 * Wed Aug 5 2009 Tim Lauridsen <timlau at fedoraproject.org> - 0.12.3-4
 - Added fix_upload_button.patch to fix the upload button
 




More information about the fedora-extras-commits mailing list