Split rsvg-view-3 and rsvg-convert to a -tools subpackage
https://bugzilla.redhat.com/show_bug.cgi?id=915403
This commit is contained in:
parent
65169f7aa1
commit
acd537d658
@ -1,7 +1,7 @@
|
||||
Name: librsvg2
|
||||
Summary: An SVG library based on cairo
|
||||
Version: 2.37.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -52,6 +52,15 @@ Obsoletes: librsvg3-devel <= 2.26.3-3.fc14
|
||||
This package provides the necessary development libraries and include
|
||||
files to allow you to develop with librsvg.
|
||||
|
||||
|
||||
%package tools
|
||||
Summary: Extra tools for librsvg
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
This package provides extra utilities based on the librsvg library.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n librsvg-%{version}
|
||||
%patch0 -p1 -b .vala
|
||||
@ -92,9 +101,6 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
|
||||
%{_libdir}/librsvg-2.so.*
|
||||
%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-svg.so
|
||||
%{_libdir}/girepository-1.0/*
|
||||
%{_bindir}/rsvg-view-3
|
||||
%{_bindir}/rsvg-convert
|
||||
%{_mandir}/man1/rsvg-convert.1*
|
||||
|
||||
%files devel
|
||||
%{_libdir}/librsvg-2.so
|
||||
@ -106,8 +112,16 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
|
||||
%{_datadir}/vala/vapi/librsvg-2.0.vapi
|
||||
%doc %{_datadir}/gtk-doc/html/rsvg-2.0
|
||||
|
||||
%files tools
|
||||
%{_bindir}/rsvg-convert
|
||||
%{_bindir}/rsvg-view-3
|
||||
%{_mandir}/man1/rsvg-convert.1*
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat May 11 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.0-3
|
||||
- Split rsvg-view-3 and rsvg-convert to a -tools subpackage (#915403)
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.37.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user