[python-catkin-sphinx] Initial import

rmattes rmattes at fedoraproject.org
Wed Jun 5 16:52:07 UTC 2013


commit ba9bed75bf32b5c2ffa0c0cc2fbcf264bbc2df16
Author: Rich Mattes <richmattes at gmail.com>
Date:   Wed Jun 5 12:51:51 2013 -0400

    Initial import

 .gitignore                |    1 +
 python-catkin-sphinx.spec |   46 +++++++++++++++++++++++++++++++++++++++++++++
 sources                   |    1 +
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..d89d5f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/catkin-sphinx-0.2.1-c00d68b.tar.gz
diff --git a/python-catkin-sphinx.spec b/python-catkin-sphinx.spec
new file mode 100644
index 0000000..e8fb7c1
--- /dev/null
+++ b/python-catkin-sphinx.spec
@@ -0,0 +1,46 @@
+%global commit c00d68bc83f3eee25cc4da60e41519c3ffc829ac
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global realname catkin-sphinx
+
+Name:           python-catkin-sphinx
+Version:        0.2.1
+Release:        2.20130602git%{shortcommit}%{?dist}
+Summary:        Sphinx plugins for Catkin projects
+
+License:        BSD
+URL:            https://github.com/ros/catkin-sphinx
+Source0:        https://github.com/ros/%{realname}/archive/%{commit}/%{realname}-%{version}-%{shortcommit}.tar.gz
+
+BuildRequires:  python2-devel
+Requires:       python-sphinx
+BuildArch:      noarch
+
+
+%description
+Sphinx plugins for Catkin projects.
+
+
+%prep
+%setup -qn %{realname}-%{commit}
+
+
+%build
+%{__python} setup.py build
+
+
+%install
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+ 
+%files
+%doc README.md
+%{python_sitelib}/catkin_sphinx
+%{python_sitelib}/catkin_sphinx-%{version}-py?.?.egg-info
+
+%changelog
+* Mon Jun 03 2013 Rich Mattes <richmattes at gmail.com> - 0.2.1-2.20130602gitc00d68b
+- Change Python BuildRequires to python2-devel
+- Don't try to remove RPM_BUILD_ROOT in install
+
+* Sun Jun 02 2013 Rich Mattes <richmattes at gmail.com> - 0.2.1-1.20130602gitc00d68b
+- Initial package
diff --git a/sources b/sources
index e69de29..9eaa5dd 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9751e6a158d622b87fed3e84e78dc8ee  catkin-sphinx-0.2.1-c00d68b.tar.gz


More information about the scm-commits mailing list