rpms/inkscape/devel inkscape.spec,1.67,1.68

Lubomir Rintel lkundrak at fedoraproject.org
Wed Mar 4 17:57:28 UTC 2009


Author: lkundrak

Update of /cvs/pkgs/rpms/inkscape/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31700

Modified Files:
	inkscape.spec 
Log Message:
* Wed Mar 04 2009 Lubomir Rintel <lkundrak at v3.sk> - 0.47-0.5.20090301svn
- Split documentation and inkview into subpackages



Index: inkscape.spec
===================================================================
RCS file: /cvs/pkgs/rpms/inkscape/devel/inkscape.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- inkscape.spec	2 Mar 2009 21:34:32 -0000	1.67
+++ inkscape.spec	4 Mar 2009 17:56:58 -0000	1.68
@@ -4,7 +4,7 @@
 
 Name:           inkscape
 Version:        0.47
-Release:        0.4.20090301svn%{?dist}
+Release:        0.5.20090301svn%{?dist}
 Summary:        Vector-based drawing program using SVG
 
 Group:          Applications/Productivity
@@ -116,6 +116,24 @@
 trace bitmaps and much more.
 
 
+%package view
+Summary:        Viewing program for SVG files
+Group:          Applications/Productivity
+
+%description view
+Viewer for files in W3C standard Scalable Vector Graphics (SVG) file
+format.
+
+
+%package docs
+Summary:        Documentation for Inkscape
+Group:          Documentation
+
+%description docs
+Tutorial and examples for Inkscape, a graphics editor for vector
+graphics in W3C standard Scalable Vector Graphics (SVG) file format.
+
+
 %prep
 %setup -q -n %{name}
 %patch0 -p1 -b .uniconv
@@ -193,10 +211,20 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog NEWS README
 %{_bindir}/inkscape
-%{_bindir}/inkview
-%{_datadir}/inkscape
+%dir %{_datadir}/inkscape
+%{_datadir}/inkscape/clipart
+%{_datadir}/inkscape/extensions
+%{_datadir}/inkscape/fonts
+%{_datadir}/inkscape/gradients
+%{_datadir}/inkscape/icons
+%{_datadir}/inkscape/keys
+%{_datadir}/inkscape/markers
+%{_datadir}/inkscape/palettes
+%{_datadir}/inkscape/patterns
+%{_datadir}/inkscape/screens
+%{_datadir}/inkscape/templates
+%{_datadir}/inkscape/ui
 %{_datadir}/applications/fedora-inkscape.desktop
 %{_datadir}/icons/hicolor/scalable/apps/inkscape.svg
 %{_datadir}/pixmaps/inkscape.png
@@ -205,7 +233,24 @@
 %{_mandir}/fr/man1/inkscape.1*
 
 
+%files view
+%defattr(-,root,root,-)
+%dir %{_datadir}/inkscape
+%{_datadir}/inkscape/tutorials
+%{_datadir}/inkscape/examples
+%doc AUTHORS COPYING ChangeLog NEWS README
+
+
+%files docs
+%defattr(-,root,root,-)
+%{_bindir}/inkview
+%doc AUTHORS COPYING ChangeLog NEWS README
+
+
 %changelog
+* Wed Mar 04 2009 Lubomir Rintel <lkundrak at v3.sk> - 0.47-0.5.20090301svn
+- Split documentation and inkview into subpackages
+
 * Mon Mar 02 2009 Lubomir Rintel <lkundrak at v3.sk> - 0.47-0.4.20090301svn
 - Bump to later SVN snapshot to fix inkscape/+bug/331864
 - Fix a startup crash when compiled with GCC 4.4




More information about the fedora-extras-commits mailing list