]> git.pld-linux.org Git - packages/gsl.git/commitdiff
- release 2: amfix patch, run automake (fixes build) gsl-0_9_2-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 8 Sep 2001 23:40:13 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gsl-amfix.patch -> 1.1
    gsl.spec -> 1.32

gsl-amfix.patch [new file with mode: 0644]
gsl.spec

diff --git a/gsl-amfix.patch b/gsl-amfix.patch
new file mode 100644 (file)
index 0000000..fae6f33
--- /dev/null
@@ -0,0 +1,18 @@
+--- gsl-0.9.2/histogram/Makefile.am.orig       Sun Aug 19 13:36:29 2001
++++ gsl-0.9.2/histogram/Makefile.am    Sat Sep  8 22:47:56 2001
+@@ -10,7 +10,7 @@
+ TESTS = test test2d test_resample test2d_resample test_trap test2d_trap
+ EXTRA_DIST = urand.c
+-noinst_HEADERS = urand.c
++noinst_HEADERS = urand.c find.c find2d.c
+ test_LDADD = libgslhistogram.la ../block/libgslblock.la ../ieee-utils/libgslieeeutils.la ../err/libgslerr.la ../test/libgsltest.la
+ test2d_LDADD = libgslhistogram.la ../block/libgslblock.la ../ieee-utils/libgslieeeutils.la ../err/libgslerr.la ../test/libgsltest.la
+@@ -30,6 +30,5 @@
+ libgslhistogram_la_SOURCES = add.c  get.c init.c params.c reset.c file.c pdf.c gsl_histogram.h add2d.c get2d.c init2d.c params2d.c reset2d.c file2d.c pdf2d.c gsl_histogram2d.h calloc_range.c calloc_range2d.c copy.c copy2d.c maxval.c maxval2d.c oper.c oper2d.c
+-noinst_HEADERS = find.c find2d.c
index 9dc75b172db2467f5edf4e904a0fc39bf2c4ebaa..b805787191ed4458c9278af86bdbee5c1ec06919 100644 (file)
--- a/gsl.spec
+++ b/gsl.spec
@@ -4,7 +4,7 @@ Summary(pl):    GNU Scientific Library do analizy numerycznej
 Summary(pt_BR):        Biblioteca científica GNU
 Name:          gsl
 Version:       0.9.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         Libraries
 Group(de):     Libraries
@@ -16,6 +16,7 @@ Group(ru):    
 Group(uk):     â¦Â̦ÏÔÅËÉ
 Source0:       ftp://sources.redhat.com/pub/gsl/%{name}-%{version}.tar.gz
 Patch0:                %{name}-info.patch
+patch1:                %{name}-amfix.patch
 URL:           http://sourceware.cygnus.com/gsl/
 BuildRequires: libtool
 BuildRequires: autoconf
@@ -131,12 +132,14 @@ Narz
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
 libtoolize --copy --force
 aclocal
 autoconf
+automake -a -c
 %configure
 %{__make}
 
This page took 0.080217 seconds and 4 git commands to generate.