[packages/cabextract] - adjusted to use libmspack private headers in its pkgincludedir

qboosh qboosh at pld-linux.org
Fri Oct 26 19:59:29 CEST 2018


commit 5b351b433259a4137e6736338cda1696c71154e8
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Oct 26 20:03:11 2018 +0200

    - adjusted to use libmspack private headers in its pkgincludedir

 cabextract.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/cabextract.spec b/cabextract.spec
index cb508e2..6a3d2f9 100644
--- a/cabextract.spec
+++ b/cabextract.spec
@@ -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
-BuildRequires:	libmspack-devel >= 0.8alpha-3
+BuildRequires:	libmspack-devel >= 0.8alpha-5
 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
-rm -rf mspack
+%{__rm} -r mspack
 
 %build
 %{__aclocal}
@@ -35,7 +35,7 @@ rm -rf mspack
 %{__autoheader}
 %{__automake}
 %configure \
-	CPPFLAGS="%{rpmcppflags} -I/usr/include/mspack" \
+	CPPFLAGS="%{rpmcppflags} -I/usr/include/libmspack" \
 	--with-external-libmspack
 %{__make}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cabextract.git/commitdiff/5b351b433259a4137e6736338cda1696c71154e8



More information about the pld-cvs-commit mailing list