[packages/innoextract] - updated to 1.8

qboosh qboosh at pld-linux.org
Wed Jul 29 21:12:17 CEST 2020


commit 078251cc3370b9ad82f15cb147aee054c5e3850e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Jul 29 21:14:05 2020 +0200

    - updated to 1.8

 innoextract.spec | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/innoextract.spec b/innoextract.spec
index 5693e1d..920a979 100644
--- a/innoextract.spec
+++ b/innoextract.spec
@@ -1,17 +1,19 @@
 Summary:	Tool to unpack installers created by Inno Setup
 Summary(pl.UTF-8):	Narzędzie do rozpakowywania instalatorów tworzonych przez Inno Setup
 Name:		innoextract
-Version:	1.3
-Release:	11
-License:	BSD
+Version:	1.8
+Release:	1
+License:	Zlib (BSD-like)
 Group:		Applications/Files
-Source0:	http://downloads.sourceforge.net/innoextract/%{name}-%{version}.tar.gz
-# Source0-md5:	a6b2662ebc182efa15e09f4281c231df
-URL:		http://constexpr.org/innoextract/
+Source0:	https://constexpr.org/innoextract/files/innoextract-%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	519385cecaefb697e999c2ec5655bda9
+URL:		https://constexpr.org/innoextract/
 BuildRequires:	boost-devel
+BuildRequires:	bzip2-devel
 BuildRequires:	cmake >= 2.8
 BuildRequires:	libstdc++-devel
 BuildRequires:	xz-devel
+BuildRequires:	zlib-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -19,27 +21,29 @@ Inno Setup is a tool to create installers for Microsoft Windows
 applications. innoextract allows to extract such installers under
 non-windows systems without running the actual installer using WINE.
 innoextract currently supports installers created by Inno Setup 1.2.10
-to 5.5.3.
+to 6.0.5.
 
 %description -l pl.UTF-8
 Inno Setup to narzędzie do tworzenia instalatorów dla systemu
 Microsoft Windows. innoextract pozwala na rozpakowywanie takich
 instalatorów na innych systemach operacyjnych bez uruchamiania samego
 instalatora przy użyciu WINE. innoextract obecnie obsługuje
-instalatory utworzone przez Inno Setup w wersjach od 1.2.10 do 5.5.3.
+instalatory utworzone przez Inno Setup w wersjach od 1.2.10 do 6.0.5.
 
 %prep
 %setup -q
 
 %build
-%cmake .
+install -d build
+cd build
+%cmake ..
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -C build install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/innoextract.git/commitdiff/078251cc3370b9ad82f15cb147aee054c5e3850e



More information about the pld-cvs-commit mailing list