1.0.2
This commit is contained in:
parent
9ec5942462
commit
14b9f1053b
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,7 +1,4 @@
|
|||||||
*.rpm
|
*.rpm
|
||||||
.build-*
|
.build-*
|
||||||
mpc-*/
|
mpc-*/
|
||||||
/mpc-0.8.3-dev.tar.gz
|
/mpc-*.tar.gz
|
||||||
/mpc-0.9.tar.gz
|
|
||||||
/mpc-1.0.tar.gz
|
|
||||||
/mpc-1.0.1.tar.gz
|
|
||||||
|
15
libmpc.spec
15
libmpc.spec
@ -4,13 +4,12 @@
|
|||||||
|
|
||||||
Summary: C library for multiple precision complex arithmetic
|
Summary: C library for multiple precision complex arithmetic
|
||||||
Name: libmpc
|
Name: libmpc
|
||||||
Version: 1.0.1
|
Version: 1.0.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv3+ and GFDL
|
License: LGPLv3+ and GFDL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://www.multiprecision.org/
|
URL: http://www.multiprecision.org/
|
||||||
Source0: http://www.multiprecision.org/mpc/download/mpc-%{version}.tar.gz
|
Source0: http://www.multiprecision.org/mpc/download/mpc-%{version}.tar.gz
|
||||||
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
|
||||||
@ -63,8 +62,6 @@ make %{?_smp_mflags}
|
|||||||
make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%if 0%{?bootstrap}
|
%if 0%{?bootstrap}
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT -C mpc-0.9/
|
make install DESTDIR=$RPM_BUILD_ROOT -C mpc-0.9/
|
||||||
|
|
||||||
@ -78,9 +75,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/libmpc.la
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/libmpc.la
|
||||||
rm -f ${RPM_BUILD_ROOT}/%{_infodir}/dir
|
rm -f ${RPM_BUILD_ROOT}/%{_infodir}/dir
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -97,12 +91,10 @@ if [ $1 = 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README NEWS COPYING.LESSER
|
%doc README NEWS COPYING.LESSER
|
||||||
%{_libdir}/libmpc.so.3*
|
%{_libdir}/libmpc.so.3*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/libmpc.so
|
%{_libdir}/libmpc.so
|
||||||
%{_includedir}/mpc.h
|
%{_includedir}/mpc.h
|
||||||
%{_infodir}/*.info*
|
%{_infodir}/*.info*
|
||||||
@ -115,6 +107,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 24 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.2-1
|
||||||
|
- mpc-1.0.2
|
||||||
|
|
||||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user