From 54c3dd9ca6a8a658206c100e8d836f39c6018b68 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Aug 08 2013 14:28:37 +0000 Subject: Fix changelog and source permissions --- diff --git a/libtommath.spec b/libtommath.spec index 6dc5106..456b3b3 100644 --- a/libtommath.spec +++ b/libtommath.spec @@ -1,6 +1,6 @@ Name: libtommath Version: 0.42.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A portable number theoretic multiple-precision integer library License: Public Domain URL: http://www.libtom.org/?page=features&newsitems=5&whatfile=ltm @@ -65,9 +65,12 @@ make %{?_smp_mflags} -f makefile poster manual docs export INSTALL_USER=$(id -un) export INSTALL_GROUP=$(id -gn) make install INCPATH=%{_includedir}/tommath DESTDIR=%{buildroot} LIBPATH=%{_libdir} -f makefile.shared +find %{buildroot} -name '*.h' -exec chmod 644 {} ';' +find %{buildroot} -name '*.c' -exec chmod 644 {} '; +chmod 644 LICENSE + find %{buildroot} -name '*.la' -delete find %{buildroot} -name '*.a' -delete -find %{buildroot} -name '*.h' -exec chmod 644 {} ';' %post -p /sbin/ldconfig @@ -85,7 +88,11 @@ find %{buildroot} -name '*.h' -exec chmod 644 {} ';' %doc bn.pdf poster.pdf tommath.pdf %changelog -* Thu Aug 08 2013 Simone Caronni - 0.42-1 +* Thu Aug 08 2013 Simone Caronni - 0.42.0-2 +- Fix changelog entries. +- Remove executable bits from LICENSE file and source files. + +* Thu Aug 08 2013 Simone Caronni - 0.42.0-1 - Update to 0.42. - Make doc package noarch and not requiring base package.