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

Revision 4709, 6.5 KB checked in by iwaim, 13 years ago (diff)

new: rawstudio-2.0-1

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