Author: qboosh Date: Mon Jul 14 21:14:48 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new: raw-thumbnailer from libopenraw project
---- Files affected: SPECS: libopenraw-thumbnailer.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/libopenraw-thumbnailer.spec diff -u /dev/null SPECS/libopenraw-thumbnailer.spec:1.1 --- /dev/null Mon Jul 14 23:14:49 2008 +++ SPECS/libopenraw-thumbnailer.spec Mon Jul 14 23:14:43 2008 @@ -0,0 +1,67 @@ +# $Revision$, $Date$ +Summary: RawThumbnailer - RAW files thumbnailer for the GNOME Nautilus file manager +Summary(pl.UTF-8): RawThumbnailer - program do miniaturek plików RAW dla zarządcy plików Nautilus +Name: libopenraw-thumbnailer +Version: 0.99.1 +Release: 0.1 +License: GPL v2+ +Group: Applications/Graphics +Source0: http://libopenraw.freedesktop.org/download/raw-thumbnailer-%{version}.tar.gz +# Source0-md5: 8b166320b17fa906bf0503ed3b6ba226 +URL: http://libopenraw.freedesktop.org/wiki/RawThumbnailer +BuildRequires: GConf2-devel +BuildRequires: autoconf >= 2.50 +BuildRequires: automake +BuildRequires: gnome-vfs2-devel >= 2.0 +BuildRequires: gtk+2-devel >= 1:2.0 +BuildRequires: intltool >= 0.21 +BuildRequires: libgsf-gnome-devel +BuildRequires: libopenraw-gnome-devel >= 0.0.4 +BuildRequires: libtool +BuildRequires: pkgconfig +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +RawThumbnailer is a thumbnailer for RAW files that works with the +GNOME Nautilus file manager. + +%description -l pl.UTF-8 +RawThumbnailer to program generujący miniaturki plików RAW działający +z zarządcą plików Nautilus ze środowiska GNOME. + +%prep +%setup -q -n raw-thumbnailer-%{version} + +%build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS +%attr(755,root,root) %{_bindir}/raw-thumbnailer +%{_datadir}/mime/packages/raw-thumbnailer.xml +%{_sysconfdir}/gconf/schemas/raw-thumbnailer.schemas + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008/07/14 21:14:43 qboosh +- new: raw-thumbnailer from libopenraw project ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
