diff options
| author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2012-06-03 16:00:28 +0700 |
|---|---|---|
| committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2012-06-03 16:00:28 +0700 |
| commit | 6f53f91fa6644e4118aa5484b879ab14ef02f48e (patch) | |
| tree | 11e17f4b05ef4b7ff4a817fa0e07381cf3ad280e /admin/python-cliapp.spec | |
| parent | 1148350349b0fba1196a4e2c7b74035d8a536809 (diff) | |
| download | specs-6f53f91fa6644e4118aa5484b879ab14ef02f48e.tar.gz specs-6f53f91fa6644e4118aa5484b879ab14ef02f48e.tar.xz specs-6f53f91fa6644e4118aa5484b879ab14ef02f48e.zip | |
Match dependencies with upstream *.dsc files
Diffstat (limited to 'admin/python-cliapp.spec')
| -rw-r--r-- | admin/python-cliapp.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/admin/python-cliapp.spec b/admin/python-cliapp.spec index 680a9fb..5def31d 100644 --- a/admin/python-cliapp.spec +++ b/admin/python-cliapp.spec @@ -12,6 +12,7 @@ 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 @@ -36,13 +37,17 @@ framework for Unix command line programs. %build %{__python} setup.py build # Build documentation -make -C doc html +make %install %{__python} setup.py install -O1 --skip-build --root %{buildroot} +%check +make check + + %files %doc COPYING NEWS README %{_mandir}/man5/cliapp.5* |
