|
@@ -33,8 +33,8 @@ Distribution: OpenPKG
|
|
|
Class: BASE
|
|
Class: BASE
|
|
|
Group: Web
|
|
Group: Web
|
|
|
License: GPL
|
|
License: GPL
|
|
|
-Version: 0.14.3
|
|
|
|
|
-Release: 20050105
|
|
|
|
|
|
|
+Version: 0.15.0
|
|
|
|
|
+Release: 20050305
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
Source0: http://www.lyra.org/sitecopy/sitecopy-%{version}.tar.gz
|
|
Source0: http://www.lyra.org/sitecopy/sitecopy-%{version}.tar.gz
|
|
@@ -43,9 +43,9 @@ Source0: http://www.lyra.org/sitecopy/sitecopy-%{version}.tar.gz
|
|
|
Prefix: %{l_prefix}
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
BuildRoot: %{l_buildroot}
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc
|
|
BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc
|
|
|
-BuildPreReq: openssl, libxml, expat, getopt
|
|
|
|
|
PreReq: OpenPKG, openpkg >= 20040130
|
|
PreReq: OpenPKG, openpkg >= 20040130
|
|
|
-PreReq: openssl, libxml, expat, getopt
|
|
|
|
|
|
|
+BuildPreReq: openssl, neon, libxml, expat, getopt
|
|
|
|
|
+PreReq: openssl, neon, libxml, expat, getopt
|
|
|
AutoReq: no
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
AutoReqProv: no
|
|
|
|
|
|
|
@@ -74,7 +74,7 @@ AutoReqProv: no
|
|
|
--cache-file=./config.cache \
|
|
--cache-file=./config.cache \
|
|
|
--prefix=%{l_prefix} \
|
|
--prefix=%{l_prefix} \
|
|
|
--with-ssl \
|
|
--with-ssl \
|
|
|
- --with-included-neon \
|
|
|
|
|
|
|
+ --without-included-neon \
|
|
|
--with-libxml2 \
|
|
--with-libxml2 \
|
|
|
--without-gnome \
|
|
--without-gnome \
|
|
|
--disable-rsh \
|
|
--disable-rsh \
|
|
@@ -86,6 +86,7 @@ AutoReqProv: no
|
|
|
%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
|
|
%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
|
|
|
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share
|
|
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share
|
|
|
rm -rf $RPM_BUILD_ROOT%{l_prefix}/doc
|
|
rm -rf $RPM_BUILD_ROOT%{l_prefix}/doc
|
|
|
|
|
+ rm -rf $RPM_BUILD_ROOT%{l_prefix}/man/fr
|
|
|
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
|
|
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
|
|
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
|
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
|
|
|
|
|
|