summaryrefslogtreecommitdiff
path: root/libxslt.spec.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2019-10-23 20:49:08 +0200
committerDaniel Veillard <veillard@redhat.com>2019-10-23 20:49:08 +0200
commite9709fa901ef82067f655841dbc257ebac2c4782 (patch)
tree6cce091b66e24b9fda34fc285142fd2f09d09600 /libxslt.spec.in
parent7a9b9e530012f99cc42355a795d36d75ad0d52b0 (diff)
downloadlibxslt-e9709fa901ef82067f655841dbc257ebac2c4782.tar.gz
Candidate release 1 of libxslt 1.1.34
* doc/xsltproc.xml: moved to new place for docbook stylesheet and work around a missing / inrewrite of docbook xsl catalog in Fedora 30 * tests/fuzz/Makefile.am: add fuzz.h to sources * python/Makefile.am: there is no more TODO * libxslt.spec.in: run make tests instead of check to avoid fuzz in that environment, and drop python TODO
Diffstat (limited to 'libxslt.spec.in')
-rw-r--r--libxslt.spec.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/libxslt.spec.in b/libxslt.spec.in
index 96c0ca65..f4af4d4b 100644
--- a/libxslt.spec.in
+++ b/libxslt.spec.in
@@ -70,7 +70,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}{,-python}-%{version}
%check
-make check
+make tests
%clean
rm -fr %{buildroot}
@@ -122,7 +122,6 @@ rm -fr %{buildroot}
%doc AUTHORS ChangeLog.gz NEWS README Copyright FEATURES
%{_libdir}/python*/site-packages/libxslt.py*
%{_libdir}/python*/site-packages/libxsltmod*
-%doc python/TODO
%doc python/libxsltclass.txt
%doc python/tests/*.py
%doc python/tests/*.xml