Author: glen                         Date: Mon Apr  9 18:51:13 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, builds, but i've never used tomcat so no packaging

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

---- Diffs:

================================================================
Index: SPECS/red5.spec
diff -u /dev/null SPECS/red5.spec:1.1
--- /dev/null   Mon Apr  9 20:51:13 2007
+++ SPECS/red5.spec     Mon Apr  9 20:51:08 2007
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+# TODO
+# - packaging
+#
+%define                _rc             rc2
+%define                _rel    0.1
+Summary:       Red5 : Open Source Flash Server
+Name:          red5
+Version:       0.6
+Release:       0.%{_rc}.%{_rel}
+License:       LGPL
+Group:         Applications
+Source0:       http://dl.fancycode.com/red5/%{name}-%{version}%{_rc}.tar.gz
+# Source0-md5: 7c41ff734cd8153cb3ec37104f5954c1
+URL:           http://www.osflash.org/red5/
+BuildRequires: ant
+BuildRequires: jaxp_parser_impl
+BuildRequires: jdk >= 1.6
+BuildRequires: rpmbuild(macros) >= 1.300
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Red5 is an Open Source Flash Server written in Java that supports:
+- Streaming Audio/Video (FLV and MP3)
+- Recording Client Streams (FLV only)
+- Shared Objects
+- Live Stream Publishing
+- Remoting
+
+%prep
+%setup -q -n %{name}-%{version}%{_rc}
+
+%build
+# some source files contain '�' character and javac barfs on that
+export LC_ALL=en_US
+%ant dist
+
+%install
+rm -rf $RPM_BUILD_ROOT
+       DESTINATION=$RPM_BUILD_ROOT%{_prefix}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+
+%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  2007/04/09 18:51:08  glen
+- new, builds, but i've never used tomcat so no packaging
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to