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

Tim Lauridsen timlau at fedoraproject.org
Tue Aug 25 10:37:08 UTC 2009


Author: timlau

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

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-10/postr.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- postr.spec	5 Aug 2009 08:21:55 -0000	1.12
+++ postr.spec	25 Aug 2009 10:37:08 -0000	1.13
@@ -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