packages: python-pyliblzma/python-pyliblzma.spec - more docs
arekm
arekm at pld-linux.org
Tue Oct 13 20:44:31 CEST 2009
Author: arekm Date: Tue Oct 13 18:44:31 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- more docs
---- Files affected:
packages/python-pyliblzma:
python-pyliblzma.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/python-pyliblzma/python-pyliblzma.spec
diff -u packages/python-pyliblzma/python-pyliblzma.spec:1.1 packages/python-pyliblzma/python-pyliblzma.spec:1.2
--- packages/python-pyliblzma/python-pyliblzma.spec:1.1 Tue Oct 13 20:38:20 2009
+++ packages/python-pyliblzma/python-pyliblzma.spec Tue Oct 13 20:44:26 2009
@@ -1,4 +1,6 @@
# $Revision$, $Date$
+%bcond_with tests # broken
+#
%define module pyliblzma
Summary: Platform independent python bindings for the LZMA compression library
Name: python-%{module}
@@ -29,6 +31,10 @@
python setup.py build \
--debug
+%if %{with tests}
+python setup.py test
+%endif
+
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{py_sitedir},%{_examplesdir}/%{name}-%{version}}
@@ -46,6 +52,7 @@
%files
%defattr(644,root,root,755)
+%doc NEWS README THANKS
%attr(755,root,root) %{py_sitedir}/*.so
%{py_sitedir}/*.py[co]
%{py_sitedir}/pyliblzma-*.egg-info
@@ -56,6 +63,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2009/10/13 18:44:26 arekm
+- more docs
+
Revision 1.1 2009/10/13 18:38:20 arekm
- initialize
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-pyliblzma/python-pyliblzma.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list