Accepting request 83059 from home:jengelh:bl-c
- Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel build - Fix baselibs requires for cairo-devel and make it available OBS-URL: https://build.opensuse.org/request/show/83059 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=46
This commit is contained in:
parent
4c6e32defe
commit
eb055de3fc
@ -3,5 +3,8 @@ libcairo2
|
|||||||
obsoletes "cairo-<targettype> < <version>"
|
obsoletes "cairo-<targettype> < <version>"
|
||||||
libcairo-gobject2
|
libcairo-gobject2
|
||||||
libcairo-script-interpreter2
|
libcairo-script-interpreter2
|
||||||
arch ppc package cairo-devel
|
cairo-devel
|
||||||
arch sparcv9 package cairo-devel
|
requires -cairo-<targettype>
|
||||||
|
requires "libcairo2-<targettype> = <version>"
|
||||||
|
requires "libcairo-gobject2-<targettype> = <version>"
|
||||||
|
requires "libcairo-script-interpreter2-<targettype> = <version>"
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 17 22:31:04 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
- Use %_smp_mflags for parallel build
|
||||||
|
- Fix baselibs requires for cairo-devel and make it available
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 29 12:06:00 UTC 2011 - coolo@novell.com
|
Mon Aug 29 12:06:00 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -170,7 +170,7 @@ NOCONFIGURE=1 ./autogen.sh
|
|||||||
%endif
|
%endif
|
||||||
--disable-gtk-doc \
|
--disable-gtk-doc \
|
||||||
--disable-static
|
--disable-static
|
||||||
%{__make} %{?jobs:-j %jobs} V=1
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
@ -190,9 +190,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
|
|
||||||
%postun -n libcairo-script-interpreter2 -p /sbin/ldconfig
|
%postun -n libcairo-script-interpreter2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -n libcairo2
|
%files -n libcairo2
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc AUTHORS COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1 ChangeLog NEWS README
|
%doc AUTHORS COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1 ChangeLog NEWS README
|
||||||
|
Loading…
Reference in New Issue
Block a user