source: projects/specs/trunk/r/rawstudio/rawstudio-vl.spec @ 8056

Revision 8056, 7.0 KB checked in by Takemikaduchi, 10 years ago (diff)

KDE-4.11.4
exiv2-0.24
wireshark-1.10.5, etc...

Line 
1Name:           rawstudio
2Version:        2.0
3Release:        5%{?_dist_release}
4Summary:        Read, manipulate and convert digital camera raw images
5
6Group:          Applications/Multimedia
7License:        GPLv2+
8URL:            http://rawstudio.org
9
10Source0:        http://rawstudio.org/files/release/%{name}-%{version}.tar.gz
11# Packaging a snapshot created with
12# svn export -r 3521 https://rawstudio.org/svn/rawstudio/trunk/ rawstudio
13#Source0:        rawstudio.tar.gz
14
15Patch0:         rawstudio-2.0-makefile.patch
16
17BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
18
19BuildRequires:  gtk2-devel, libxml2-devel, GConf2-devel, dbus-devel
20BuildRequires:  lcms-devel, libjpeg-devel, libtiff-devel, exiv2-devel
21BuildRequires:  flickcurl-devel, lensfun-devel, fftw3-devel, curl-devel
22BuildRequires:  sqlite3-devel, openssl-devel, libgphoto2-devel
23BuildRequires:  desktop-file-utils
24BuildRequires:  intltool
25BuildRequires:  libtool
26
27Distribution: Vine Linux
28Vendor: Project Vine
29Packager: iwaim
30
31%description
32Rawstudio is a highly specialized application for processing RAW images
33from digital cameras. It is not a fully featured image editing application.
34
35The RAW format is often recommended to get the best quality out of digital
36camera images.  The format is specific to cameras and cannot be read by most
37image editing applications.
38
39Rawstudio makes it possible to read and manipulate RAW images, experiment
40with the controls to see how they affect the image, and finally export into
41JPEG, PNG or TIF format images from most digital cameras.
42
43
44%package -n librawstudio-devel
45Summary: librawstudio development files
46Requires: librawstudio = %{version}-%{release}
47Group: Development/Libraries
48
49%description -n librawstudio-devel
50Development files for rawstudio backend library
51
52
53%package -n librawstudio
54Summary: Rawstudio backend library
55Group: System Environment/Libraries
56
57%description -n librawstudio
58Rawstudio backend library
59
60
61%prep
62%setup -q
63%patch0 -p1
64
65
66%build
67rm configure
68NOCONFIGURE=1 ./autogen.sh
69%configure --disable-static
70make %{?_smp_mflags}
71
72
73%install
74rm -rf $RPM_BUILD_ROOT
75make install DESTDIR=$RPM_BUILD_ROOT
76%find_lang %{name}
77
78# Remove useless files
79find %{buildroot} -name '*.la' -delete
80
81# Fix desktop file warning
82# Note: the Encoding tag seems to be deprecated in desktop entry specs v1.0
83#       so this has probably to go away in the future
84echo "Encoding=UTF-8" >> ${RPM_BUILD_ROOT}%{_datadir}/applications/rawstudio.desktop
85
86desktop-file-install --vendor vine                              \
87        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
88        --remove-category Application                           \
89        --delete-original                                       \
90        ${RPM_BUILD_ROOT}%{_datadir}/applications/rawstudio.desktop
91
92
93%clean
94rm -rf $RPM_BUILD_ROOT
95
96%post
97update-desktop-database &> /dev/null ||:
98
99%postun
100update-desktop-database &> /dev/null ||:
101
102
103%files -f %{name}.lang
104%defattr(-,root,root,-)
105%doc README NEWS COPYING AUTHORS
106%{_bindir}/rawstudio
107%{_datadir}/rawstudio
108%{_datadir}/rawspeed
109%{_datadir}/pixmaps/rawstudio
110%{_datadir}/applications/vine-rawstudio.desktop
111%{_datadir}/icons/rawstudio.png
112
113%files -n librawstudio
114%{_libdir}/librawstudio-2.0.so.*
115
116%files -n librawstudio-devel
117%{_includedir}/rawstudio-2.0
118%{_libdir}/librawstudio-2.0.so
119%{_libdir}/pkgconfig/rawstudio-2.0.pc
120
121%changelog
122* Wed Dec 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0-5
123- rebuild with exiv2-0.24
124
125* Fri Jan 11 2013 IWAI, Masaharu <iwai@alib.jp> 2.0-4
126- build with libgphoto2 2.5.0-1
127- update BR: gphoto2-devel -> libgphoto2-devel
128- fix vendor in desktop-update-install option: fedora -> vine
129
130* Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0-3
131- rebuild with exiv2-0.23
132
133* Mon May 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0-2
134- rebuild with exiv2-0.22
135- add Patch0 (rawstudio-2.0-makefile.patch)
136
137* Sun Sep  4 2011 IWAI, Masaharu <iwai@alib.jp> 2.0-1
138- build for Vine Linux: based Fedora 2.0-1
139
140* Fri Apr  8 2011 Gianluca Sforna <giallu@gmail.com> - 2.0-1
141- Update to final release
142- remove upstreamed patch
143
144* Sat Mar 26 2011 Gianluca Sforna <giallu@gmail.com> - 2.0-0.1.beta1
145- Update to released beta
146- Split librawstudio library in own package
147
148* Mon Mar 14 2011 Gianluca Sforna <giallu@gmail.com> - 1.2-10
149- update to newer snapshot, another fixed crash
150
151* Mon Feb 21 2011 Gianluca Sforna <giallu@gmail.com> - 1.2-9
152- update to newer snapshot, includes fixes for #635964 and #636919
153- remove upstreamed patch, add new one to remove -Werror
154- require gphoto2
155
156* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-8.20100907svn3521
157- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
158
159* Sun Jan 02 2011 Rex Dieter <rdieter@fedoraproject.org> - 1.2-7.20100907svn3521
160- rebuild (exiv2)
161
162* Wed Sep  8 2010 Gianluca Sforna <giallu gmail com>
163- Fix BuildRequires
164- Add updated patch for X11 link issue
165
166* Tue Sep  7 2010 Gianluca Sforna <giallu gmail com>
167- move to a snapshot
168- drop upstreamed patches
169- add find-lang
170- remove .la files
171- disable static library build
172
173* Mon May 31 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.2-5
174- rebuild (exiv2)
175
176* Sat Feb 13 2010 Gianluca Sforna <giallu gmail com> - 1.2-4
177- Add explicit link to libX11 (#564638)
178
179* Mon Jan 04 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.2-3
180- rebuild (exiv2)
181
182* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-2
183- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
184
185* Fri Apr 10 2009 Gianluca Sforna <giallu gmail com> - 1.2-1
186- New upstream release
187
188* Thu Feb 26 2009 Gianluca Sforna <giallu gmail com> - 1.1.1-4
189- Fix build with newer glibc
190
191* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-3
192- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
193
194* Thu Dec 18 2008 Rex Dieter <rdieter@fedoraproject.org> - 1.1.1-2
195- respin (eviv2)
196
197* Mon Oct 13 2008 Gianluca Sforna <giallu gmail com> - 1.1.1-1
198- new upstream release
199
200* Tue Sep 16 2008 Gianluca Sforna <giallu gmail com> - 1.1-1
201- new upstream release
202
203* Thu May  1 2008 Gianluca Sforna <giallu gmail com> - 1.0-1
204- new upstream release
205- drop upstreamed patch
206- slightly improved summary
207
208* Sun Feb 24 2008 Gianluca Sforna <giallu gmail com> - 0.7-2
209- rebuild with gcc 4.3
210
211* Thu Jan 24 2008 Gianluca Sforna <giallu gmail com> - 0.7-1
212- New upstream release
213- Improved package description
214- Add fix for PPC build
215
216* Sun Aug 19 2007 Gianluca Sforna <giallu gmail com> 0.6-1
217- New upstream release
218- Updated License field
219- Include new pixmaps directory
220
221* Wed Feb 21 2007 Gianluca Sforna <giallu gmail com> 0.5.1-1
222- New upstream release
223- Fix desktop-file-install warnings
224
225* Tue Feb 06 2007 Gianluca Sforna <giallu gmail com> 0.5-1
226- new upstream version
227- add libtiff-devel BR
228- drop upstreamed patch
229- drop dcraw runtime Require
230
231* Wed Sep 27 2006 Gianluca Sforna <giallu gmail com> 0.4.1-1
232- new upstream version
233- Add DESTDIR patch (and BR: automake)
234- New .desktop file and icon
235
236* Fri Jul 28 2006 Gianluca Sforna <giallu gmail com> 0.3-1
237- Initial package. Adapted from fedora-rpmdevtools template.
Note: See TracBrowser for help on using the repository browser.