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