[python-manuel] New upstream release.

Jerry James jjames at fedoraproject.org
Mon Mar 18 18:55:55 UTC 2013


commit 218702d6a1033008faac8572b1d87ff1ab91dd0d
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Mon Mar 18 12:55:44 2013 -0600

    New upstream release.

 .gitignore         |    3 +--
 conf.py            |   15 +++++++++++++++
 python-manuel.spec |   22 +++++++++++++---------
 sources            |    3 +--
 4 files changed, 30 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e3d81f8..dc76454 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/manuel-1.7.1.tar.gz
-/python-manuel-omitted.tar.xz
+/manuel-1.7.2.tar.gz
diff --git a/conf.py b/conf.py
new file mode 100644
index 0000000..3d07652
--- /dev/null
+++ b/conf.py
@@ -0,0 +1,15 @@
+source_suffix = '.txt'
+master_doc = 'index'
+project = 'Manuel'
+copyright = 'Benji York'
+version = '1'
+release = '1'
+today_fmt = '%Y-%m-%d'
+pygments_style = 'sphinx'
+
+html_last_updated_fmt = '%Y-%m-%d'
+html_title = 'Manuel Documentation'
+
+todo_include_todos = False
+exclude_dirnames = ['manuel.egg-info']
+unused_docs = ['manuel/capture']
diff --git a/python-manuel.spec b/python-manuel.spec
index 43207c9..f932e85 100644
--- a/python-manuel.spec
+++ b/python-manuel.spec
@@ -1,15 +1,15 @@
 Name:           python-manuel
-Version:        1.7.1
-Release:        2%{?dist}
+Version:        1.7.2
+Release:        1%{?dist}
 Summary:        Build tested documentation
 
 Group:          Development/Libraries
-License:        ZPLv2.1
+License:        ASL 2.0
 URL:            http://pypi.python.org/pypi/manuel
 Source0:        http://pypi.python.org/packages/source/m/manuel/manuel-%{version}.tar.gz
-# A number of files were mistakenly left out of the 1.7.1 release.  These files
-# were collected from subversion.
-Source1:        %{name}-omitted.tar.xz
+# The sphinx configuration file was mistakenly left out of the 1.7.2 release.
+# This file was collected from subversion.
+Source1:        conf.py
 
 BuildArch:      noarch
 BuildRequires:  python-setuptools python3-setuptools
@@ -37,8 +37,9 @@ You can also create your own plug-ins.
 
 %prep
 %setup -q -n manuel-%{version}
-%setup -q -n manuel-%{version} -T -D -a 1
 rm -fr src/manuel.egg-info
+mkdir sphinx
+cp -p %{SOURCE1} sphinx
 
 %build
 %{__python2} setup.py build
@@ -68,14 +69,17 @@ rm -f $RPM_BUILD_ROOT%{python3_sitelib}/manuel/*.txt
 %{__python2} setup.py test
 
 %files
-%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt docs
+%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.rst docs
 %{python2_sitelib}/*
 
 %files -n python3-manuel
-%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt docs
+%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.rst docs
 %{python3_sitelib}/*
 
 %changelog
+* Mon Mar 18 2013 Jerry James <loganjerry at gmail.com> - 1.7.2-1
+- New upstream release
+
 * Wed Feb 27 2013 Jerry James <loganjerry at gmail.com> - 1.7.1-2
 - Add python-six Requires (bz 915431)
 
diff --git a/sources b/sources
index 3fb54c5..7f032aa 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-5bf72729528821dbca12b9e6bd1852e0  manuel-1.7.1.tar.gz
-57dc1a5947e044eaee9c3db350cb0489  python-manuel-omitted.tar.xz
+3c4d173072b5cc1c4ccf6739498b77b5  manuel-1.7.2.tar.gz


More information about the scm-commits mailing list