]> git.pld-linux.org Git - packages/f-spot.git/blobdiff - f-spot.spec
- no longer needed
[packages/f-spot.git] / f-spot.spec
index 0a4d7f437099687497ae2882e4e2f765a09fed08..c661e8e19fde0800fb9f51f602cddf8bad6eae4c 100644 (file)
@@ -1,15 +1,20 @@
 #
+# TODO:
+#      - update aflinta's delete.patch
+#      - update desktop patch
+#      - check if fs patch is still needed, propably causes weird effects on my box
+#
 %include       /usr/lib/rpm/macros.mono
 #
 Summary:       Personal photo manager
 Summary(pl.UTF-8):     Menedżer prywatnych galerii fotograficznych
 Name:          f-spot
-Version:       0.3.4
-Release:       0.1
+Version:       0.4.0
+Release:       0.5
 License:       GPL
 Group:         X11/Applications/Graphics
-Source0:       http://ftp.gnome.org/pub/gnome/sources/f-spot/0.3/%{name}-%{version}.tar.bz2
-# Source0-md5: 5cc07460a57d072c5e533148f1254ef8
+Source0:       http://ftp.gnome.org/Public/GNOME/sources/f-spot/0.4/%{name}-%{version}.tar.bz2
+# Source0-md5: 0f21ff56d310329185cc17a2fadda5fe
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-exec.patch
 Patch2:                %{name}-dir.patch
@@ -63,11 +68,11 @@ Moduł F-Spot dla gnome-screensavera.
 
 %prep
 %setup -q
-%patch0 -p1
+#%%patch0 -p1
 %patch1 -p1
 %patch2 -p0
 %patch3 -p1
-%patch4 -p0
+#%patch4 -p0
 
 %build
 %{__intltoolize}
@@ -112,9 +117,13 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog MAINTAINERS NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
-%{_iconsdir}/hicolor/*/apps/%{name}.*
+%{_datadir}/%{name}
+%{_iconsdir}/hicolor/*/*/*.*
 %dir %{_libdir}/%{name}
 %attr(755,root,root) %{_libdir}/%{name}/*.exe
+%{_libdir}/%{name}/*.addins
+%dir %{_libdir}/%{name}/extensions
+%{_libdir}/%{name}/extensions/*
 %attr(755,root,root) %{_libdir}/%{name}/lib*.so*
 %{_libdir}/%{name}/*.dll
 %{_libdir}/%{name}/*.dll.config
This page took 0.040306 seconds and 4 git commands to generate.