Author: freetz Date: Wed Dec 7 14:24:30 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.1.4, killed autoreconf, updated BR/R, register supported mime type in post/postun
---- Files affected: SPECS: f-spot.spec (1.22 -> 1.23) ---- Diffs: ================================================================ Index: SPECS/f-spot.spec diff -u SPECS/f-spot.spec:1.22 SPECS/f-spot.spec:1.23 --- SPECS/f-spot.spec:1.22 Fri Sep 30 15:45:52 2005 +++ SPECS/f-spot.spec Wed Dec 7 15:24:22 2005 @@ -3,17 +3,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 @@ -22,9 +25,11 @@ 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 @@ -40,7 +45,10 @@ %patch0 -p1 %build -autoreconf +%{__intltoolize} +%{__aclocal} +%{__automake} +%{__autoconf} %configure \ --disable-static %{__make} @@ -59,6 +67,12 @@ %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 @@ -78,6 +92,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.23 2005/12/07 14:24:22 freetz +- 0.1.4, killed autoreconf, updated BR/R, register supported mime type + in post/postun + Revision 1.22 2005/09/30 13:45:52 pawcioos - updated to 0.1.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/f-spot.spec?r1=1.22&r2=1.23&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
