rpms/f-spot/F-12 f-spot.spec,1.97,1.98

chkr chkr at fedoraproject.org
Mon Dec 14 22:36:00 UTC 2009


Author: chkr

Update of /cvs/pkgs/rpms/f-spot/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27399

Modified Files:
	f-spot.spec 
Log Message:
* Mon Dec 14 2009 Christian Krause <chkr at fedoraproject.org> - 0.6.1.5-2
- Corrected the permission fix for all .exe and .dll files in order
  to generate the dependencies correctly (BZ 547063)



Index: f-spot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/f-spot/F-12/f-spot.spec,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -p -r1.97 -r1.98
--- f-spot.spec	10 Nov 2009 19:55:03 -0000	1.97
+++ f-spot.spec	14 Dec 2009 22:36:00 -0000	1.98
@@ -1,6 +1,6 @@
 Name:           f-spot
 Version:        0.6.1.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Photo management application
 
 Group:          Applications/Multimedia
@@ -86,7 +86,7 @@ rm $RPM_BUILD_ROOT%{_libdir}/pkgconfig/f
 
 # only files marked executable are used to auto-generate the
 # requires/provides of the package
-find $RPM_BUILD_ROOT%{_libdir}/%{name} -name '*.exe' -or -name '*.dll' \
+find $RPM_BUILD_ROOT \( -name '*.exe' -or -name '*.dll' \) \
      -exec chmod a+x {} \;
 
 for file in $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
@@ -142,6 +142,10 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_datadir}/applications/screensavers/f-spot-screensaver.desktop
 
 %changelog
+* Mon Dec 14 2009 Christian Krause <chkr at fedoraproject.org> - 0.6.1.5-2
+- Corrected the permission fix for all .exe and .dll files in order
+  to generate the dependencies correctly (BZ 547063)
+
 * Sun Nov 08 2009 Christian Krause <chkr at fedoraproject.org> - 0.6.1.5-1
 - Update to 0.6.1.5 (BZ 531955)
 - Build f-spot against system gnome-keyring-sharp library (BZ 442343)




More information about the fedora-extras-commits mailing list