source: projects/specs/trunk/r/ristretto/ristretto-vl.spec @ 9400

Revision 9400, 8.5 KB checked in by inagaki, 9 years ago (diff)

2015-03-01 Ryoichi INAGAKI <ryo1@…>

  • mousepad, parole, xarchiver, xfburn, xfce4-screenshooter, xfce4-taskmanager: updated
  • orage, thunar-*-plugin, xfce4-dict, xfce4-mixer, xfce4-notifyd, xfce4-terminal: rebuilt
  • ristretto: NEW
  • xfce4-appfinder: enabled gtk3


Line 
1# Review at https://bugzilla.redhat.com/show_bug.cgi?id=351531
2
3%global majorversion 0.8
4%global xfceversion 4.12.0
5
6Name:           ristretto
7Version:        0.8.0
8Release:        1%{?_dist_release}
9Summary:        Image-viewer for the Xfce desktop environment
10Summary(ja):    Xfce デスクトップ環境向けの画像ビューア
11Summary(de):    Bildbetrachter für die Xfce Desktop-Umgebung
12
13Group:          Application/Graphics
14License:        GPLv2+
15URL:            http://goodies.xfce.org/projects/applications/ristretto/
16Source0:        http://archive.xfce.org/src/apps/%{name}/%{majorversion}/%{name}-%{version}.tar.bz2
17
18BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
19BuildRequires:  dbus-glib-devel >= 0.34
20BuildRequires:  gtk2-devel >= 2.20.0
21BuildRequires:  libexo-devel >= 0.4.0
22BuildRequires:  libexif-devel >= 0.6.0
23BuildRequires:  libxfce4ui-devel >= %{xfceversion}
24BuildRequires:  xfconf-devel >= %{xfceversion}
25BuildRequires:  desktop-file-utils, gettext, intltool
26Requires:       tumbler
27
28%description
29Ristretto is a fast and lightweight image-viewer for the Xfce desktop
30environment.
31
32%description -l de
33Ristretto ist ein schneller und leichtgewichtiger Bildbetrachter für die Xfce
34Desktop-Umgebung.
35
36
37%prep
38%setup -q
39
40
41%build
42%configure
43make %{?_smp_mflags}
44
45
46%install
47rm -rf %{buildroot}
48make install DESTDIR=%{buildroot} INSTALL='install -p'
49%find_lang %{name}
50desktop-file-install \
51        --dir %{buildroot}%{_datadir}/applications \
52        --add-mime-type=image/x-bmp \
53        --add-mime-type=image/x-png \
54        --add-mime-type=image/x-pcx \
55        --add-mime-type=image/x-tga \
56        --add-mime-type=image/xpm \
57        --delete-original \
58        %{buildroot}%{_datadir}/applications/%{name}.desktop
59
60%clean
61rm -rf %{buildroot}
62
63%post
64touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
65update-desktop-database &> /dev/null || :
66
67
68%postun
69if [ $1 -eq 0 ] ; then
70    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
71    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
72fi
73update-desktop-database &> /dev/null || :
74
75
76%posttrans
77gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
78
79
80%files -f %{name}.lang
81%defattr(-,root,root,-)
82%doc AUTHORS COPYING ChangeLog README
83%{_bindir}/%{name}
84%{_datadir}/appdata/%{name}.appdata.xml
85%{_datadir}/applications/*%{name}.desktop
86%{_datadir}/icons/hicolor/*/*/*
87
88
89%changelog
90* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.8.0-1
91- Initial build for Vine Linux
92
93* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.6.3-7
94- Rebuilt for Fedora 23 Change
95  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
96
97* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-6
98- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
99
100* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-5
101- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
102
103* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-4
104- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
105
106* Wed May 01 2013 Jon Ciesla <limburgher@gmail.com> - 0.6.3-3
107- Drop desktop vendor tag.
108
109* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-2
110- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
111
112* Tue Jan 01 2013 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.3-1
113- Update to 0.6.3 (#891037)
114
115* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-2
116- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
117
118* Sun Apr 29 2012 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.0
119- Update to 0.6.0
120
121* Fri Apr 27 2012 Kevin Fenzi <kevin@scrye.com> - 0.3.7-1
122- Update to 0.3.7
123
124* Wed Apr 04 2012 Kevin Fenzi <kevin@scrye.com> - 0.3.6-2
125- Rebuild for Xfce 4.10
126
127* Tue Apr 03 2012 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.6-1
128- Update to 0.3.6
129- Add VCS key
130
131* Sat Mar 03 2012 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.5-1
132- Update to 0.3.5
133
134* Sat Jan 28 2012 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.4-1
135- Update to 0.3.4
136
137* Sat Jan 14 2012 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.2-1
138- Update to 0.3.2
139
140* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-3
141- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
142
143* Tue Nov 08 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.0-2
144- Require tumbler for thumbnail generation
145
146* Sun Nov 06 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.0-1
147- Update to 0.3.0
148
149* Sun Nov 06 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.2.3-1
150- Update to 0.2.3 (fixes #750657)
151
152* Sat Oct 29 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.2.2-1
153- Update to 0.2.2
154
155* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-2
156- Rebuilt for glibc bug#747377
157
158* Sun Oct 23 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.2.1-1
159- Update to 0.2.1
160
161* Tue Oct 18 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.2.0-1
162- Update to 0.2.0
163
164* Sun Oct 09 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.1-1
165- Update to 0.1.1
166- Drop DSO patch, fixed upstream
167
168* Thu Oct 06 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-1
169- Update to 0.1.0
170
171* Wed Aug 16 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.93-2
172- Fix two major memory leaks (bugzilla.xfce.org #7882)
173
174* Thu Mar 03 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.93-1
175- Update to 0.0.93 (fixes #542141 and #679808)
176- No longer require xfce4-doc
177- Run update-desktop-database in %%post and %%postun
178
179* Wed Feb 09 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.91-2
180- BR xfconf-devel to fix build after Xfce 4.8 update
181
182* Tue Jul 13 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.91-1
183- Update to 0.0.91 (Development release for next major version)
184- Require xfce4-doc for directory ownership of the nex docs
185
186* Wed Feb 17 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.22-3
187- Add patch to fix DSO linking (#565114)
188
189* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.22-2
190- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
191
192* Fri May 15 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.22-1
193- Update to 0.0.22
194
195* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.21-2
196- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
197
198* Thu Nov 27 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.21-1
199- Update to 0.0.21
200- Remove marshaller fix, included upstream now
201
202* Tue Jul 01 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.20-2
203- Add patch to fix x86_64 bit bug caused by a wrong marshaller (#351531)
204
205* Sat May 24 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.20-1
206- Update to 0.0.20
207
208* Sat May 10 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.19-1
209- Update to 0.0.19
210
211* Sat Apr 05 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.18-1
212- Update to 0.0.18
213
214* Wed Feb 17 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.17-1
215- Update to 0.0.17
216
217* Wed Jan 30 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.16-1
218- Update to 0.0.16
219
220* Mon Dec 03 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.15-1
221- Update to 0.0.15
222
223* Mon Dec 03 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.14-1
224- Update to 0.0.14
225
226* Mon Nov 26 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.13-1
227- Update to 0.0.13
228
229* Wed Nov 21 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.12-2
230- Try manual_adjustments.patch
231
232* Tue Nov 20 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.12-1
233- Update to 0.0.12
234
235* Wed Nov 07 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.11-1
236- Update to 0.0.11
237- BuildRequire dbus-glib-devel
238
239* Sat Nov 03 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.10-1
240- Update to 0.0.10
241- Add more mimetypes: tiff, x-bmp, x-png, x-pcx, x-tga and xpm
242- Correct build requirements
243
244* Fri Oct 19 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.9-1
245- Update to 0.0.9
246
247* Sun Oct 14 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.8-1
248- Update to 0.0.8
249
250* Sun Sep 30 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.7-1
251- Update to 0.0.7
252
253* Sun Sep 09 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.4-1
254- Update to 0.0.4
255
256* Wed Sep 05 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.0.3-1
257- Initial RPM package
Note: See TracBrowser for help on using the repository browser.