Compare commits

...

4 Commits
master ... el5

Author SHA1 Message Date
Fedora Release Engineering
33d8870988 dist-git conversion 2010-07-28 17:10:15 +00:00
Bill Nottingham
4704e5b6f9 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 02:03:38 +00:00
Ivana Varekova
46dcf0beea rebuilt 2007-11-07 13:07:39 +00:00
Kevin Fenzi
63a23626b9 Initialize branch EL-5 for gsl 2007-11-06 19:22:56 +00:00
3 changed files with 4 additions and 22 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: gsl
# $Id: Makefile,v 1.1 2004/09/09 05:53:02 cvsdist Exp $
NAME := gsl
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),)
# attempt 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)

View File

@ -1,7 +1,7 @@
Summary: The GNU Scientific Library for numerical analysis
Name: gsl
Version: 1.10
Release: 9%{?dist}
Release: 10%{?dist}
URL: http://www.gnu.org/software/gsl/
Source: ftp://ftp.gnu.org/gnu/gsl/%{name}-%{version}.tar.gz
Patch0: gsl-1.10-lib64.patch
@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.a
%changelog
* Wed Nov 7 2007 Ivana Varekova <varekova@redhat.com> - 1.10-10.el5
- rebuilt
* Thu Nov 1 2007 Ivana Varekova <varekova@redhat.com> - 1.10-9
- source file change
- spec cleanup