rpms/python-fpconst/FC-6 .cvsignore, 1.2, 1.3 python-fpconst.spec, 1.3, 1.4 sources, 1.2, 1.3

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Sun Sep 30 17:16:25 UTC 2007


Author: xulchris

Update of /cvs/extras/rpms/python-fpconst/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29594/FC-6

Modified Files:
	.cvsignore python-fpconst.spec sources 
Log Message:
upstream sync


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-fpconst/FC-6/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	11 Apr 2006 16:55:54 -0000	1.2
+++ .cvsignore	30 Sep 2007 17:15:53 -0000	1.3
@@ -1 +1 @@
-fpconst-0.7.2.tar.gz
+fpconst-0.7.3.tar.gz


Index: python-fpconst.spec
===================================================================
RCS file: /cvs/extras/rpms/python-fpconst/FC-6/python-fpconst.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-fpconst.spec	6 Sep 2006 18:50:23 -0000	1.3
+++ python-fpconst.spec	30 Sep 2007 17:15:53 -0000	1.4
@@ -1,15 +1,18 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-fpconst
-Version:        0.7.2
-Release:        3%{?dist}
+Version:        0.7.3
+Release:        1%{?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
+License:        ASL 2.0
+URL:            http://research.warnes.net/statcomp/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
+BuildRequires:  python-devel
 
 %description
 This python module implements constants and functions for working with
@@ -17,19 +20,24 @@
 Not-a-Number (NaN), Positive Infinity (PosInf), and Negative Infinity
 (NegInf), as well as functions to test for these values.
 
+
 %prep
-%setup -q -n fpconst-%{version}
+%setup -qn fpconst-%{version}
 chmod -x README pep-0754.txt
 
+
 %build
-CFLAGS="%{optflags}" %{__python} setup.py build
+CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
+
 
 %install
-rm -rf %{buildroot}
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
 
 %clean
-rm -rf %{buildroot}
+rm -rf $RPM_BUILD_ROOT
+
 
 %files
 %defattr(-,root,root,-)
@@ -38,7 +46,19 @@
 %{python_sitelib}/*.pyc
 %{python_sitelib}/*.pyo
 
+
 %changelog
+* Sun Sep 30 2007 Christopher Stone <chris.stone at gmail.com> 0.7.3-1
+- Upstream sync
+- Update source URL
+- Some spec file cleanups
+
+* Fri Dec 08 2006 Christopher Stone <chris.stone at gmail.com> 0.7.2-3.fc7.2
+- Add python-devel to BR
+
+* Fri Dec 08 2006 Christopher Stone <chris.stone at gmail.com> 0.7.2-3.fc7.1
+- python(abi) = 0:2.5
+
 * Wed Sep 06 2006 Christopher Stone <chris.stone at gmail.com> 0.7.2-3
 - No longer %%ghost pyo files.  Bug #205414
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-fpconst/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	11 Apr 2006 16:55:54 -0000	1.2
+++ sources	30 Sep 2007 17:15:53 -0000	1.3
@@ -1 +1 @@
-0c194744ab60f3301dfda2da9f7c4068  fpconst-0.7.2.tar.gz
+13884b81da3335b2ec4b6ea1dc26b6fa  fpconst-0.7.3.tar.gz




More information about the fedora-extras-commits mailing list