don't compress ChangeLog

If changing configure.in happens, build fails with:
Makefile.am: error: required file './ChangeLog' not found

Also I don't see any reason why to do this in first place.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2017-10-04 18:38:31 +02:00
parent c8dcc6dbb1
commit 64bdce0820

View File

@ -64,8 +64,6 @@ with XPath functions written in Python.
# ChangeLog needs to be retouched before gzip as well
# since timestamp affects output
touch -r ChangeLog.utf8 ChangeLog
gzip -9 ChangeLog
touch -r ChangeLog.utf8 ChangeLog.gz
touch -r NEWS.utf8 NEWS
chmod 644 python/tests/*
@ -92,7 +90,7 @@ make tests
%files
%defattr(-, root, root,-)
%doc AUTHORS ChangeLog.gz NEWS README Copyright FEATURES
%doc AUTHORS ChangeLog NEWS README Copyright FEATURES
%doc %{_mandir}/man1/xsltproc.1*
%{_libdir}/lib*.so.*
%{_libdir}/libxslt-plugins