Remove redundant tags/sections
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=17
This commit is contained in:
parent
b7027645fd
commit
e31dd74f0f
@ -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
|
||||
|
||||
|
12
mpfr.spec
12
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*
|
||||
|
Loading…
Reference in New Issue
Block a user