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