]> git.pld-linux.org Git - packages/f-spot.git/blobdiff - f-spot.spec
- updaed for 0.1.11
[packages/f-spot.git] / f-spot.spec
index 1e9f842d1269746e0d1eae2b622f41e7b6cbbac1..6852bae3617c2519163aee7eb330765b77a79f45 100644 (file)
@@ -2,16 +2,21 @@
 Summary:       Personal photo manager
 Summary(pl):   Mened¿er prywatnych galerii fotograficznych
 Name:          f-spot
-Version:       0.1.1
-Release:       0.1
+Version:       0.1.10
+Release:       1
 License:       GPL
 Group:         X11/Applications/Graphics
 Source0:       http://ftp.gnome.org/pub/gnome/sources/f-spot/0.1/%{name}-%{version}.tar.bz2
-# Source0-md5: 7f0230dd8fa1e0bc071951c03c6ac375
+# Source0-md5: a49b74f2ac28011d12ce9e2fd5fe4831
 Patch0:                %{name}-desktop.patch
+Patch1:                %{name}-exec.patch
 URL:           http://www.gnome.org/projects/f-spot/
 BuildRequires: GConf2-devel
-BuildRequires: dotnet-gtk-sharp2-gnome-devel >= 1.9.5
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: dotnet-dbus-sharp-devel
+BuildRequires: dotnet-gtk-sharp2-gnome-devel >= 2.7
+BuildRequires: gettext-devel
 BuildRequires: intltool >= 0.21
 BuildRequires: lcms-devel >= 1.12
 BuildRequires: libexif-devel >= 1:0.6.12
@@ -20,9 +25,11 @@ BuildRequires:       libgphoto2-devel >= 2.1.4
 BuildRequires: libjpeg-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
-BuildRequires: mono-csharp >= 1.0
-BuildRequires: sqlite-devel >= 2.8.6
+BuildRequires: mono-csharp >= 1.1.7
 BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.197
+BuildRequires: sqlite-devel >= 2.8.6
+Requires(post,postun): desktop-file-utils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -36,9 +43,13 @@ F-Spot jest prywatnym mened
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
-autoreconf
+%{__intltoolize}
+%{__aclocal}
+%{__automake}
+%{__autoconf}
 %configure \
        --disable-static
 %{__make}
@@ -57,6 +68,12 @@ rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%update_desktop_database_post
+
+%postun
+%update_desktop_database_postun
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog MAINTAINERS NEWS README TODO
This page took 0.058392 seconds and 4 git commands to generate.