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:
parent
c8dcc6dbb1
commit
64bdce0820
@ -64,8 +64,6 @@ with XPath functions written in Python.
|
|||||||
# ChangeLog needs to be retouched before gzip as well
|
# ChangeLog needs to be retouched before gzip as well
|
||||||
# since timestamp affects output
|
# since timestamp affects output
|
||||||
touch -r ChangeLog.utf8 ChangeLog
|
touch -r ChangeLog.utf8 ChangeLog
|
||||||
gzip -9 ChangeLog
|
|
||||||
touch -r ChangeLog.utf8 ChangeLog.gz
|
|
||||||
touch -r NEWS.utf8 NEWS
|
touch -r NEWS.utf8 NEWS
|
||||||
|
|
||||||
chmod 644 python/tests/*
|
chmod 644 python/tests/*
|
||||||
@ -92,7 +90,7 @@ make tests
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root,-)
|
%defattr(-, root, root,-)
|
||||||
%doc AUTHORS ChangeLog.gz NEWS README Copyright FEATURES
|
%doc AUTHORS ChangeLog NEWS README Copyright FEATURES
|
||||||
%doc %{_mandir}/man1/xsltproc.1*
|
%doc %{_mandir}/man1/xsltproc.1*
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
%{_libdir}/libxslt-plugins
|
%{_libdir}/libxslt-plugins
|
||||||
|
Loading…
Reference in New Issue
Block a user