Hello community, here is the log from the commit of package mpfr for openSUSE:Factory checked in at 2015-03-05 15:31:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mpfr (Old) and /work/SRC/openSUSE:Factory/.mpfr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mpfr" Changes: -------- --- /work/SRC/openSUSE:Factory/mpfr/mpfr.changes 2015-01-10 23:04:56.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.mpfr.new/mpfr.changes 2015-03-05 15:31:45.000000000 +0100 @@ -1,0 +2,6 @@ +Sun Mar 1 10:57:39 UTC 2015 - [email protected] + +- Cleanup spec file with spec-claner +- Add gpg signature + +------------------------------------------------------------------- New: ---- mpfr-3.1.2.tar.bz2.asc mpfr.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mpfr.spec ++++++ --- /var/tmp/diff_new_pack.kN2Pcn/_old 2015-03-05 15:31:48.000000000 +0100 +++ /var/tmp/diff_new_pack.kN2Pcn/_new 2015-03-05 15:31:48.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package mpfr # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,18 @@ Name: mpfr -BuildRequires: gmp-devel Version: 3.1.2 Release: 0 Summary: The GNU multiple-precision floating-point library License: LGPL-3.0+ Group: Development/Libraries/C and C++ Url: http://www.mpfr.org/ -Source: http://www.mpfr.org/mpfr-%{version}/mpfr-%{version}.tar.bz2 -Source2: baselibs.conf +Source0: http://www.mpfr.org/mpfr-%{version}/mpfr-%{version}.tar.bz2 +Source1: http://www.mpfr.org/mpfr-%{version}/mpfr-%{version}.tar.bz2.asc +Source2: %{name}.keyring +Source3: baselibs.conf Patch1: mpfr-3.1.2-patch11.diff +BuildRequires: gmp-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -40,7 +42,6 @@ standard for double-precision floating-point arithmetic (53-bit mantissa). - %package -n libmpfr4 Summary: The GNU multiple-precision floating-point shared library Group: Development/Libraries/C and C++ @@ -50,13 +51,12 @@ computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library. - %package devel Summary: Development files for the GNU multiple-precision floating-point library Group: Development/Libraries/C and C++ Requires: gmp-devel Requires: libmpfr4 = %{version} -PreReq: %install_info_prereq +Requires(pre): %{install_info_prereq} %description devel Development files for the GNU multiple-precision floating-point library. @@ -65,7 +65,6 @@ computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library. - %prep %setup -q %patch1 -p1 @@ -78,15 +77,15 @@ --enable-thread-safe \ %endif --enable-shared \ - --docdir=%{_docdir}/mpfr + --docdir=%{_docdir}/%{name} make %{?_smp_mflags} %check make check %{?_smp_mflags} %install -%makeinstall -rm ${RPM_BUILD_ROOT}%{_libdir}/lib*.la +make DESTDIR=%{buildroot} install %{?_smp_mflags} +find %{buildroot} -type f -name "*.la" -delete -print %post -n libmpfr4 -p /sbin/ldconfig @@ -108,7 +107,7 @@ %doc %{_infodir}/mpfr.info.gz %{_libdir}/libmpfr.a %{_libdir}/libmpfr.so -%{_prefix}/include/mpf2mpfr.h -%{_prefix}/include/mpfr.h +%{_includedir}/mpf2mpfr.h +%{_includedir}/mpfr.h %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
