[python-sphinx] Update Sphinx to 1.0.4

Michel Alexandre Salim salimma at fedoraproject.org
Fri Sep 17 12:51:27 UTC 2010


commit 77fdd8d536bc91355344d717d42f3b3e7bb0e301
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Fri Sep 17 14:50:58 2010 +0200

    Update Sphinx to 1.0.4

 .gitignore         |    2 +-
 python-sphinx.spec |   18 ++++++++----------
 sources            |    2 +-
 3 files changed, 10 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 69a5060..4f1fd22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Sphinx-1.0b2.tar.gz
+/Sphinx-1.0.4.tar.gz
diff --git a/python-sphinx.spec b/python-sphinx.spec
index 5db0760..c28846e 100644
--- a/python-sphinx.spec
+++ b/python-sphinx.spec
@@ -3,11 +3,10 @@
 %endif
 
 %global upstream_name Sphinx
-%global prerel b2
 
 Name:       python-sphinx
-Version:    1.0
-Release:    %{?prerel:0.}1.%{?prerel}%{?dist}.1
+Version:    1.0.4
+Release:    1%{?dist}
 Summary:    Python documentation generator
 
 Group:      Development/Tools
@@ -16,11 +15,10 @@ Group:      Development/Tools
 # sphinx/util/stemmer.py Public Domain
 # sphinx/pycode/pgen2 Python
 # jquery (MIT or GPLv2)
-License: BSD and Public Domain and Python and (MIT or GPLv2)
+License:    BSD and Public Domain and Python and (MIT or GPLv2)
 URL:        http://sphinx.pocoo.org/
-Source0:    http://pypi.python.org/packages/source/S/%{upstream_name}/%{upstream_name}-%{version}%{?prerel}.tar.gz
+Source0:    http://pypi.python.org/packages/source/S/%{upstream_name}/%{upstream_name}-%{version}.tar.gz
 
-BuildRoot:     %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch:     noarch
 BuildRequires: python2-devel >= 2.4
 BuildRequires: python-setuptools
@@ -132,10 +130,6 @@ popd
   >> sphinx.lang
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %check
 make test
 
@@ -155,6 +149,10 @@ make test
 
 
 %changelog
+* Fri Sep 17 2010 Michel Salim <salimma at fedoraproject.org> - 1.0.4-1
+- Update to 1.0.4
+- Remove BuildRoot and %%clean declarations
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 1.0-0.1.b2.1
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 2c902d7..88e98e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6bf13da4fd0542cc85705d1c4abd3c0a  Sphinx-1.0b2.tar.gz
+d4067e42e75525ecf108ece471ce97bb  Sphinx-1.0.4.tar.gz


More information about the scm-commits mailing list