!6 Version upgrade to 2.46.4
From: @yangl777 Reviewed-by: @orange-snn Signed-off-by: @orange-snn
This commit is contained in:
commit
13afc7c72b
Binary file not shown.
@ -1,16 +1,16 @@
|
|||||||
Name: librsvg2
|
Name: librsvg2
|
||||||
Version: 2.44.15
|
Version: 2.46.4
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: An SVG library based on cairo
|
Summary: An SVG library based on cairo
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/LibRsvg
|
URL: https://wiki.gnome.org/Projects/LibRsvg
|
||||||
Source0: https://download.gnome.org/sources/librsvg/2.44/librsvg-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/librsvg/2.46/librsvg-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: chrpath gcc gobject-introspection-devel cairo-devel libxml2-devel
|
BuildRequires: chrpath gcc gobject-introspection-devel cairo-devel libxml2-devel
|
||||||
BuildRequires: fontconfig-devel gdk-pixbuf2-devel glib2-devel gtk3-devel
|
BuildRequires: fontconfig-devel gdk-pixbuf2-devel glib2-devel pkgconfig(cairo-gobject) >= 1.16.0
|
||||||
BuildRequires: libcroco-devel pango-devel vala cargo rust
|
BuildRequires: libcroco-devel pango-devel vala cargo rust git-core
|
||||||
|
|
||||||
Requires: gdk-pixbuf2 cairo
|
Requires: gdk-pixbuf2 cairo >= 1.16.0
|
||||||
|
|
||||||
Provides: %{name}-tools = %{version}-%{release}
|
Provides: %{name}-tools = %{version}-%{release}
|
||||||
Obsoletes: %{name}-tools < %{version}-%{release}
|
Obsoletes: %{name}-tools < %{version}-%{release}
|
||||||
@ -29,25 +29,27 @@ files to allow you to develop with librsvg.
|
|||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n librsvg-%{version} -p1
|
%autosetup -n librsvg-%{version} -p1 -Sgit
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-gtk-doc --enable-introspection --enable-vala
|
%configure --disable-static --disable-gtk-doc --enable-introspection --enable-vala
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
|
%find_lang librsvg
|
||||||
|
|
||||||
chrpath --delete %{buildroot}%{_bindir}/rsvg-convert
|
chrpath --delete %{buildroot}%{_bindir}/rsvg-convert
|
||||||
chrpath --delete %{buildroot}%{_bindir}/rsvg-view-3
|
|
||||||
chrpath --delete %{buildroot}%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-svg.so
|
chrpath --delete %{buildroot}%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-svg.so
|
||||||
|
|
||||||
rm -vrf %{buildroot}%{_datadir}/doc
|
rm -vrf %{buildroot}%{_datadir}/doc
|
||||||
|
|
||||||
%files
|
%files -f librsvg.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license COPYING COPYING.LIB
|
%license COPYING.LIB
|
||||||
%{_bindir}/rsvg-*
|
%{_bindir}/rsvg-convert
|
||||||
%{_libdir}/librsvg-2.so.*
|
%{_libdir}/librsvg-2.so.*
|
||||||
%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-svg.so
|
%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-svg.so
|
||||||
%{_libdir}/girepository-1.0/Rsvg-2.0.typelib
|
%{_libdir}/girepository-1.0/Rsvg-2.0.typelib
|
||||||
@ -56,8 +58,6 @@ rm -vrf %{buildroot}%{_datadir}/doc
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/*.a
|
|
||||||
%{_libdir}/gdk-pixbuf-2.0/*/loaders/*.a
|
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_includedir}/librsvg-2.0/
|
%{_includedir}/librsvg-2.0/
|
||||||
%{_datadir}/gir-1.0/Rsvg-2.0.gir
|
%{_datadir}/gir-1.0/Rsvg-2.0.gir
|
||||||
@ -70,6 +70,12 @@ rm -vrf %{buildroot}%{_datadir}/doc
|
|||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 15 2020 yanglu <yanglu60@huawei.com> - 2.46.4-1
|
||||||
|
- Type:bugfix
|
||||||
|
- Id:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:update to 2.46.4
|
||||||
|
|
||||||
* Thu Jan 16 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.44.15-1
|
* Thu Jan 16 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.44.15-1
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user