This commit is contained in:
parent
74e507bf25
commit
cd19d28035
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 15 19:44:53 CET 2008 - dmueller@suse.de
|
||||||
|
|
||||||
|
- split off rsvg-view (20kb), removes 6.2MB from the KDE CD
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 29 19:44:48 CET 2008 - maw@suse.de
|
Tue Jan 29 19:44:48 CET 2008 - maw@suse.de
|
||||||
|
|
||||||
|
34
librsvg.spec
34
librsvg.spec
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: librsvg
|
Name: librsvg
|
||||||
%define xulrunner_version 181
|
%define xulrunner_version 181
|
||||||
BuildRequires: docbook-toys gtk-doc gtk2-devel libcroco-devel libgnomeprintui-devel libgsf-devel update-desktop-files xmlcharent
|
BuildRequires: docbook-toys gtk-doc gtk2-devel libcroco-devel libgnomeprintui-devel libgsf-devel update-desktop-files xmlcharent
|
||||||
@ -25,7 +26,7 @@ BuildRequires: gecko-sdk
|
|||||||
%endif
|
%endif
|
||||||
PreReq: coreutils
|
PreReq: coreutils
|
||||||
Version: 2.20.0
|
Version: 2.20.0
|
||||||
Release: 1
|
Release: 13
|
||||||
Summary: A Library for Rendering SVG Data
|
Summary: A Library for Rendering SVG Data
|
||||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.18/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.18/%{name}-%{version}.tar.bz2
|
||||||
Patch1: env-paths.diff
|
Patch1: env-paths.diff
|
||||||
@ -49,6 +50,7 @@ Group: Development/Libraries/C and C++
|
|||||||
Provides: librsvg2-devel
|
Provides: librsvg2-devel
|
||||||
Obsoletes: librsvg2-devel
|
Obsoletes: librsvg2-devel
|
||||||
Requires: %{name} = %{version} libcroco-devel libbz2-devel glib2-devel gtk2-devel libgsf-devel libart_lgpl-devel popt-devel
|
Requires: %{name} = %{version} libcroco-devel libbz2-devel glib2-devel gtk2-devel libgsf-devel libart_lgpl-devel popt-devel
|
||||||
|
Requires: rsvg-view
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains all necessary include files and libraries needed
|
This package contains all necessary include files and libraries needed
|
||||||
@ -72,6 +74,25 @@ http://www.w3c.org).
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Raph Levien <raph@acm.org>
|
||||||
|
|
||||||
|
%package -n rsvg-view
|
||||||
|
Summary: SVG View using the GNOME Render SVG library
|
||||||
|
Group: System/Libraries
|
||||||
|
Provides: librsvg:/usr/bin/rsvg
|
||||||
|
%if %suse_version > 1010
|
||||||
|
Supplements: packageand(librsvg:gnome-session)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%description -n rsvg-view
|
||||||
|
This package contains a library to render SVG (scalable vector
|
||||||
|
graphics) data. This format has been specified by the W3C (see
|
||||||
|
http://www.w3c.org).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
--------
|
--------
|
||||||
Raph Levien <raph@acm.org>
|
Raph Levien <raph@acm.org>
|
||||||
@ -110,9 +131,6 @@ touch var/adm/SuSEconfig/run-gtk
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/rsvg-convert
|
|
||||||
%{_bindir}/rsvg-view
|
|
||||||
%{_datadir}/pixmaps/*.svg
|
|
||||||
%doc %dir %{_docdir}/%{name}
|
%doc %dir %{_docdir}/%{name}
|
||||||
%doc %{_docdir}/%{name}/AUTHORS
|
%doc %{_docdir}/%{name}/AUTHORS
|
||||||
%doc %{_docdir}/%{name}/COPYING
|
%doc %{_docdir}/%{name}/COPYING
|
||||||
@ -121,6 +139,12 @@ touch var/adm/SuSEconfig/run-gtk
|
|||||||
%doc %{_docdir}/%{name}/README
|
%doc %{_docdir}/%{name}/README
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_libdir}/gtk-2.0/*/*/*.so
|
%{_libdir}/gtk-2.0/*/*/*.so
|
||||||
|
|
||||||
|
%files -n rsvg-view
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/rsvg-convert
|
||||||
|
%{_bindir}/rsvg-view
|
||||||
|
%{_datadir}/pixmaps/*.svg
|
||||||
%doc %{_mandir}/man?/*.*
|
%doc %{_mandir}/man?/*.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -137,6 +161,8 @@ touch var/adm/SuSEconfig/run-gtk
|
|||||||
%{_libdir}/browser-plugins/*.so
|
%{_libdir}/browser-plugins/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 15 2008 dmueller@suse.de
|
||||||
|
- split off rsvg-view (20kb), removes 6.2MB from the KDE CD
|
||||||
* Tue Jan 29 2008 maw@suse.de
|
* Tue Jan 29 2008 maw@suse.de
|
||||||
- Remove libtool archives.
|
- Remove libtool archives.
|
||||||
* Tue Jan 29 2008 rodrigo@suse.de
|
* Tue Jan 29 2008 rodrigo@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user