|
|
@@ -32,8 +32,8 @@ Distribution: OpenPKG
|
|
|
Class: PLUS
|
|
|
Group: Language
|
|
|
License: GPL
|
|
|
-Version: 0.7.0
|
|
|
-Release: 20050611
|
|
|
+Version: 0.7.2
|
|
|
+Release: 20050817
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.southern-storm.com.au/download/pnetlib-%{version}.tar.gz
|
|
|
@@ -41,10 +41,10 @@ Source0: http://www.southern-storm.com.au/download/pnetlib-%{version}.tar.g
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, make, treecc, pnet >= 0.6.6
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, make, treecc
|
|
|
PreReq: OpenPKG, openpkg >= 20040130
|
|
|
-BuildPreReq: pnet
|
|
|
-PreReq: pnet
|
|
|
+BuildPreReq: pnet >= 0.6.6
|
|
|
+PreReq: pnet >= 0.6.6
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
@@ -60,6 +60,9 @@ AutoReqProv: no
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
+ %{l_shtool} subst \
|
|
|
+ -e 's;^\( *$(LN_S) \)$(DESTDIR)\($(libdir)/cscc/lib/$(FRAMEWORK_VERSION)/pinvoke.map $(DESTDIR)$(libdir)/cscc/lib/pinvoke.map .*\)$;\1\2;' \
|
|
|
+ tools/Makefile.{am,in}
|
|
|
|
|
|
%build
|
|
|
CC="%{l_cc}" \
|