]> git.pld-linux.org Git - packages/flare.git/blob - flare.spec
ffc20101f01e9bb1996e4fb5ff5d3ded2b4ca566
[packages/flare.git] / flare.spec
1 Summary:        Flare - a free ActionScript decompiler
2 Summary(pl.UTF-8):      Flare - darmowy dekompilator ActionScriptu
3 Name:           flare
4 Version:        0.60
5 Release:        1
6 License:        freeware
7 Group:          Development
8 Source0:        http://www.nowrap.de/download/%{name}06linux.tgz
9 # Source0-md5:  8a0779015bbb7fd26fbdc375ba14ac50
10 Source1:        flare
11 # Source1-md5:  f908d42175502f6e3105f1734c3441e0
12 Source2:        %{name}.sh
13 URL:            http://www.nowrap.de/flare.html
14 Requires:       mktemp
15 ExclusiveArch:  %{ix86} %{x8664}
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Flare processes an SWF and extracts all scripts from it. The output is
20 written to a single text file. Only ActionScript is extracted, no text
21 or images.
22
23 %description -l pl.UTF-8
24 Flare przetwarza pliki SWF i wyciąga z niego wszystkie skrypty. Wynik
25 zapisywany jest do pojedynczego pliku tekstowego. Wyciągany jest tylko
26 ActionScript, żadnego tekstu ani obrazków.
27
28 %prep
29 %setup -q -c
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_bindir}
34
35 %ifarch %{ix86}
36 install flare $RPM_BUILD_ROOT%{_bindir}
37 %endif
38 %ifarch %{x8664}
39 install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}
40 %endif
41 install %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc LICENSE.TXT flare.html classic.css
49 %attr(755,root,root) %{_bindir}/flare
50 %attr(755,root,root) %{_bindir}/flare.sh
This page took 0.249998 seconds and 2 git commands to generate.