From 64bdce0820b5c08342ee9b06c7f29540ce8f275c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 4 Oct 2017 18:38:31 +0200 Subject: [PATCH] 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 --- libxslt.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libxslt.spec b/libxslt.spec index ce1a150..24a2a22 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -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