summaryrefslogtreecommitdiffstats
path: root/admin/python-cliapp.spec
diff options
context:
space:
mode:
Diffstat (limited to 'admin/python-cliapp.spec')
-rw-r--r--admin/python-cliapp.spec62
1 files changed, 0 insertions, 62 deletions
diff --git a/admin/python-cliapp.spec b/admin/python-cliapp.spec
deleted file mode 100644
index 5def31d..0000000
--- a/admin/python-cliapp.spec
+++ /dev/null
@@ -1,62 +0,0 @@
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-
-%global pkgname cliapp
-
-Name: python-%{pkgname}
-Version: 0.29
-Release: 1%{?dist}
-Summary: Python framework for Unix command line programs
-
-License: GPLv2+
-URL: http://liw.fi/%{pkgname}/
-Source0: http://code.liw.fi/debian/pool/main/p/%{name}/%{name}_%{version}.orig.tar.gz
-
-BuildArch: noarch
-BuildRequires: python-coverage-test-runner
-BuildRequires: python-sphinx
-
-%description
-cliapp is a Python framework for Unix-like command line programs. It
-contains the typical stuff such programs need to do, such as parsing
-the command line for options, and iterating over input files.
-
-
-%package doc
-Summary: Documentation for %{pkgname}
-Requires: %{name} = %{version}-%{release}
-
-%description doc
-This package contains the documentation for %{pkgname}, a Python
-framework for Unix command line programs.
-
-
-%prep
-%setup -q -n %{pkgname}-%{version}
-
-
-%build
-%{__python} setup.py build
-# Build documentation
-make
-
-
-%install
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
-
-
-%check
-make check
-
-
-%files
-%doc COPYING NEWS README
-%{_mandir}/man5/cliapp.5*
-%{python_sitelib}/*
-
-%files doc
-%doc doc/_build/html/*
-
-
-%changelog
-* Sun Jun 3 2012 Michel Salim <salimma@fedoraproject.org> - 0.29-1
-- Initial package