OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 10-Dec-2002 20:35:35
Branch: HEAD Handle: 2002121019353301
Modified files:
openpkg-src/easysoap easysoap.spec
openpkg-web news.txt
Log:
fix indentation; use more l_xxx macros; require openssl; use consistent
(non-)commenting
Summary:
Revision Changes Path
1.2 +7 -9 openpkg-src/easysoap/easysoap.spec
1.2240 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/easysoap/easysoap.spec
============================================================
$ cvs diff -u -r1.1 -r1.2 easysoap.spec
--- openpkg-src/easysoap/easysoap.spec 10 Dec 2002 15:47:22 -0000 1.1
+++ openpkg-src/easysoap/easysoap.spec 10 Dec 2002 19:35:34 -0000 1.2
@@ -42,15 +42,15 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, expat, gcc
-PreReq: OpenPKG, openpkg >= 20020206, expat
+BuildPreReq: OpenPKG, openpkg >= 20021204, expat, openssl, gcc
+PreReq: OpenPKG, openpkg >= 20021204, expat, openssl
AutoReq: no
AutoReqProv: no
%description
-EasySoap++ is a lightweight SOAP implementation written in C++. It implements
-most of the SOAP specification, and interoperates well with many other soap
-implementations.
+ EasySoap++ is a lightweight SOAP implementation written in C++. It
+ implements most of the SOAP specification, and interoperates well
+ with many other soap implementations.
%prep
%setup -q -n EasySoap++-%{version}
@@ -61,7 +61,8 @@
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
CXXFLAGS="%{l_cxxflags -O}" \
- CPPFLAGS="-I%{l_prefix}/include" \
+ CPPFLAGS="%{l_cppflags}" \
+ LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
--disable-shared
@@ -69,12 +70,9 @@
%install
rm -rf $RPM_BUILD_ROOT
-
- # make directory structure
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/lib \
$RPM_BUILD_ROOT%{l_prefix}/include/easysoap
-
%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.2239 -r1.2240 news.txt
--- openpkg-web/news.txt 10 Dec 2002 15:27:38 -0000 1.2239
+++ openpkg-web/news.txt 10 Dec 2002 19:35:33 -0000 1.2240
@@ -1,3 +1,4 @@
+10-Dec-2002: Upgraded package: P<easysoap-0.6.1-20021210>
10-Dec-2002: New package: P<perl-text-20021210-20021210>
10-Dec-2002: New package: P<perl-dbix-20021210-20021210>
10-Dec-2002: Upgraded package: P<perl-sys-20021210-20021210>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]