15
0
forked from pool/python-augeas

Accepting request 182260 from server:Kolab:Extras

include %doc, enable %check

OBS-URL: https://build.opensuse.org/request/show/182260
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-augeas?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2013-07-06 12:22:23 +00:00
committed by Git OBS Bridge
parent 63f97e71ff
commit 49bfee9af8
2 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 4 21:21:11 UTC 2013 - aj@ajaissle.de
- Install AUTHORS, COPYING, README.txt in %doc
- Re-enable checks (not broken anymore)
-------------------------------------------------------------------
Wed Jan 23 16:14:53 UTC 2013 - aj@ajaissle.de

View File

@@ -54,12 +54,12 @@ Authors:
%install
%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
#%%check
#cd test
#python test_augeas.py
## the test fails because the binding is testing for features from newer augeas releases
%check
cd test
python test_augeas.py
%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc AUTHORS COPYING README.txt
%changelog