]> git.pld-linux.org Git - packages/innoextract.git/blame - innoextract.spec
- updated to 1.8
[packages/innoextract.git] / innoextract.spec
CommitLineData
43839fb8
JB
1Summary: Tool to unpack installers created by Inno Setup
2Summary(pl.UTF-8): Narzędzie do rozpakowywania instalatorów tworzonych przez Inno Setup
3Name: innoextract
078251cc
JB
4Version: 1.8
5Release: 1
6License: Zlib (BSD-like)
43839fb8 7Group: Applications/Files
078251cc
JB
8Source0: https://constexpr.org/innoextract/files/innoextract-%{version}/%{name}-%{version}.tar.gz
9# Source0-md5: 519385cecaefb697e999c2ec5655bda9
10URL: https://constexpr.org/innoextract/
43839fb8 11BuildRequires: boost-devel
078251cc 12BuildRequires: bzip2-devel
43839fb8
JB
13BuildRequires: cmake >= 2.8
14BuildRequires: libstdc++-devel
15BuildRequires: xz-devel
078251cc 16BuildRequires: zlib-devel
43839fb8
JB
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Inno Setup is a tool to create installers for Microsoft Windows
21applications. innoextract allows to extract such installers under
22non-windows systems without running the actual installer using WINE.
23innoextract currently supports installers created by Inno Setup 1.2.10
078251cc 24to 6.0.5.
43839fb8
JB
25
26%description -l pl.UTF-8
27Inno Setup to narzędzie do tworzenia instalatorów dla systemu
28Microsoft Windows. innoextract pozwala na rozpakowywanie takich
29instalatorów na innych systemach operacyjnych bez uruchamiania samego
30instalatora przy użyciu WINE. innoextract obecnie obsługuje
078251cc 31instalatory utworzone przez Inno Setup w wersjach od 1.2.10 do 6.0.5.
43839fb8
JB
32
33%prep
34%setup -q
35
36%build
078251cc
JB
37install -d build
38cd build
39%cmake ..
43839fb8
JB
40
41%{__make}
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
078251cc 46%{__make} -C build install \
43839fb8
JB
47 DESTDIR=$RPM_BUILD_ROOT
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
54%doc CHANGELOG LICENSE README.md
55%attr(755,root,root) %{_bindir}/innoextract
56%{_mandir}/man1/innoextract.1*
This page took 0.086809 seconds and 4 git commands to generate.