source: projects/specs/trunk/f/fotoxx/fotoxx-vl.spec @ 4663

Revision 4663, 3.4 KB checked in by inagaki, 13 years ago (diff)

update: exiv2, libgexiv2. fotoxx, printoxx, gthumb, gnome-commander, strigi, shotwell, ufraw

Line 
1Summary:        Digital Photo editor
2Summary(ja):    デジタル写真編集ソフトウェア
3
4Name:           fotoxx
5Version:        10.11.1
6Release:        1%{?_dist_release}
7
8Group:          Applications/Multimedia
9License:        GPLv2
10URL:            http://kornelix.squarespace.com/%{name}
11
12Source0:        http://kornelix.squarespace.com/storage/downloads/%{name}-%{version}.tar.gz
13Source1:        %{name}.desktop
14
15BuildRoot:      %{_tmppath}/%{name}-%{version}-root
16BuildRequires:  desktop-file-utils
17BuildRequires:  freeimage-devel
18BuildRequires:  gtk2-devel
19BuildRequires:  libtiff-devel
20BuildRequires:  perl-Image-ExifTool
21BuildRequires:  ufraw
22BuildRequires:  xdg-utils
23
24Requires:       perl-Image-ExifTool
25Requires:       printoxx
26Requires:       ufraw
27Requires:       xdg-utils
28
29%description
30Fotoxx is a free open source Linux program for editing image files
31from a digital camera. The goal of fotoxx is to meet most image editing
32needs while remaining easy to use.
33
34%prep
35%setup -q
36
37%build
38CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ;
39make %{?_smp_mflags} PREFIX=%{_prefix} DOCDIR=%{_docdir}/%{name}-%{version}
40
41
42%install
43rm -rf $RPM_BUILD_ROOT
44make install manpage DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} DOCDIR=%{_docdir}/%{name}-%{version}
45install -Dm 644 -p icons/%{name}.png  $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png
46desktop-file-install --vendor="" \
47  --mode 644 \
48  --remove-category="Application" \
49  --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \
50  %{SOURCE1}
51
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56
57%files
58%defattr(-,root,root,-)
59%doc doc/*
60%dir %{_datadir}/%{name}
61%{_bindir}/%{name}
62%{_datadir}/%{name}/icons/
63%{_datadir}/%{name}/locales/
64%{_datadir}/applications/%{name}.desktop
65%{_datadir}/pixmaps/%{name}.png
66%{_mandir}/man1/*
67
68%changelog
69* Sun Jul 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 10.11.1-1
70- updated to 10.11.1
71- built with new toolchains
72
73* Thu Jun 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0-1
74- initial build for Vine Linux
75
76* Wed Feb 25 2009 Dennis Gilmore <dennis@ausil.us> - 6.0-3
77- add patch to dynamically link to libfreeimage
78
79* Wed Feb 25 2009 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] spb [ dOt.] su> - 6.0-2
80- Forgot patch
81
82* Wed Feb 25 2009 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] spb [ dOt.] su> - 6.0-1
83- New version 6.0
84- Adjust Source0 url (inspired by Kevin Fenzi in fedora-devel-list: https://www.redhat.com/archives/fedora-devel-list/2009-February/msg01622.html ).
85
86* Wed Feb 25 2009 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] spb [ dOt.] su> - 5.8-2
87- Add patch0 fotoxx-5.8.constchar.patch
88- Reformat spec with tabs, remove trailing spaces.
89
90* Sun Jan  4 2009 Nicoleau Fabien <nicoleau.fabien@gmail.com> - 5.8-1
91- Rebuild for 5.8
92* Mon Dec  1 2008 Nicoleau Fabien <nicoleau.fabien@gmail.com> - 5.7-1
93- Rebuild for 5.7
94* Sun Nov 16 2008 Nicoleau Fabien <nicoleau.fabien@gmail.com> - 5.6-1
95- Rebuild for 5.6
96* Tue Nov  4 2008 Nicoleau Fabien <nicoleau.fabien@gmail.com> - 5.5-1
97- Rebuild for 5.5
98* Thu Oct  9 2008 Nicoleau Fabien <nicoleau.fabien@gmail.com> - 5.4-1
99- Rebuild for 5.4
100* Thu Sep 18 2008 Nicoleau Fabien <nicoleau.fabien@gmail.com> - 5.3-1
101- Rebuild for 5.3
102* Sun Aug 31 2008 Nicoleau Fabien <nicoleau.fabien@gmail.com> - 5.2-1
103- Rebuild for 5.2
104* Sun Aug 24 2008 Nicoleau Fabien <nicoleau.fabien@gmail.com> - 5.1-1
105- Rebuild for 5.1
106* Fri Aug  8 2008 Nicoleau Fabien <nicoleau.fabien@gmail.com> - 5.0.1-1
107- Rebuild for 5.0.1
108* Sat Aug  2 2008 Nicoleau Fabien <nicoleau.fabien@gmail.com> - 5.0-1
109- Rebuild for 5.0
110* Tue Jul 22 2008 Nicoleau Fabien <nicoleau.fabien@gmail.com> - 4.9-1
111- Initial build
Note: See TracBrowser for help on using the repository browser.