]> git.pld-linux.org Git - packages/flasm.git/blob - flasm.spec
- upgraded to 1.63
[packages/flasm.git] / flasm.spec
1 Summary:        Flasm - assembler/disassembler of Flash ActionScript bytecode
2 Summary(pl.UTF-8):      Flasm - asembler/disasembler bajtkodu Flash ActionScript
3 Name:           flasm
4 Version:        1.63
5 Release:        1
6 License:        freeware
7 Group:          Development
8 Source0:        http://www.nowrap.de/download/%{name}16src.zip
9 # Source0-md5:  28a4586409061b385d1cd27d3f120c0b
10 URL:            http://www.nowrap.de/flasm.html
11 BuildRequires:  bison
12 BuildRequires:  flex
13 BuildRequires:  gperf
14 BuildRequires:  zlib-devel
15 ExclusiveArch:  %{ix86}
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Flasm disassembles your entire SWF including all the timelines and
20 events. Looking at disassembly, you learn how the Flash compiler
21 works, which improves your ActionScript skills. You can also do some
22 optimizations on the disassembled code by hand or adjust the code as
23 you wish. Flasm then applies your changes to the original SWF,
24 replacing original actions.
25
26 %description -l pl.UTF-8
27 Flasm disasembluje cały SWF wraz ze znacznikami czasu i zdarzeniami.
28 Patrząc na wynik można nauczyć się jak działa kompilator Flasha,
29 poprawiając swoją znajomość ActionScriptu. Można także dokonywać
30 ręcznie pewnych optymalizacji w zdisasemblowanym kodzie lub
31 modyfikować kod. Flasm następnie aplikuje zmiany w oryginalnym SWF-ie,
32 zastępując oryginalne działania.
33
34 %prep
35 %setup -q -c
36
37 %build
38 %{__make} \
39         CFLAGS="%{rpmcflags}"
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT%{_bindir}
44
45 install flasm $RPM_BUILD_ROOT%{_bindir}
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc CHANGES.TXT LICENSE.TXT flasm.html classic.css
53 %doc flasm.ini
54 %attr(755,root,root) %{_bindir}/flasm
This page took 0.081597 seconds and 4 git commands to generate.