forked from pool/cairo
Accepting request 583529 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/583529 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=133
This commit is contained in:
parent
ca6f9af1f1
commit
e140db3869
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 16:23:56 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Modernize spec-file by calling spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 16 14:30:02 UTC 2018 - crrodriguez@opensuse.org
|
||||
|
||||
|
@ -24,7 +24,7 @@ Release: 0
|
||||
Summary: Vector Graphics Library with Cross-Device Output Support
|
||||
License: LGPL-2.1+ OR MPL-1.1
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://cairographics.org/
|
||||
URL: http://cairographics.org/
|
||||
Source: http://cairographics.org/snapshots/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
# PATCH-FIX-UPSTREAM cairo-xlib-endianness.patch fdo#63461 bnc#882951 fcrozat@suse.com -- Fix crash when client and server have different endianness
|
||||
@ -106,7 +106,7 @@ hardware acceleration when available.
|
||||
%package tools
|
||||
Summary: Utilities for cairo, a Vector Graphics Library with Cross-Device Output Support
|
||||
# We need an explicit requires since nothing links to the cairo library
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Libraries/X11
|
||||
Requires: libcairo2 = %{version}
|
||||
# Named changed during development of 11.4
|
||||
@ -180,11 +180,11 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%{_libdir}/libcairo-gobject.so.2*
|
||||
|
||||
%files -n libcairo-script-interpreter2
|
||||
%doc util/cairo-script/COPYING
|
||||
%license util/cairo-script/COPYING
|
||||
%{_libdir}/libcairo-script-interpreter.so.*
|
||||
|
||||
%files tools
|
||||
%doc util/cairo-trace/COPYING util/cairo-trace/COPYING-GPL-3
|
||||
%license util/cairo-trace/COPYING util/cairo-trace/COPYING-GPL-3
|
||||
%{_bindir}/cairo-sphinx
|
||||
%{_bindir}/cairo-trace
|
||||
%dir %{_libdir}/cairo
|
||||
|
Loading…
Reference in New Issue
Block a user