Author: aredridel Date: Tue Jul 31 21:46:15 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.12
---- Files affected: SPECS: ufraw.spec (1.20 -> 1.21) ---- Diffs: ================================================================ Index: SPECS/ufraw.spec diff -u SPECS/ufraw.spec:1.20 SPECS/ufraw.spec:1.21 --- SPECS/ufraw.spec:1.20 Thu Jun 21 23:27:16 2007 +++ SPECS/ufraw.spec Tue Jul 31 23:46:09 2007 @@ -5,12 +5,12 @@ Summary: RAW photo loader Summary(pl.UTF-8): Narzędzie do wczytywania zdjęć w formacie RAW Name: ufraw -Version: 0.11 -Release: 3 +Version: 0.12 +Release: 1 License: GPL v2 Group: Applications/Graphics Source0: http://dl.sourceforge.net/ufraw/%{name}-%{version}.tar.gz -# Source0-md5: e7e5930a872657830a77dc9ddbfce93b +# Source0-md5: b2c104938c1c3eb47e7605432bbd3157 URL: http://ufraw.sourceforge.net/ BuildRequires: exiv2-devel >= 0.11-1 BuildRequires: gimp-devel >= 2.0 @@ -20,7 +20,7 @@ BuildRequires: libtiff-devel Requires(post,preun): GConf2 >= 2.16.0 Requires(post,postun): desktop-file-utils -Requires(post,postun): shared-mime-info +Requires(post,postun): shared-mime-info >= 0.21 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _plugindir %(gimptool --gimpplugindir)/plug-ins @@ -66,11 +66,12 @@ %build %configure \ - --enable-mime \ --with-exiv2 \ --with-libexif %{__make} +./generate_schemas.sh %{_bindir} ufraw.schemas + %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_desktopdir} @@ -79,6 +80,7 @@ DESTDIR=$RPM_BUILD_ROOT \ schemasdir=%{_sysconfdir}/gconf/schemas +install ufraw.schemas $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/ install ufraw.desktop $RPM_BUILD_ROOT%{_desktopdir} %find_lang %{name} @@ -87,7 +89,6 @@ rm -rf $RPM_BUILD_ROOT %post -%update_mime_database %gconf_schema_install ufraw.schemas %update_desktop_database_post @@ -96,15 +97,12 @@ %postun %update_desktop_database_postun -%update_mime_database - %files -f %{name}.lang %defattr(644,root,root,755) %doc README TODO %attr(755,root,root) %{_bindir}/ufraw %{_desktopdir}/*.desktop -%{_datadir}/mime/packages/ufraw-mime.xml %{_pixmapsdir}/* %{_sysconfdir}/gconf/schemas/%{name}.schemas %{_mandir}/man1/ufraw* @@ -123,6 +121,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21 2007/07/31 21:46:09 aredridel +- 0.12 + Revision 1.20 2007/06/21 21:27:16 arekm - rel 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ufraw.spec?r1=1.20&r2=1.21&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
