]> git.pld-linux.org Git - packages/cabextract.git/commitdiff
- adjusted to use libmspack private headers in its pkgincludedir
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 26 Oct 2018 18:03:11 +0000 (20:03 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 26 Oct 2018 18:03:11 +0000 (20:03 +0200)
cabextract.spec

index cb508e2460f24bfe88331774180b942020b02f2e..6a3d2f9a3b68bd9b9ada94cebefd5b05ca85a67e 100644 (file)
@@ -10,7 +10,7 @@ Source0:      http://www.cabextract.org.uk/%{name}-%{version}.tar.gz
 URL:           http://www.cabextract.org.uk/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
 URL:           http://www.cabextract.org.uk/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
-BuildRequires: libmspack-devel >= 0.8alpha-3
+BuildRequires: libmspack-devel >= 0.8alpha-5
 Requires:      libmspack >= 0.8alpha
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 Requires:      libmspack >= 0.8alpha
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -27,7 +27,7 @@ cabextract może takie pliki rozpakować.
 %prep
 %setup -q
 # make sure we use system libmspack
 %prep
 %setup -q
 # make sure we use system libmspack
-rm -rf mspack
+%{__rm} -r mspack
 
 %build
 %{__aclocal}
 
 %build
 %{__aclocal}
@@ -35,7 +35,7 @@ rm -rf mspack
 %{__autoheader}
 %{__automake}
 %configure \
 %{__autoheader}
 %{__automake}
 %configure \
-       CPPFLAGS="%{rpmcppflags} -I/usr/include/mspack" \
+       CPPFLAGS="%{rpmcppflags} -I/usr/include/libmspack" \
        --with-external-libmspack
 %{__make}
 
        --with-external-libmspack
 %{__make}
 
This page took 0.09588 seconds and 4 git commands to generate.