Use the same host triplet as gtk2
This commit is contained in:
parent
ec420189a6
commit
9d7fab9a94
@ -11,7 +11,7 @@
|
|||||||
Name: librsvg2
|
Name: librsvg2
|
||||||
Summary: An SVG library based on libart.
|
Summary: An SVG library based on libart.
|
||||||
Version: 2.8.1
|
Version: 2.8.1
|
||||||
Release: 1
|
Release: 2
|
||||||
|
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -94,11 +94,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%{_bindir}/update-gdk-pixbuf-loaders %{_arch}-%{_host_vendor}-%{_host_os}
|
%{_bindir}/update-gdk-pixbuf-loaders %{_host}
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%{_bindir}/update-gdk-pixbuf-loaders %{_arch}-%{_host_vendor}-%{_host_os}
|
%{_bindir}/update-gdk-pixbuf-loaders %{_host}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -118,6 +118,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/librsvg-2.0.pc
|
%{_libdir}/pkgconfig/librsvg-2.0.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 23 2004 Matthias Clasen <mclasen@redhat.com> - 2.8.1-2
|
||||||
|
- Must use the same rpm macro for the host triplet as the
|
||||||
|
gtk2 package, otherwise things can fall apart. (#137676)
|
||||||
|
|
||||||
* Thu Sep 23 2004 Alexander Larsson <alexl@redhat.com> - 2.8.1-1
|
* Thu Sep 23 2004 Alexander Larsson <alexl@redhat.com> - 2.8.1-1
|
||||||
- update to 2.8.1
|
- update to 2.8.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user