]> git.pld-linux.org Git - packages/flare.git/blame - flare.spec
- tabs in preamble
[packages/flare.git] / flare.spec
CommitLineData
0c7a4886 1Summary: Flare - a free ActionScript decompiler
df2e9b6a 2Summary(pl.UTF-8): Flare - darmowy dekompilator ActionScriptu
c8f85b34 3Name: flare
3d1a59c9 4Version: 0.60
3f4ffd59 5Release: 1
c8f85b34
ER
6License: freeware
7Group: Development
3d1a59c9
ER
8Source0: http://www.nowrap.de/download/%{name}06linux.tgz
9# Source0-md5: 8a0779015bbb7fd26fbdc375ba14ac50
c8f85b34
ER
10Source1: %{name}.sh
11URL: http://www.nowrap.de/flare.html
12Requires: mktemp
13ExclusiveArch: %{ix86}
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Flare processes an SWF and extracts all scripts from it. The output is
18written to a single text file. Only ActionScript is extracted, no text
19or images.
20
4267ed97
JR
21%description -l pl.UTF-8
22Flare przetwarza pliki SWF i wyciąga z niego wszystkie skrypty. Wynik
23zapisywany jest do pojedynczego pliku tekstowego. Wyciągany jest tylko
24ActionScript, żadnego tekstu ani obrazków.
5c7d52bb 25
c8f85b34
ER
26%prep
27%setup -q -c
28
29%install
30rm -rf $RPM_BUILD_ROOT
31install -d $RPM_BUILD_ROOT%{_bindir}
0c7a4886 32
c8f85b34
ER
33install flare $RPM_BUILD_ROOT%{_bindir}
34install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}
35
36%clean
37rm -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.867368 seconds and 4 git commands to generate.