Author: blues Date: Thu Nov 23 15:28:02 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - rel. 2 - now really enable exiv2; enabled mime, but some fixes still needed
---- Files affected: SPECS: ufraw.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/ufraw.spec diff -u SPECS/ufraw.spec:1.12 SPECS/ufraw.spec:1.13 --- SPECS/ufraw.spec:1.12 Thu Nov 23 14:01:51 2006 +++ SPECS/ufraw.spec Thu Nov 23 16:27:57 2006 @@ -1,19 +1,18 @@ # $Revision$, $Date$ - # TODO: # - manual page for ufraw-batch? - +# - move mime-schema to _sysconfdir and package it. Summary: RAW photo loader Summary(pl): Narzędzie do wczytywania zdjęć w formacie RAW Name: ufraw Version: 0.10 -Release: 1 +Release: 2 License: GPL v2 Group: Applications Source0: http://dl.sourceforge.net/ufraw/%{name}-%{version}.tar.gz # Source0-md5: 12d9bfdb8ed22e28129a729847ba6664 URL: http://ufraw.sourceforge.net/ -BuildRequires: exiv2-devel +BuildRequires: exiv2-devel >= 0.11-1 BuildRequires: gimp-devel >= 2.0 BuildRequires: lcms-devel BuildRequires: libexif-devel @@ -64,22 +63,25 @@ %build %configure \ + --enable-mime \ --with-exiv2 %{__make} %install rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_desktopdir} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_desktopdir} install ufraw.desktop $RPM_BUILD_ROOT%{_desktopdir} +%find_lang %{name} + %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.lang %defattr(644,root,root,755) %doc README TODO %attr(755,root,root) %{_bindir}/ufraw @@ -101,6 +103,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2006/11/23 15:27:57 blues +- rel. 2 - now really enable exiv2; enabled mime, but some fixes still + needed + Revision 1.12 2006/11/23 13:01:51 qboosh - cleanup ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ufraw.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
