]> git.pld-linux.org Git - packages/ufraw.git/blob - ufraw.spec
- based on template
[packages/ufraw.git] / ufraw.spec
1
2 # todo:
3 # - manual page for ufraw-batch?
4
5 Summary:        RAW photo loader
6 Name:           ufraw
7 Version:        0.6
8 Release:        1
9 License:        GPL v2
10 Group:          Applications
11 Source0:        http://dl.sourceforge.net/ufraw/%{name}-%{version}.tar.gz
12 # Source0-md5:  2074676b9437738630eee72b9fc6c50c
13 URL:            http://ufraw.sourceforge.net/
14 BuildRequires:  gimp-devel
15 BuildRequires:  lcms-devel
16 BuildRequires:  libexif-devel
17 BuildRequires:  libjpeg-devel
18 BuildRequires:  libtiff-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _plugindir      %(gimptool --gimpplugindir)/plug-ins
22
23 %description
24 UFRaw is a utility to read and manipulate raw images from digital cameras.
25 It can be used by itself or as a GIMP plug-in.  It reads raw images using
26 Dave Coffin's raw conversion utility DCRaw.  And it supports basic color
27 management using Little CMS, allowing the user to apply color profiles.
28
29 %package -n gimp-plugin-ufraw
30 Summary:        RAW photo loader GIMP plugin
31 Group:          Applications
32
33 %description -n gimp-plugin-ufraw
34 RAW photo loader GIMP plugin.
35
36 %package batch
37 Summary:        RAW photo loader batch software
38 Group:          Applications
39
40 %description batch
41 RAW photo loader GIMP plugin.
42
43 %prep
44 %setup -q
45
46 %build
47 %configure
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc ChangeLog README TODO
62 %attr(755,root,root) %{_bindir}/ufraw
63 %{_desktopdir}/*
64 %{_pixmapsdir}/*
65 %{_mandir}/man1/ufraw*
66
67 %files -n gimp-plugin-ufraw
68 %defattr(644,root,root,755)
69 %attr(755,root,root) %{_plugindir}/ufraw-gimp
70
71 %files batch
72 %defattr(644,root,root,755)
73 %attr(755,root,root) %{_bindir}/ufraw-batch
This page took 0.221812 seconds and 3 git commands to generate.