rpms/Pyrex/devel Pyrex.spec,1.23,1.24

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Wed Jun 4 19:39:28 UTC 2008


Author: mbarnes

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

Modified Files:
	Pyrex.spec 
Log Message:

* Tue Jun  3 2008 Kyle VanderBeek <kylev at kylev.com> - 0:0.9.8.2-2
- Fix several rpmlint complaints
- Remove errant egg packaging (there is no egg)



Index: Pyrex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/Pyrex/devel/Pyrex.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- Pyrex.spec	3 Jun 2008 15:49:51 -0000	1.23
+++ Pyrex.spec	4 Jun 2008 19:38:32 -0000	1.24
@@ -12,10 +12,10 @@
 
 Name:           Pyrex
 Version:        0.9.8.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch:          0
 BuildArch:      noarch
-Summary:        A compiler/language for writing Python extension modules.
+Summary:        A compiler/language for writing Python extension modules
 Group:          Development/Languages
 License:        Public Domain
 URL:            http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
@@ -44,14 +44,15 @@
 code.
 
 %package -n emacs-pyrex
-Summary: emacs mode for Pyrex
+Summary: Pyrex editing mode for Emacs
 Group: Applications/Editors
 BuildArch: noarch
 Requires: emacs(bin) >= %{emacs_version}
 
 
 %description -n emacs-pyrex
-An emacs mode for editing Pyrex source code.
+An emacs mode for editing Pyrex source code, supporting the variations in
+syntax as it differs from Python.
 
 %prep
 %setup -q
@@ -82,8 +83,7 @@
 %files
 %defattr(-,root,root,-)
 %doc USAGE.txt README.txt CHANGES.txt ToDo.txt Demos Doc
-%{python_sitelib}/Pyrex
-%{python_sitelib}/*.egg-info
+%{python_sitelib}/Pyrex*
 %exclude %{python_sitelib}/Pyrex/Mac
 %{_bindir}/pyrexc
 
@@ -93,6 +93,10 @@
 
 
 %changelog
+* Tue Jun  3 2008 Kyle VanderBeek <kylev at kylev.com> - 0:0.9.8.2-2
+- Fix several rpmlint complaints
+- Remove errant egg packaging (there is no egg)
+
 * Tue Jun  3 2008 Matthew Barnes <mbarnes at redhat.com> - 0:0.9.8.2-1
 - Update to 0.9.8.2
 




More information about the fedora-extras-commits mailing list