]> git.pld-linux.org Git - packages/f-spot.git/commitdiff
- 0.1.4, killed autoreconf, updated BR/R, register supported mime type
authorfreetz <freetz@pld-linux.org>
Wed, 7 Dec 2005 14:24:22 +0000 (14:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  in post/postun

Changed files:
    f-spot.spec -> 1.23

f-spot.spec

index 98b0d225d1ae59bb1b1d6298fa5ea7c7a11405c3..8fefe332cf9e9d3821ce198c4c323ba6a0efd670 100644 (file)
@@ -2,17 +2,20 @@
 Summary:       Personal photo manager
 Summary(pl):   Mened¿er prywatnych galerii fotograficznych
 Name:          f-spot
-Version:       0.1.3
+Version:       0.1.4
 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: 3c08f01ca24ae2847f11bf47db878c29
+# Source0-md5: 8a62901528b6c32e5f142b7c6302222e
 Patch0:                %{name}-desktop.patch
 URL:           http://www.gnome.org/projects/f-spot/
 BuildRequires: GConf2-devel
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: dotnet-dbus-sharp-devel
-BuildRequires: dotnet-gtk-sharp2-gnome-devel >= 1.9.5
+BuildRequires: dotnet-gtk-sharp2-gnome-devel >= 2.1
+BuildRequires: gettext-devel
 BuildRequires: intltool >= 0.21
 BuildRequires: lcms-devel >= 1.12
 BuildRequires: libexif-devel >= 1:0.6.12
@@ -21,9 +24,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
@@ -39,7 +44,10 @@ F-Spot jest prywatnym mened
 %patch0 -p1
 
 %build
-autoreconf
+%{__intltoolize}
+%{__aclocal}
+%{__automake}
+%{__autoconf}
 %configure \
        --disable-static
 %{__make}
@@ -58,6 +66,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.031146 seconds and 4 git commands to generate.