From 71d4ce39e4e596db8847225e00148251077368db Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:43:14 +0100 Subject: [PATCH] added -tools package [release 2.54.4-2mamba;Thu Jun 16 2022] --- librsvg.spec | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/librsvg.spec b/librsvg.spec index 2790932..7874c15 100644 --- a/librsvg.spec +++ b/librsvg.spec @@ -2,7 +2,7 @@ Name: librsvg Version: 2.54.4 -Release: 1mamba +Release: 2mamba Summary: A high performance SVG rendering library Group: System/Libraries Vendor: openmamba @@ -63,6 +63,15 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} The GNOME SVG Library (RSVG) is a high performance library for rendering SVG and SVGZ files associated with the Gnome Project. This package contains static libraries and header files needed for development. +%package tools +Summary: Tools provides with %{name} +Group: System/Tools +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description tools +The GNOME SVG Library (RSVG) is a high performance library for rendering SVG and SVGZ files associated with the Gnome Project. +This package contains the tools provided with %{name}. + %package apidocs Summary: API documentation for %{name} Group: Documentation @@ -118,13 +127,16 @@ exit 0 %files #-f %{name}.lang %defattr(-,root,root) -%{_bindir}/rsvg-convert %{_libdir}/librsvg-2.so.* %{_libdir}/girepository-1.0/Rsvg-2.0.typelib %{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders/*.so +%doc AUTHORS COPYING.LIB + +%files tools +%defattr(-,root,root) +%{_bindir}/rsvg-convert %{_datadir}/thumbnailers/librsvg.thumbnailer %{_mandir}/man1/* -%doc AUTHORS COPYING.LIB #%files mozilla #%defattr(-,root,root) @@ -149,6 +161,9 @@ exit 0 %{_docdir}/Rsvg-2.0/* %changelog +* Thu Jun 16 2022 Silvan Calarco 2.54.4-2mamba +- added -tools package + * Wed Jun 15 2022 Automatic Build System 2.54.4-1mamba - automatic version update by autodist