automatic version update by autodist [release 2.59.2-1mamba;Mon Jan 20 2025]
This commit is contained in:
parent
6088e9fcdb
commit
0178a1f7a1
52
librsvg.spec
52
librsvg.spec
@ -1,7 +1,7 @@
|
|||||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: librsvg
|
Name: librsvg
|
||||||
Version: 2.58.4
|
Version: 2.59.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A high performance SVG rendering library
|
Summary: A high performance SVG rendering library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -15,13 +15,13 @@ License: LGPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
|
BuildRequires: libdav1d-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libharfbuzz-devel
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libpng-devel
|
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libart_lgpl-devel
|
BuildRequires: libart_lgpl-devel
|
||||||
@ -73,50 +73,23 @@ Requires: gtk-doc
|
|||||||
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 the API documentation needed for development.
|
This package contains the API documentation needed for development.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%ifarch arm %{ix86}
|
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
|
||||||
#%patch0 -p1
|
|
||||||
#%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%meson \
|
||||||
%ifnarch arm aarch64
|
-Davif=enabled
|
||||||
--enable-gtk-doc \
|
|
||||||
%endif
|
|
||||||
--disable-static \
|
|
||||||
--enable-vala \
|
|
||||||
--enable-introspection \
|
|
||||||
--enable-pixbuf-loader
|
|
||||||
|
|
||||||
%make
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
# remove unpackaged files
|
|
||||||
rm -f %{buildroot}%{_libdir}/mozilla/plugins/*.{a,la}
|
|
||||||
|
|
||||||
#% find_lang %{name} --all-name
|
|
||||||
|
|
||||||
%ifarch x86_64
|
|
||||||
rm -rf %{buildroot}%{prefix}/lib/.build-id/*
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post
|
|
||||||
/sbin/ldconfig
|
|
||||||
/usr/bin/gdk-pixbuf-query-loaders \
|
|
||||||
> /etc/gtk-2.0/gdk-pixbuf.loaders
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
#-f %{name}.lang
|
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/librsvg-2.so.*
|
%{_libdir}/librsvg-2.so.*
|
||||||
%{_libdir}/girepository-1.0/Rsvg-2.0.typelib
|
%{_libdir}/girepository-1.0/Rsvg-2.0.typelib
|
||||||
@ -129,20 +102,14 @@ exit 0
|
|||||||
%{_datadir}/thumbnailers/librsvg.thumbnailer
|
%{_datadir}/thumbnailers/librsvg.thumbnailer
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
#%files mozilla
|
|
||||||
#%defattr(-,root,root)
|
|
||||||
#%{_libdir}/mozilla/plugins/*.so
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/librsvg-2.0/librsvg
|
%dir %{_includedir}/librsvg-2.0/librsvg
|
||||||
%{_includedir}/librsvg-2.0/librsvg/*
|
%{_includedir}/librsvg-2.0/librsvg/*
|
||||||
%{_libdir}/librsvg-2.so
|
%{_libdir}/librsvg-2.so
|
||||||
%{_datadir}/gir-1.0/Rsvg-2.0.gir
|
%{_datadir}/gir-1.0/Rsvg-2.0.gir
|
||||||
%{_datadir}/vala/vapi/librsvg-2.0.vapi
|
%{_datadir}/vala/vapi/librsvg-2.0.*
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
%dir %{_datadir}/doc/librsvg
|
|
||||||
%{_datadir}/doc/librsvg/*
|
|
||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -150,6 +117,9 @@ exit 0
|
|||||||
%{_docdir}/Rsvg-2.0/*
|
%{_docdir}/Rsvg-2.0/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 20 2025 Automatic Build System <autodist@openmamba.org> 2.59.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Sep 13 2024 Automatic Build System <autodist@openmamba.org> 2.58.4-1mamba
|
* Fri Sep 13 2024 Automatic Build System <autodist@openmamba.org> 2.58.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user