From e31dd74f0f0bd1e8b150c395c032fa6fbb8e1427a5030195da4a629129472005 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 29 Jan 2012 20:35:22 +0000 Subject: [PATCH] Remove redundant tags/sections OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=17 --- mpfr.changes | 5 +++++ mpfr.spec | 12 +----------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/mpfr.changes b/mpfr.changes index 2ec3d07..50d0628 100644 --- a/mpfr.changes +++ b/mpfr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 29 20:34:08 UTC 2012 - jengelh@medozas.de + +- Remove redundant tags/sections per specfile guideline suggestions + ------------------------------------------------------------------- Tue Oct 11 12:28:31 UTC 2011 - rguenther@suse.com diff --git a/mpfr.spec b/mpfr.spec index 010f9c8..24de37a 100644 --- a/mpfr.spec +++ b/mpfr.spec @@ -1,7 +1,7 @@ # # spec file for package mpfr # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,15 +15,12 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild -%define debug_package_requires libmpfr4 = %{version}-%{release} Name: mpfr BuildRequires: gmp-devel License: LGPLv3+ Group: Development/Libraries/C and C++ -AutoReqProv: on Version: 3.1.0 Release: 1 Summary: The MPFR multiple-precision floating-point library @@ -46,10 +43,8 @@ mantissa). %package -n libmpfr4 -License: LGPLv3+ Summary: MPFR multiple-precision floating-point computation shared library Group: Development/Libraries/C and C++ -AutoReqProv: on %description -n libmpfr4 The MPFR library is a C library for multiple-precision floating-point @@ -58,11 +53,9 @@ based on the GMP multiple-precision library. %package devel -License: LGPLv3+ Summary: MPFR multiple-precision floating-point library development files Group: Development/Libraries/C and C++ Requires: libmpfr4 = %{version} gmp-devel -AutoReqProv: on PreReq: %install_info_prereq %description devel @@ -101,9 +94,6 @@ rm ${RPM_BUILD_ROOT}%{_libdir}/lib*.la %postun devel %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz -%clean -rm -rf $RPM_BUILD_ROOT - %files -n libmpfr4 %defattr(-,root,root) %{_libdir}/libmpfr.so.4*