Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
619c566d04 | ||
|
|
dd893913a4 | ||
|
|
32a38ae78b | ||
|
|
6b5e4efd64 |
3 changed files with 5 additions and 22 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: mpfr
|
||||
# $Id$
|
||||
NAME := mpfr
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
Summary: A C library for multiple-precision floating-point computations
|
||||
Name: mpfr
|
||||
Version: 2.4.1
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
URL: http://www.mpfr.org/
|
||||
Source0: http://www.mpfr.org/mpfr-current/mpfr-%{version}.tar.lzma
|
||||
License: LGPLv2+ and GPLv2+ and GFDL
|
||||
|
|
@ -25,6 +25,7 @@ Group: Development/Libraries
|
|||
Requires: %{name} = %{version}-%{release}
|
||||
Requires(post): /sbin/install-info
|
||||
Requires(preun): /sbin/install-info
|
||||
Requires: gmp-devel
|
||||
|
||||
%description devel
|
||||
The static libraries, header files and documentation for using the MPFR
|
||||
|
|
@ -87,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_infodir}/mpfr.info*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 20 2009 Ivana Varekova <varekova@redhat.com> 2.4.1-5
|
||||
- fix 537328 - mpfr-devel should "Requires: gmp-devel"
|
||||
|
||||
* Wed Aug 12 2009 Ville Skyttä <ville.skytta@iki.fi> - 2.4.1-4
|
||||
- Use lzma compressed upstream tarball.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue