From 7489e263e862e53592acdf4dab0f181b1c09751f0b84e91483773f5337b54622 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 4 Feb 2012 17:32:54 +0000 Subject: [PATCH] Remove redundant tags/sections OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=25 --- gmp.changes | 5 +++++ gmp.spec | 11 +++-------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gmp.changes b/gmp.changes index b2497a4..0fb59fe 100644 --- a/gmp.changes +++ b/gmp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Feb 4 17:20:28 UTC 2012 - jengelh@medozas.de + +- Remove redundant tags/sections (see specfile guidelines) + ------------------------------------------------------------------- Mon Jan 30 09:13:23 UTC 2012 - rguenther@suse.com diff --git a/gmp.spec b/gmp.spec index ae5c274..f567f5c 100644 --- a/gmp.spec +++ b/gmp.spec @@ -110,15 +110,13 @@ Authors: # --enable-fat \ #%endif %define sanitized_platform %(echo %{_target_cpu} | sed -e "s/sparc64.*/sparc64/" -e "s/sparcv.*/sparc/")-%{_vendor}-%{_target_os} -CFLAGS="$RPM_OPT_FLAGS -fexceptions" \ -./configure --prefix=/usr \ - --libdir=%{_libdir} \ - --infodir=%{_infodir} \ +export CFLAGS="$RPM_OPT_FLAGS -fexceptions"; +%configure \ --build=%{sanitized_platform} \ --enable-cxx \ --enable-fat \ --enable-mpbsd -make CFLAGS="$RPM_OPT_FLAGS -fexceptions" %{?_smp_mflags} +make %{?_smp_mflags} %check # do not disable "make check", FIX THE BUGS! @@ -150,9 +148,6 @@ rm $RPM_BUILD_ROOT%{_libdir}/libmp.la %postun devel %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz -%clean -rm -rf $RPM_BUILD_ROOT - %files -n libgmp10 %defattr(-,root,root) %{_libdir}/libgmp.so.10*