diff --git a/4ti2.spec b/4ti2.spec index 8086556..171baa5 100644 --- a/4ti2.spec +++ b/4ti2.spec @@ -1,6 +1,6 @@ Name: 4ti2 Version: 1.3.2 -Release: 7%{?dist}.1 +Release: 8%{?dist} Summary: A software package for problems on linear spaces Group: System Environment/Libraries @@ -9,7 +9,6 @@ URL: http://www.4ti2.de/ Source0: http://www.4ti2.de/version_%{version}/%{name}-%{version}.tar.gz Source1: http://www.4ti2.de/4ti2_manual.pdf Source2: 4ti2.module.in -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: environment-modules BuildRequires: gmp-devel @@ -38,8 +37,6 @@ perl -pi -e 's|hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=\"-L\\\$li make %{?_smp_mflags} %install -rm -rf %{buildroot} - make install-exec DESTDIR=%{buildroot} # Make the environment-modules file @@ -53,9 +50,6 @@ rm -rf %{buildroot}/%{_libdir}/%{name}/lib* %check make check -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc COPYING TODO 4ti2_manual.pdf @@ -83,6 +77,9 @@ rm -rf %{buildroot} %{_libdir}/%{name}/bin/zsolve %changelog +* Wed Nov 16 2011 Peter Robinson - 1.3.2-8 +- Rebuild for new gmp + * Wed Sep 21 2011 Peter Schiffer - 1.3.2-7.1 - rebuild with new gmp