Accepting request 560108 from home:jengelh:branches:GNOME:Factory
- Fix RPM groups, drop redundant %clean section, update summaries. OBS-URL: https://build.opensuse.org/request/show/560108 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=114
This commit is contained in:
parent
fbd1dec0cf
commit
6eb29ee467
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 27 13:03:12 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Fix RPM groups, drop redundant %clean section,
|
||||
update summaries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 16 16:38:47 UTC 2017 - luc14n0@linuxmail.org
|
||||
|
||||
|
17
librsvg.spec
17
librsvg.spec
@ -21,7 +21,7 @@ Version: 2.40.20
|
||||
Release: 0
|
||||
Summary: A Library for Rendering SVG Data
|
||||
License: LGPL-2.0+ and GPL-2.0+
|
||||
Group: System/Libraries
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://librsvg.sourceforge.net/
|
||||
Source: http://download.gnome.org/sources/librsvg/2.40/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
@ -67,7 +67,7 @@ graphics) data. This format has been specified by the W3C (see
|
||||
http://www.w3c.org).
|
||||
|
||||
%package -n typelib-1_0-Rsvg-2_0
|
||||
Summary: A Library for Rendering SVG Data -- Introspection bindings
|
||||
Summary: Introspection bindings for librsvg, a SVG render library
|
||||
License: LGPL-2.0+
|
||||
Group: System/Libraries
|
||||
|
||||
@ -79,7 +79,7 @@ http://www.w3c.org).
|
||||
This package provides the GObject Introspection bindings for librsvg.
|
||||
|
||||
%package devel
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
Summary: Development files for librsvg, a SVG render library
|
||||
License: LGPL-2.0+
|
||||
Group: Development/Libraries/C and C++
|
||||
Provides: librsvg2-devel = %{version}
|
||||
@ -97,7 +97,7 @@ This package contains all necessary include files and libraries needed
|
||||
to develop applications that require these.
|
||||
|
||||
%package -n gdk-pixbuf-loader-rsvg
|
||||
Summary: A Library for Rendering SVG Data -- gdk-pixbuf loader
|
||||
Summary: gdk-pixbuf loader for SVG using librsvg
|
||||
License: LGPL-2.0+
|
||||
Group: System/Libraries
|
||||
Supplements: packageand(librsvg-2-2:gdk-pixbuf)
|
||||
@ -113,7 +113,7 @@ This package provides a librsvg-based gdk-pixbuf loader.
|
||||
%package -n rsvg-view
|
||||
Summary: SVG View using the GNOME Render SVG library
|
||||
License: LGPL-2.0+
|
||||
Group: System/Libraries
|
||||
Group: Productivity/Graphics/Viewers
|
||||
|
||||
%description -n rsvg-view
|
||||
This package contains a library to render SVG (scalable vector
|
||||
@ -138,15 +138,12 @@ graphics) data.
|
||||
--disable-static\
|
||||
--enable-introspection\
|
||||
--enable-vala
|
||||
make %{?jobs:-j%jobs}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -n librsvg-2-2 -p /sbin/ldconfig
|
||||
|
||||
%post -n gdk-pixbuf-loader-rsvg
|
||||
|
Loading…
Reference in New Issue
Block a user