added -tools package [release 2.54.4-2mamba;Thu Jun 16 2022]
This commit is contained in:
parent
013bb28841
commit
71d4ce39e4
21
librsvg.spec
21
librsvg.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: librsvg
|
Name: librsvg
|
||||||
Version: 2.54.4
|
Version: 2.54.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A high performance SVG rendering library
|
Summary: A high performance SVG rendering library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
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.
|
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.
|
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
|
%package apidocs
|
||||||
Summary: API documentation for %{name}
|
Summary: API documentation for %{name}
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
@ -118,13 +127,16 @@ exit 0
|
|||||||
%files
|
%files
|
||||||
#-f %{name}.lang
|
#-f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/rsvg-convert
|
|
||||||
%{_libdir}/librsvg-2.so.*
|
%{_libdir}/librsvg-2.so.*
|
||||||
%{_libdir}/girepository-1.0/Rsvg-2.0.typelib
|
%{_libdir}/girepository-1.0/Rsvg-2.0.typelib
|
||||||
%{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders/*.so
|
%{_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
|
%{_datadir}/thumbnailers/librsvg.thumbnailer
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%doc AUTHORS COPYING.LIB
|
|
||||||
|
|
||||||
#%files mozilla
|
#%files mozilla
|
||||||
#%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
@ -149,6 +161,9 @@ exit 0
|
|||||||
%{_docdir}/Rsvg-2.0/*
|
%{_docdir}/Rsvg-2.0/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.54.4-2mamba
|
||||||
|
- added -tools package
|
||||||
|
|
||||||
* Wed Jun 15 2022 Automatic Build System <autodist@mambasoft.it> 2.54.4-1mamba
|
* Wed Jun 15 2022 Automatic Build System <autodist@mambasoft.it> 2.54.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user