Author: glen                         Date: Fri Dec  1 16:24:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   flasm.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/flasm.spec
diff -u /dev/null SPECS/flasm.spec:1.1
--- /dev/null   Fri Dec  1 17:24:07 2006
+++ SPECS/flasm.spec    Fri Dec  1 17:24:02 2006
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+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
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/12/01 16:24:02  glen
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to