]> git.pld-linux.org Git - packages/flasm.git/commitdiff
- new
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 1 Dec 2006 16:24:02 +0000 (16:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flasm.spec -> 1.1

flasm.spec [new file with mode: 0644]

diff --git a/flasm.spec b/flasm.spec
new file mode 100644 (file)
index 0000000..76bf1ff
--- /dev/null
@@ -0,0 +1,38 @@
+Summary:       Flasm - assembler/disassembler of Flash ActionScript bytecode
+Name:          flasm
+Version:       1.61
+Release:       0.1
+License:       freeware
+Group:         Development
+Source0:       http://www.nowrap.de/download/%{name}16linux.tgz
+# Source0-md5: 57940311b5d55e48757fcd63f86d9243
+Source1:       %{name}.sh
+URL:           http://www.nowrap.de/flasm.html
+ExclusiveArch: %{ix86}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Flasm disassembles your entire SWF including all the timelines and
+events. Looking at disassembly, you learn how the Flash compiler
+works, which improves your ActionScript skills. You can also do some
+optimizations on the disassembled code by hand or adjust the code as
+you wish. Flasm then applies your changes to the original SWF,
+replacing original actions.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install flasm $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE.TXT CHANGES.TXT flasm.html classic.css
+%doc flasm.ini
+%attr(755,root,root) %{_bindir}/flasm
This page took 0.167876 seconds and 4 git commands to generate.