rpms/veusz/devel veusz.spec,1.11,1.12

Dr Jeremy Stephen Sanders (jsanders) fedora-extras-commits at redhat.com
Sun Jan 20 17:48:50 UTC 2008


Author: jsanders

Update of /cvs/pkgs/rpms/veusz/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32583

Modified Files:
	veusz.spec 
Log Message:
Package egg for >=F8



Index: veusz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/veusz/devel/veusz.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- veusz.spec	20 Jan 2008 14:12:13 -0000	1.11
+++ veusz.spec	20 Jan 2008 17:48:15 -0000	1.12
@@ -4,7 +4,7 @@
 
 Name:           veusz
 Version:        1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GUI scientific plotting package
 
 Group:          Applications/Productivity
@@ -22,6 +22,13 @@
 Requires(post): shared-mime-info desktop-file-utils
 Requires(postun): shared-mime-info desktop-file-utils
 
+# for eggs
+%if 0%{?fedora} >= 8
+BuildRequires:  python-setuptools-devel
+%else
+BuildRequires:  python-setuptools
+%endif
+
 %description
 Veusz is a scientific plotting package, designed to create
 publication-ready Postscript output. It features GUI, command-line,
@@ -97,6 +104,7 @@
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/mime/packages/veusz.xml
 %dir %{python_sitearch}/veusz
+%{python_sitearch}/*
 %{python_sitearch}/veusz/VERSION
 %{python_sitearch}/veusz/*.py
 %{python_sitearch}/veusz/*.py[co]
@@ -122,8 +130,11 @@
 %{_datadir}/pixmaps/veusz.png
 
 %changelog
+* Sun Dec 20 2008 Jeremy Sanders <jeremy at jeremysanders.net> - 1.0-2
+- Package egg file
+
 * Sun Dec 20 2008 Jeremy Sanders <jeremy at jeremysanders.net> - 1.0-1
-  Update to Veusz-1.0 (now based on PyQt4/numpy)
+- Update to Veusz-1.0 (now based on PyQt4/numpy)
 
 * Thu Aug  2 2007 Jeremy Sanders <jeremy at jeremysanders.net> - 0.10-16
 - Rebuilt as forgot to commit changes before make tag




More information about the fedora-extras-commits mailing list