From ba9bed75bf32b5c2ffa0c0cc2fbcf264bbc2df16 Mon Sep 17 00:00:00 2001 From: Rich Mattes Date: Jun 05 2013 16:51:51 +0000 Subject: Initial import --- 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 - 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 - 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