summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2012-06-05 22:49:30 +0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2012-06-05 22:49:30 +0700
commit5ef19e8e9b76dc0de903e7fb8da32d0a7507e3f2 (patch)
tree3b83923c44d021cf550f575fecac88a62b937274 /admin
parente20a767ac758edb306981c12d6faff4bcf79cb80 (diff)
downloadspecs-5ef19e8e9b76dc0de903e7fb8da32d0a7507e3f2.tar.gz
specs-5ef19e8e9b76dc0de903e7fb8da32d0a7507e3f2.tar.xz
specs-5ef19e8e9b76dc0de903e7fb8da32d0a7507e3f2.zip
cliapp reviewed
Diffstat (limited to 'admin')
-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