SPECS: ufraw.spec (NEW) - based on template

wrobell wrobell at pld-linux.org
Mon Dec 5 16:43:41 CET 2005


Author: wrobell                      Date: Mon Dec  5 15:43:41 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- based on template

---- Files affected:
SPECS:
   ufraw.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/ufraw.spec
diff -u /dev/null SPECS/ufraw.spec:1.1
--- /dev/null	Mon Dec  5 16:43:41 2005
+++ SPECS/ufraw.spec	Mon Dec  5 16:43:35 2005
@@ -0,0 +1,84 @@
+# $Revision$, $Date$
+
+# todo:
+# - manual page for ufraw-batch?
+
+Summary:	RAW photo loader
+Name:		ufraw
+Version:	0.6
+Release:	1
+License:	GPL v2
+Group:		Applications
+Source0:	http://dl.sourceforge.net/ufraw/%{name}-%{version}.tar.gz
+# Source0-md5:	2074676b9437738630eee72b9fc6c50c
+URL:		http://ufraw.sourceforge.net/
+BuildRequires:	gimp-devel
+BuildRequires:	lcms-devel
+BuildRequires:	libexif-devel
+BuildRequires:	libjpeg-devel
+BuildRequires:	libtiff-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define         _plugindir      %(gimptool --gimpplugindir)/plug-ins
+
+%description
+UFRaw is a utility to read and manipulate raw images from digital cameras.
+It can be used by itself or as a GIMP plug-in.  It reads raw images using
+Dave Coffin's raw conversion utility DCRaw.  And it supports basic color
+management using Little CMS, allowing the user to apply color profiles.
+
+%package -n gimp-plugin-ufraw
+Summary:	RAW photo loader GIMP plugin
+Group:		Applications
+
+%description -n gimp-plugin-ufraw
+RAW photo loader GIMP plugin.
+
+%package batch
+Summary:	RAW photo loader batch software
+Group:		Applications
+
+%description batch
+RAW photo loader GIMP plugin.
+
+%prep
+%setup -q
+
+%build
+%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 ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/ufraw
+%{_desktopdir}/*
+%{_pixmapsdir}/*
+%{_mandir}/man1/ufraw*
+
+%files -n gimp-plugin-ufraw
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_plugindir}/ufraw-gimp
+
+%files batch
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/ufraw-batch
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/12/05 15:43:35  wrobell
+- based on template
+
================================================================



More information about the pld-cvs-commit mailing list