automatic version update by autodist [release 2.46.3-1mamba;Wed Oct 23 2019]
This commit is contained in:
parent
069087fab7
commit
2c4258549d
24
librsvg.spec
24
librsvg.spec
@ -1,7 +1,7 @@
|
||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||
|
||||
Name: librsvg
|
||||
Version: 2.44.13
|
||||
Version: 2.46.3
|
||||
Release: 1mamba
|
||||
Summary: A high performance SVG rendering library
|
||||
Group: System/Libraries
|
||||
@ -114,6 +114,12 @@ This package contains the API documentation need for development.
|
||||
# remove unpackaged files
|
||||
rm -f %{buildroot}%{_libdir}/mozilla/plugins/*.{a,la}
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%ifarch x86_64
|
||||
rm -rf %{buildroot}%{prefix}/lib/.build-id/*
|
||||
%endif
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -125,19 +131,11 @@ exit 0
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
#%{_bindir}/rsvg
|
||||
%{_bindir}/rsvg-convert
|
||||
#%{_bindir}/rsvg-view
|
||||
%{_bindir}/rsvg-view-3
|
||||
#%{_datadir}/themes/bubble/gtk-2.0/*.svg
|
||||
#%{_datadir}/themes/bubble/gtk-2.0/gtkrc
|
||||
#%{_datadir}/themes/bubble/gtk-3.0/gtkrc
|
||||
#%{_datadir}/themes/bubble/gtk-3.0/*.svg
|
||||
%{_libdir}/librsvg-2.so.*
|
||||
%{_libdir}/girepository-1.0/Rsvg-2.0.typelib
|
||||
#%{_libdir}/gtk-?.?/*/*/*.so
|
||||
%{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders/*.so
|
||||
%{_datadir}/thumbnailers/librsvg.thumbnailer
|
||||
%{_mandir}/man1/*
|
||||
@ -154,12 +152,9 @@ exit 0
|
||||
%{_libdir}/librsvg-2.a
|
||||
%{_libdir}/librsvg-2.la
|
||||
%{_libdir}/librsvg-2.so
|
||||
#%{_libdir}/gtk-?.?/*/*/*.a
|
||||
#%{_libdir}/gtk-?.?/*/*/*.la
|
||||
%{_datadir}/gir-1.0/Rsvg-2.0.gir
|
||||
%{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders/*.a
|
||||
%{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders/*.la
|
||||
#%{_datadir}/vala/vapi/librsvg-2.0.vapi
|
||||
%{_libdir}/pkgconfig/*
|
||||
%dir %{_datadir}/doc/librsvg
|
||||
%{_datadir}/doc/librsvg/*
|
||||
@ -171,6 +166,9 @@ exit 0
|
||||
%{_datadir}/gtk-doc/html/rsvg-2.0/*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 23 2019 Automatic Build System <autodist@mambasoft.it> 2.46.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 24 2019 Automatic Build System <autodist@mambasoft.it> 2.44.13-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user