]> git.pld-linux.org Git - packages/ufraw.git/commitdiff
- based on template
authorwrobell <wrobell@pld-linux.org>
Mon, 5 Dec 2005 15:43:35 +0000 (15:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ufraw.spec -> 1.1

ufraw.spec [new file with mode: 0644]

diff --git a/ufraw.spec b/ufraw.spec
new file mode 100644 (file)
index 0000000..5c1b32e
--- /dev/null
@@ -0,0 +1,73 @@
+
+# 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
This page took 0.131501 seconds and 4 git commands to generate.