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