[libtommath/el6] Move headers to default location.

Simone Caronni slaanesh at fedoraproject.org
Sun Sep 29 11:59:15 UTC 2013


commit ec40d2fd5a59cdaedc9eebe1767fc3303c8bf2a9
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Sun Sep 29 13:58:36 2013 +0200

    Move headers to default location.

 libtommath.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
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 <negativo17 at gmail.com> - 0.42.0-3
+- Move headers to default location.
+
 * Thu Aug 08 2013 Simone Caronni <negativo17 at gmail.com> - 0.42.0-2
 - Fix changelog entries.
 - Remove executable bits from LICENSE file and source files.


More information about the scm-commits mailing list