source: projects/specs/trunk/lib/libr/librsvg2/librsvg2-vl.spec @ 12465

Revision 12465, 11.9 KB checked in by tomop, 4 years ago (diff)

updated 4 packages

librsvg2-2.48.8-1

nfs-utils-2.5.1-1

quota-4.05-1

xl2tpd-1.3.15-1

Line 
1%define __libtoolize :
2
3Name:           librsvg2
4Summary:        An SVG library based on cairo.
5Summary(ja):    cairo ベースの SVG ライブラリ
6Group:          graphics,system
7Version:        2.48.8
8Release:        1%{?_dist_release}
9Vendor:         Project Vine
10Distribution:   Vine Linux
11
12License:        LGPL
13%global         shortver %(echo %{version} | sed -e 's/\\.[0-9]*$//')
14Source:         https://download.gnome.org/sources/librsvg/%{shortver}/librsvg-%{version}.tar.xz
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17
18BuildRequires: gobject-introspection-devel
19BuildRequires: cairo-devel
20BuildRequires: fontconfig-devel
21BuildRequires: gdk-pixbuf2-devel
22BuildRequires: glib2-devel
23BuildRequires: libxml2-devel
24BuildRequires: pango-devel
25BuildRequires: gtk-doc
26BuildRequires: vala-devel
27BuildRequires: vala-tools
28BuildRequires: rust
29BuildRequires: cargo
30
31Requires: cairo
32Requires(post,postun): gdk-pixbuf2
33
34%description
35An SVG library based on cairo.
36
37%description -l ja
38cairo ベースの SVG ライブラリです
39
40
41%package devel
42Summary: Libraries and include files for developing with librsvg.
43Summary(ja): librsvg の開発用ライブラリおよびヘッダファイル
44Group: programming
45Requires: %{name} = %{version}
46Requires: gdk-pixbuf2-devel >= %{gdk_pixbug2_version}
47Requires: cairo-devel >= %{cairo_version}
48
49%description devel
50This package provides the necessary development libraries and include
51files to allow you to develop with librsvg.
52
53
54%package        docs
55Summary:        Documentation for %{name}
56Summary(ja):    %{name} 用のドキュメント
57Group:          documentation
58Requires:       %{name} = %{version}-%{release}
59BuildArch:      noarch
60
61%description    docs
62This package contains documentation for %{name}.
63
64
65%package        vala
66Summary:        Vala bindings for %{name}
67Summary(ja):    %{name} の Vala バインディング
68Group:          programming
69Requires:       %{name} = %{version}-%{release}
70Requires:       vala
71
72%description    vala
73Vala bindings for %{name}.
74
75
76%debug_package
77
78
79%prep
80%setup -q -n librsvg-%{version}
81
82
83%build
84%configure --enable-gtk-doc \
85           --enable-introspection=yes \
86           --enable-vala=yes \
87           --with-svgz \
88           --enable-gtk-theme \
89           --disable-static
90%__make %{?_smp_mflags}
91
92
93%install
94rm -rf %{buildroot}
95make install DESTDIR=%{buildroot}
96
97rm -f %{buildroot}%{_libdir}/*.{a,la}
98rm -f %{buildroot}%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbuf*.*a
99rm -f %{buildroot}%{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders
100
101rm -rf %{buildroot}%{_docdir}/librsvg
102
103%find_lang librsvg
104
105%clean
106rm -rf %{buildroot}
107
108%post
109/sbin/ldconfig
110if [ -x /usr/bin/gdk-pixbuf-query-loaders ]; then
111  /usr/bin/gdk-pixbuf-query-loaders --update-cache || :
112fi ||:
113
114%postun
115/sbin/ldconfig
116if [ -x /usr/bin/gdk-pixbuf-query-loaders ]; then
117  /usr/bin/gdk-pixbuf-query-loaders --update-cache || :
118fi ||:
119
120%files -f librsvg.lang
121%defattr(-,root,root,-)
122%license COPYING.LIB
123%doc AUTHORS NEWS README.md
124%{_bindir}/rsvg-convert
125%{_libdir}/librsvg-2.so.*
126%{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
127%{_libdir}/girepository-1.0/Rsvg-2.0.typelib
128%dir %{_datadir}/thumbnailers
129%{_datadir}/thumbnailers/librsvg.thumbnailer
130%{_mandir}/man1/rsvg-convert.1.gz
131
132%files devel
133%defattr(-,root,root,-)
134%{_libdir}/librsvg-2.so
135%{_includedir}/librsvg-2.0/librsvg
136%{_libdir}/pkgconfig/librsvg-2.0.pc
137%{_datadir}/gir-1.0/Rsvg-2.0.gir
138
139%files docs
140%defattr(-,root,root,-)
141%{_datadir}/gtk-doc/html/rsvg-2.0
142
143%files vala
144%defattr(-,root,root,-)
145%{_datadir}/vala/vapi/librsvg-2.0.*
146
147
148%changelog
149* Thu Aug 13 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.48.8-1
150- new upstream release.
151- cleaned BR: up.
152
153* Sat Feb 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.46.4-1
154- new upstream release.
155
156* Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.16-1
157- new upstream release
158
159* Sat Dec 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.12-1
160- new upstream release
161
162* Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.11-1
163- new upstream release
164- remove Patch0
165
166* Sun Aug 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.10-1
167- new upstream release
168- add Patch0 (librsvg-2.40.10-git20150811.patch)
169
170* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.9-1
171- new upstream release
172
173* Sun Mar 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.8-1
174- new upstream release
175
176* Sun Mar 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.7-1
177- new upstream release
178
179* Mon Dec 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.6-1
180- new upstream release
181
182* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.5-1
183- new upstream release
184
185* Thu Aug 21 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.3-1
186- new upstream release
187
188* Sun Jul 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.2-2
189- rebuild with libpng-1.6.12
190
191* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.2-1
192- new upstream release
193
194* Mon Jan 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.1-2
195- fix typo
196
197* Sun Nov 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.1-1
198- new upstream release
199- remove BuildRequires: gtk2-devel
200
201* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.36.4-2
202- add BuildRequires: autoconf, gtk-doc, vala-devel, vala-tools
203- create %%{name}-docs and %%{name}-vala subpackages
204
205* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.36.4-1
206- new upstream release
207
208* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.36.3-1
209- new upstream release
210
211* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.36.1-1
212- new upstream release
213
214* Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.2-1
215- new upstream release
216- add BuildRequires: gobject-introspection-devel
217
218* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.1-1
219- new upstream release
220- remove Patch0
221
222* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.0-1
223- new upstream release
224- add Patch0 (librsvg2-2.34.0-git20110728.patch)
225
226* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
227- new upstream release
228
229* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
230- new upstream release
231- remove BuildRequires: popt, libart_lgpl, libgnomeui-devel, gnome-vfs2-devel
232- remove Requires: libart_lgpl
233- add configure option (--disable-static)
234- remove unrecognized configure option (--enable-gnome-vfs, --disable-mozilla-plugins)
235- fix %install, %files, %post and %postun
236
237* Wed Sep 22 2010 IWAI, Masaharu <iwai@alib.jp> 2.26.3-1
238- build with rpm-4.8.1-1 for pkg-config file
239
240* Sun May 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.26.3-1
241- new upstream release
242
243* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
244- new upstream release
245- remove static libs
246
247* Sun Oct 26 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.3-1vl5
248- new upstream release
249- spec in UTF-8
250
251* Wed Mar 26 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2-1vl5
252- new upstream release
253
254* Sat Mar  8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.2-0vl2
255- rebuilt with libgsf-1.14.8
256
257* Sat Sep  8 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.2-0vl1
258- new upstream release
259
260* Sun May 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.1-0vl1
261- new upstream release
262- add BuildRequires: dbus-glib-devel, avahi-glib-devel
263- add BuildRequires: libgsf-devel, libcroco-devel
264- add Requires(post): dbus-glib, avahi-glib, libgsf, libcroco
265- add Requires(post,postun): glib2
266
267* Tue Apr 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.4-0vl5
268- rebuild with gtk+-2.10
269
270* Thu Aug 31 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.14.4-0vl4
271- rebuilt without libgsf-devel
272
273* Tue Jun 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.4-0vl3
274- update %%post scripts to use %%{_sysconfdir}/gtk-2.0/%%{_arch}/gd-pixbuf.loaders
275  for biarch support. (TODO: add compat32)
276
277* Sat Jun 17 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.14.4-0vl2
278- rebuild
279
280* Mon May 29 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.4-0vl1
281- new upstream release
282
283* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
284- new upstream release
285
286* Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
287- new upstream release
288
289* Wed Oct 12 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.7-0vl1
290- new upstream release
291- added --disable-gtk-doc option
292
293* Sat Oct  8 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.6-0vl1
294- new upstream release
295- added gtk-doc to devel package
296
297* Sun Oct  2 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.3-0vl1
298- new upstream release
299- added Japanese description
300- added --without-svgz option (because it requires libgsf)
301
302* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
303- new upstream release
304
305* Sun Nov 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1
306- new upstream release
307
308* Fri Jun 18 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.4.0-0vl4
309- rebuilt to avoid unwanted dependency (libgsf)
310
311* Fri Mar 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl3
312- add gdk-pixbuf-query-loaders to post/postun script.
313
314* Fri Mar 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl2
315- rebuild with gtk+-2.4.0
316
317* Wed Sep 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
318- new upstream release
319
320* Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.1-0vl2
321- fix kanji code of spec file
322- fix file entry, add missing files
323
324* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.1-0vl1
325- new upstream release
326
327* Sat Jul 12 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.5-0vl2
328- added --without-svgz and --without-gimp to %configure
329
330* Thu Jul 10 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.5-0vl1
331- new upstream release
332- added %{_bindir}/rsvg and %{_mandir}/man1/* to main package
333- added %{_libdir}/gtk-2.0/* to devel package
334
335* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
336- new upstream release
337
338* Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
339- new upstream release
340
341* Fri Jan 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.3-0vl1
342- new upstream release
343
344* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.2-0vl1
345- build for Vine Linux
346- new upstream release from gnome-2.1.4
347
348* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
349- 2.0.1
350
351* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
352- automated rebuild
353
354* Sun May 26 2002 Tim Powers <timp@redhat.com>
355- automated rebuild
356
357* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
358- rebuild in different environment
359
360* Thu May 02 2002 Havoc Pennington <hp@redhat.com>
361- rebuild in different environment
362
363* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
364- 1.1.6
365
366* Mon Feb 11 2002 Alex Larsson <alexl@redhat.com> 1.1.3-1
367- Update to 1.1.3
368
369* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
370- automated rebuild
371
372* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
373- new CVS snap 1.1.0.91
374- remove automake/autoconf calls
375
376* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
377- convert to librsvg2 RPM
378
379* Tue Oct 23 2001 Havoc Pennington <hp@redhat.com>
380- 1.0.2
381
382* Fri Jul 27 2001 Alexander Larsson <alexl@redhat.com>
383- Add a patch that moves the includes to librsvg-1/librsvg
384- in preparation for a later librsvg 2 library.
385
386* Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
387- build requires gnome-libs-devel, #49509
388
389* Thu Jul 19 2001 Havoc Pennington <hp@redhat.com>
390- own /usr/include/librsvg
391
392* Wed Jul 18 2001 Akira TAGOH <tagoh@redhat.com> 1.0.0-4
393- fixed the linefeed problem in multibyte environment. (Bug#49310)
394
395* Mon Jul 09 2001 Havoc Pennington <hp@redhat.com>
396- put .la file back in package
397
398* Fri Jul  6 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
399- Put changelog at the end
400- Move .so files to devel subpackage
401- Don't mess with ld.so.conf
402- Don't use %%{prefix}, this isn't a relocatable package
403- Don't define a bad docdir
404- Add BuildRequires
405- Use %%{_tmppath}
406- Don't define name, version etc. on top of the file (why do so many do that?)
407- s/Copyright/License/
408
409* Wed May  9 2001 Jonathan Blandford <jrb@redhat.com>
410- Put into Red Hat Build system
411
412* Tue Oct 10 2000 Robin Slomkowski <rslomkow@eazel.com>
413- removed obsoletes from sub packages and added mozilla and trilobite
414subpackages
415
416* Wed Apr 26 2000 Ramiro Estrugo <ramiro@eazel.com>
417- created this thing
418
Note: See TracBrowser for help on using the repository browser.