Author: zbyniu Date: Sat Feb 10 16:03:34 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - missing include if kernel with vserver; BR pcre-devel, boost-devel
---- Files affected: SPECS: exmap.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/exmap.spec diff -u SPECS/exmap.spec:1.3 SPECS/exmap.spec:1.4 --- SPECS/exmap.spec:1.3 Sat Feb 10 16:36:28 2007 +++ SPECS/exmap.spec Sat Feb 10 17:03:28 2007 @@ -23,19 +23,16 @@ Source0: http://www.berthels.co.uk/exmap/download/%{name}-%{version}.tgz # Source0-md5: b4f87fa02f6a218416b77ad4b9f48d74 Patch0: %{name}-Makefile.patch +Patch1: %{name}-vserver.patch URL: http://www.berthels.co.uk/exmap/ %if %{with kernel} %{?with_dist_kernel:BuildRequires: kernel%{_alt_kernel}-module-build >= 3:2.6.14} BuildRequires: rpmbuild(macros) >= 1.330 %endif -#BuildRequires: - -#Requires(postun): - -#Requires(pre,post): - -#Requires(preun): - -#Requires: - -#Provides: - -#Obsoletes: - -#Conflicts: - +%if %{with userspace} +BuildRequires: boost-devel +BuildRequires: pcre-devel +%endif BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -94,6 +91,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 # remove binaries packed in src tarball rm -f src/{*.so,munged-ls-threeloads,prelinked-amule} @@ -172,6 +170,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2007/02/10 16:03:28 zbyniu +- missing include if kernel with vserver; BR pcre-devel, boost-devel + Revision 1.3 2007/02/10 15:36:28 twittner - next %files fix ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/exmap.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
