From ec40d2fd5a59cdaedc9eebe1767fc3303c8bf2a9 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Sep 29 2013 11:58:36 +0000 Subject: Move headers to default location. --- diff --git a/libtommath.spec b/libtommath.spec index 9c28242..31799e0 100644 --- a/libtommath.spec +++ b/libtommath.spec @@ -1,6 +1,6 @@ Name: libtommath Version: 0.42.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A portable number theoretic multiple-precision integer library License: Public Domain URL: http://www.libtom.org/?page=features&newsitems=5&whatfile=ltm @@ -64,7 +64,7 @@ make %{?_smp_mflags} -f makefile poster manual docs # environment variables. export INSTALL_USER=$(id -un) export INSTALL_GROUP=$(id -gn) -make install INCPATH=%{_includedir}/tommath DESTDIR=%{buildroot} LIBPATH=%{_libdir} -f makefile.shared +make install DESTDIR=%{buildroot} LIBPATH=%{_libdir} -f makefile.shared find %{buildroot} -name '*.h' -exec chmod 644 {} \; find %{buildroot} -name '*.c' -exec chmod 644 {} \; chmod 644 LICENSE @@ -81,13 +81,16 @@ find %{buildroot} -name '*.a' -delete %{_libdir}/*.so.* %files devel -%{_includedir}/tommath +%{_includedir}/*.h %{_libdir}/*.so %files doc %doc bn.pdf poster.pdf tommath.pdf %changelog +* Sun Sep 29 2013 Simone Caronni - 0.42.0-3 +- Move headers to default location. + * Thu Aug 08 2013 Simone Caronni - 0.42.0-2 - Fix changelog entries. - Remove executable bits from LICENSE file and source files.