]> git.pld-linux.org Git - packages/f-spot.git/blobdiff - f-spot.spec
- no longer needed
[packages/f-spot.git] / f-spot.spec
index a58e42ed0f089a5a3465074f44c8ada1ea33f590..c661e8e19fde0800fb9f51f602cddf8bad6eae4c 100644 (file)
@@ -1,19 +1,25 @@
 #
+# 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
+Summary(pl.UTF-8):     Menedżer prywatnych galerii fotograficznych
 Name:          f-spot
-Version:       0.3.3
-Release:       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: c1f26fd63e5e43c3e2d4bb6639377565
+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
 Patch3:                %{name}-fs.patch
+Patch4:                %{name}-delete.patch
 URL:           http://www.gnome.org/projects/f-spot/
 BuildRequires: GConf2-devel >= 2.14.0
 BuildRequires: autoconf
@@ -49,7 +55,7 @@ F-Spot jest prywatnym menedżerem galerii fotograficznych dla
 
 %package screensaver
 Summary:       Module for gnome-screensaver
-Summary(pl.UTF-8):   Moduł dla gnome-screensavera
+Summary(pl.UTF-8):     Moduł dla gnome-screensavera
 Group:         X11/Applications
 Requires:      %{name} = %{version}-%{release}
 Requires:      gnome-screensaver
@@ -62,10 +68,11 @@ Moduł F-Spot dla gnome-screensavera.
 
 %prep
 %setup -q
-%patch0 -p1
+#%%patch0 -p1
 %patch1 -p1
 %patch2 -p0
 %patch3 -p1
+#%patch4 -p0
 
 %build
 %{__intltoolize}
@@ -110,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.035811 seconds and 4 git commands to generate.