Rebase to 0.9
This commit is contained in:
parent
a3a36e212b
commit
904a818883
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ mpc-0.8.1.tar.gz
|
|||||||
.build-*
|
.build-*
|
||||||
mpc-*/
|
mpc-*/
|
||||||
/mpc-0.8.3-dev.tar.gz
|
/mpc-0.8.3-dev.tar.gz
|
||||||
|
/mpc-0.9.tar.gz
|
||||||
|
11
libmpc.spec
11
libmpc.spec
@ -1,11 +1,11 @@
|
|||||||
Summary: C library for multiple precision complex arithmetic
|
Summary: C library for multiple precision complex arithmetic
|
||||||
Name: libmpc
|
Name: libmpc
|
||||||
Version: 0.8.3
|
Version: 0.9
|
||||||
Release: 0.3.svn855%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://www.multiprecision.org/
|
URL: http://www.multiprecision.org/
|
||||||
Source0: mpc-%{version}-dev.tar.gz
|
Source0: mpc-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: gmp-devel >= 4.3.2
|
BuildRequires: gmp-devel >= 4.3.2
|
||||||
BuildRequires: mpfr-devel >= 2.4.2
|
BuildRequires: mpfr-devel >= 2.4.2
|
||||||
@ -27,7 +27,7 @@ Requires: mpfr-devel gmp-devel
|
|||||||
Header files and shared object symlinks for MPC is a C library.
|
Header files and shared object symlinks for MPC is a C library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n mpc-%{version}-dev
|
%setup -q -n mpc-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CPPFLAGS="%{optflags} -std=gnu99"
|
export CPPFLAGS="%{optflags} -std=gnu99"
|
||||||
@ -75,6 +75,9 @@ fi
|
|||||||
%{_infodir}/*.info*
|
%{_infodir}/*.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 22 2011 <pmachata@redhat.com> - 0.9-1
|
||||||
|
- Upstream 0.9
|
||||||
|
|
||||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.3-0.3.svn855
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.3-0.3.svn855
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user