]> git.pld-linux.org Git - packages/exmap.git/commitdiff
- missing include if kernel with vserver; BR pcre-devel, boost-devel
authorzbyniu <zbyniu@pld-linux.org>
Sat, 10 Feb 2007 16:03:28 +0000 (16:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exmap.spec -> 1.4

exmap.spec

index 2326fa2ec97c45dabf04339a7e3c0e592ea85f4d..ff229f940e35f2ec30c026de8d000bb84756041a 100644 (file)
@@ -22,19 +22,16 @@ Group:              Applications/System
 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
@@ -93,6 +90,7 @@ Ten pakiet zawiera modu
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 # remove binaries packed in src tarball
 rm -f src/{*.so,munged-ls-threeloads,prelinked-amule}
 
This page took 0.080715 seconds and 4 git commands to generate.