Browse Source

fix paths

master
parent
commit
680ad2f367
  1. 4
      gsl/gsl.spec
  2. 4
      pnet/pnet.spec

4
gsl/gsl.spec

@ -33,7 +33,7 @@ Class: BASE
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 @@ AutoReqProv: no
CFLAGS="%{l_cflags -O}" \
./configure \
--prefix=%{l_prefix} \
--mandir=%{l_prefix}/man \
--infodir=%{l_prefix}/info \
--disable-shared
%{l_make} %{l_mflags -O}

4
pnet/pnet.spec

@ -33,7 +33,7 @@ Class: PLUS
Group: Language
License: GPL
Version: 0.8.0
Release: 20070916
Release: 20071005
# package options
%option with_threads yes
@ -89,6 +89,8 @@ Conflicts: mono
LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
--mandir=%{l_prefix}/man \
--infodir=%{l_prefix}/info \
%if "%{with_threads}" == "yes"
--enable-threads=posix \
%else

Loading…
Cancel
Save