[latte-integrale] Fix the name of the private bin directory too (bz 882574).

Jerry James jjames at fedoraproject.org
Tue Dec 11 03:42:29 UTC 2012


commit 97051184b0de612992056b86a83f0dc18071858e
Author: Jerry James <loganjerry at gmail.com>
Date:   Mon Dec 10 20:42:10 2012 -0700

    Fix the name of the private bin directory too (bz 882574).

 latte-integrale.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/latte-integrale.spec b/latte-integrale.spec
index f95a645..cdab42b 100644
--- a/latte-integrale.spec
+++ b/latte-integrale.spec
@@ -4,7 +4,7 @@
 
 Name:           latte-integrale
 Version:        1.5.3
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Lattice point enumeration
 
 License:        GPLv2+
@@ -145,8 +145,8 @@ mv %{buildroot}%{_includedir}/{4ti2,groebner,util,zsolve} \
 mv %{buildroot}%{_includedir}/tmp %{buildroot}%{_includedir}/4ti2
 
 # Move the 4ti2 binaries
-mkdir -p %{buildroot}%{_libdir}/%{name}
-mv %{buildroot}%{_bindir} %{buildroot}%{_libdir}/%{name}
+mkdir -p %{buildroot}%{_libdir}/4ti2
+mv %{buildroot}%{_bindir} %{buildroot}%{_libdir}/4ti2
 
 # Make the environment-modules file
 mkdir -p %{buildroot}%{_datadir}/Modules/modulefiles/
@@ -185,10 +185,10 @@ make check
 %files
 %{_docdir}/%{name}-%{version}/
 %{_bindir}/*
-%{_libdir}/%{name}/
 
 %files -n 4ti2
 %doc 4ti2_manual.pdf
+%{_libdir}/4ti2/
 %{_datadir}/Modules/modulefiles/4ti2-%{_arch}/
 
 %files -n 4ti2-devel
@@ -203,6 +203,9 @@ make check
 %{_libdir}/libzsolve*.so.*
 
 %changelog
+* Mon Dec 10 2012 Jerry James <loganjerry at gmail.com> - 1.5.3-5
+- Fix the name of the private bin directory too (bz 882574)
+
 * Wed Dec  5 2012 Jerry James <loganjerry at gmail.com> - 1.5.3-4
 - Fix the name of the environment module (bz 882574)
 


More information about the scm-commits mailing list