This commit is contained in:
parent
d98fa3aeed
commit
42fae3b969
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 18 14:05:05 CDT 2007 - maw@suse.de
|
||||||
|
|
||||||
|
- Add %run_ldconfig to %post and %postun sections.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 26 18:19:24 CEST 2007 - sbrabec@suse.cz
|
Mon Mar 26 18:19:24 CEST 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
10
cairo.spec
10
cairo.spec
@ -29,7 +29,7 @@ Group: Development/Libraries/X11
|
|||||||
Summary: Vector Graphics Library with Cross-Device Output Support
|
Summary: Vector Graphics Library with Cross-Device Output Support
|
||||||
URL: http://cairographics.org/
|
URL: http://cairographics.org/
|
||||||
Version: 1.4.0
|
Version: 1.4.0
|
||||||
Release: 3
|
Release: 28
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
# This fixes a problem with libpixman getting the depth wrong for some
|
# This fixes a problem with libpixman getting the depth wrong for some
|
||||||
# 16bpp image formats but still render things correctly. Using
|
# 16bpp image formats but still render things correctly. Using
|
||||||
@ -128,6 +128,12 @@ make %{?jobs:-j %jobs}
|
|||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
%post
|
||||||
|
%run_ldconfig
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%run_ldconfig
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
@ -149,6 +155,8 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 18 2007 - maw@suse.de
|
||||||
|
- Add %%run_ldconfig to %%post and %%postun sections.
|
||||||
* Mon Mar 26 2007 - sbrabec@suse.cz
|
* Mon Mar 26 2007 - sbrabec@suse.cz
|
||||||
- Disabled DirectFB by default (#256775).
|
- Disabled DirectFB by default (#256775).
|
||||||
- Ported bugzilla-104365.patch.
|
- Ported bugzilla-104365.patch.
|
||||||
|
Loading…
Reference in New Issue
Block a user