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

Revision 6152, 6.7 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1Name:           rawstudio
2Version:        2.0
3Release:        2%{?_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, gphoto2-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 fedora                            \
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/fedora-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* Mon May 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0-2
123- rebuild with exiv2-0.22
124- add Patch0 (rawstudio-2.0-makefile.patch)
125
126* Sun Sep  4 2011 IWAI, Masaharu <iwai@alib.jp> 2.0-1
127- build for Vine Linux: based Fedora 2.0-1
128
129* Fri Apr  8 2011 Gianluca Sforna <giallu@gmail.com> - 2.0-1
130- Update to final release
131- remove upstreamed patch
132
133* Sat Mar 26 2011 Gianluca Sforna <giallu@gmail.com> - 2.0-0.1.beta1
134- Update to released beta
135- Split librawstudio library in own package
136
137* Mon Mar 14 2011 Gianluca Sforna <giallu@gmail.com> - 1.2-10
138- update to newer snapshot, another fixed crash
139
140* Mon Feb 21 2011 Gianluca Sforna <giallu@gmail.com> - 1.2-9
141- update to newer snapshot, includes fixes for #635964 and #636919
142- remove upstreamed patch, add new one to remove -Werror
143- require gphoto2
144
145* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-8.20100907svn3521
146- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
147
148* Sun Jan 02 2011 Rex Dieter <rdieter@fedoraproject.org> - 1.2-7.20100907svn3521
149- rebuild (exiv2)
150
151* Tue Sep  8 2010 Gianluca Sforna <giallu gmail com>
152- Fix BuildRequires
153- Add updated patch for X11 link issue
154
155* Tue Sep  7 2010 Gianluca Sforna <giallu gmail com>
156- move to a snapshot
157- drop upstreamed patches
158- add find-lang
159- remove .la files
160- disable static library build
161
162* Mon May 31 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.2-5
163- rebuild (exiv2)
164
165* Sat Feb 13 2010 Gianluca Sforna <giallu gmail com> - 1.2-4
166- Add explicit link to libX11 (#564638)
167
168* Mon Jan 04 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.2-3
169- rebuild (exiv2)
170
171* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-2
172- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
173
174* Fri Apr 10 2009 Gianluca Sforna <giallu gmail com> - 1.2-1
175- New upstream release
176
177* Thu Feb 26 2009 Gianluca Sforna <giallu gmail com> - 1.1.1-4
178- Fix build with newer glibc
179
180* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-3
181- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
182
183* Thu Dec 18 2008 Rex Dieter <rdieter@fedoraproject.org> - 1.1.1-2
184- respin (eviv2)
185
186* Mon Oct 13 2008 Gianluca Sforna <giallu gmail com> - 1.1.1-1
187- new upstream release
188
189* Tue Sep 16 2008 Gianluca Sforna <giallu gmail com> - 1.1-1
190- new upstream release
191
192* Thu May  1 2008 Gianluca Sforna <giallu gmail com> - 1.0-1
193- new upstream release
194- drop upstreamed patch
195- slightly improved summary
196
197* Tue Feb 24 2008 Gianluca Sforna <giallu gmail com> - 0.7-2
198- rebuild with gcc 4.3
199
200* Thu Jan 24 2008 Gianluca Sforna <giallu gmail com> - 0.7-1
201- New upstream release
202- Improved package description
203- Add fix for PPC build
204
205* Sun Aug 19 2007 Gianluca Sforna <giallu gmail com> 0.6-1
206- New upstream release
207- Updated License field
208- Include new pixmaps directory
209
210* Wed Feb 21 2007 Gianluca Sforna <giallu gmail com> 0.5.1-1
211- New upstream release
212- Fix desktop-file-install warnings
213
214* Tue Feb 06 2007 Gianluca Sforna <giallu gmail com> 0.5-1
215- new upstream version
216- add libtiff-devel BR
217- drop upstreamed patch
218- drop dcraw runtime Require
219
220* Wed Sep 27 2006 Gianluca Sforna <giallu gmail com> 0.4.1-1
221- new upstream version
222- Add DESTDIR patch (and BR: automake)
223- New .desktop file and icon
224
225* Fri Jul 28 2006 Gianluca Sforna <giallu gmail com> 0.3-1
226- Initial package. Adapted from fedora-rpmdevtools template.
Note: See TracBrowser for help on using the repository browser.