OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 05-Oct-2007 08:58:07
Branch: HEAD Handle: 2007100507580600
Modified files:
openpkg-src/gsl gsl.spec
Log:
fix paths
Summary:
Revision Changes Path
1.17 +3 -1 openpkg-src/gsl/gsl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gsl/gsl.spec
============================================================================
$ cvs diff -u -r1.16 -r1.17 gsl.spec
--- openpkg-src/gsl/gsl.spec 15 Sep 2007 09:03:27 -0000 1.16
+++ openpkg-src/gsl/gsl.spec 5 Oct 2007 06:58:06 -0000 1.17
@@ -33,7 +33,7 @@
Group: Algorithm
License: GPL
Version: 1.10
-Release: 20070915
+Release: 20071005
# list of sources
Source0: ftp://ftp.gnu.org/pub/gnu/gsl/gsl-%{version}.tar.gz
@@ -80,6 +80,8 @@
CFLAGS="%{l_cflags -O}" \
./configure \
--prefix=%{l_prefix} \
+ --mandir=%{l_prefix}/man \
+ --infodir=%{l_prefix}/info \
--disable-shared
%{l_make} %{l_mflags -O}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]