rpms/python-fpconst/devel python-fpconst.spec,1.2,1.3

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Wed Sep 6 18:50:23 UTC 2006


Author: xulchris

Update of /cvs/extras/rpms/python-fpconst/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16165

Modified Files:
	python-fpconst.spec 
Log Message:
No longer %ghost pyo files. bug #205394


Index: python-fpconst.spec
===================================================================
RCS file: /cvs/extras/rpms/python-fpconst/devel/python-fpconst.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-fpconst.spec	30 Aug 2006 21:23:25 -0000	1.2
+++ python-fpconst.spec	6 Sep 2006 18:50:23 -0000	1.3
@@ -2,11 +2,11 @@
 
 Name:           python-fpconst
 Version:        0.7.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Python module for handling IEEE 754 floating point special values
 Group:          Development/Languages
 License:        Apache Software License
-URL:            http://research.warnes.net/projects/RStatServer/fpconst/
+URL:            http://research.warnes.net/projects/RStatServer/fpconst
 Source0:        http://research.warnes.net/~warnes/fpconst/fpconst-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -36,9 +36,12 @@
 %doc CHANGELOG COPYING README pep-0754.txt
 %{python_sitelib}/*.py
 %{python_sitelib}/*.pyc
-%ghost %{python_sitelib}/*.pyo
+%{python_sitelib}/*.pyo
 
 %changelog
+* Wed Sep 06 2006 Christopher Stone <chris.stone at gmail.com> 0.7.2-3
+- No longer %%ghost pyo files.  Bug #205414
+
 * Wed Aug 30 2006 Christopher Stone <chris.stone at gmail.com> 0.7.2-2
 - Shorten summary
 - Remove unnecessary requires
@@ -48,6 +51,6 @@
 - Renamed package from fpconst to python-fpconst
 - Removed macros in URL
 - Removed python-devel from BR
-- Droped the second paragraph in %description
-- Droped PKG-INFO from %doc
-- Added pep-0754.txt to %doc
+- Droped the second paragraph in %%description
+- Droped PKG-INFO from %%doc
+- Added pep-0754.txt to %%doc




More information about the scm-commits mailing list