From 373093dacb1e2914e7bf02abd83b378091f9ed07 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Dec 18 2012 17:29:23 +0000 Subject: Initial import --- diff --git a/.gitignore b/.gitignore index e69de29..71848a7 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/anyvc-0.3.7.1.tar.gz diff --git a/python-anyvc.spec b/python-anyvc.spec new file mode 100644 index 0000000..667a933 --- /dev/null +++ b/python-anyvc.spec @@ -0,0 +1,80 @@ +%global srcname anyvc + +Name: python-%{srcname} +Version: 0.3.7.1 +Release: 2%{?dist} +Summary: Python library to access different version control system + +Group: Development/Languages +License: GPLv2+ +URL: http://pypi.python.org/pypi/anyvc +Source0: http://pypi.python.org/packages/source/a/%{srcname}/%{srcname}-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python2-devel +BuildRequires: python-setuptools +BuildRequires: python-apipkg +BuildRequires: pytest +BuildRequires: python-dulwich +BuildRequires: mercurial +BuildRequires: python-subvertpy +BuildRequires: python-execnet +#BuildRequires: python-sphinx +BuildRequires: python-hgdistver + +Requires: python-subvertpy +Requires: mercurial +Requires: python-dulwich + +%description +Anyvc is an abstraction library for different kind of version control +systems. Although primarily a library, there is a command line tool (vc) +to use with it. + +%prep +%setup -q -n %{srcname}-%{version} +rm -rf %{srcname}.egg-info + +%build +%{__python} setup.py build +#sphinx-build docs/. html +## Remove sphinx stuff because rpmlint is complaining +#rm html/.buildinfo +#rm -rf html/.doctrees + +%install +%{__python} setup.py install --skip-build --root %{buildroot} + +%check +%{__python} setup.py test + +%files +#%doc html/ +%{_bindir}/vc +%{python_sitelib}/%{srcname}/ +%{python_sitelib}/%{srcname}*.egg-info + +%changelog +* Fri Dec 14 2012 Fabian Affolter - 0.3.7.1-2 +- Remove egg-info +- python-hgdistver is available now + +* Sat Nov 10 2012 Fabian Affolter - 0.3.7.1-1 +- BR updated for tests +- Updated to new upstream version 0.3.7.1 + +* Fri Jun 08 2012 Fabian Affolter - 0.3.7-1 +- No docs for the moment because the template is unknown +- Updated to new upstream version 0.3.7 + +* Wed Nov 08 2010 Fabian Affolter - 0.3.5-1 +- Added test that is working +- Added new BR +- Updated to new upstream version 0.3.5 + +* Wed Apr 28 2010 Fabian Affolter - 0.3.1-1 +- Commented check section out +- Updated to new upstream version 0.3.1 + +* Wed Apr 28 2010 Fabian Affolter - 0.2.1-1 +- Initial package diff --git a/sources b/sources index e69de29..69a90e4 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +a1031fa70077cf1c8a8bcb4839424ba6 anyvc-0.3.7.1.tar.gz