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

Revision 10525, 7.6 KB checked in by Takemikaduchi, 8 years ago (diff)

thunderbird,libvisio: new upstream release
others: rebuild

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