packages (DEVEL): red5/red5.spec - up to 0.9.rc2 - dropped apidocs (they ar...

pawelz pawelz at pld-linux.org
Fri Dec 18 16:55:49 CET 2009


Author: pawelz                       Date: Fri Dec 18 15:55:49 2009 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- up to 0.9.rc2
- dropped apidocs (they are not distributed with 0.9.rc2)
- NoSource (I'm going to build it from source. Storing this LARGE binary
  distribution in DF is pointless imho.

---- Files affected:
packages/red5:
   red5.spec (1.26 -> 1.26.2.1) 

---- Diffs:

================================================================
Index: packages/red5/red5.spec
diff -u packages/red5/red5.spec:1.26 packages/red5/red5.spec:1.26.2.1
--- packages/red5/red5.spec:1.26	Mon Dec 14 14:34:03 2009
+++ packages/red5/red5.spec	Fri Dec 18 16:55:43 2009
@@ -2,16 +2,20 @@
 # TODO
 # - -demos package
 
+%define		_rc	2
+
 %include	/usr/lib/rpm/macros.java
 Summary:	Red5: Open Source Flash Server
 Summary(pl.UTF-8):	Red5: Otwarty serwer Flasha
 Name:		red5
-Version:	0.8.0
-Release:	2
+Version:	0.9
+Release:	0.%{_rc}.1
 License:	LGPL
 Group:		Networking/Daemons/Java
-Source0:	http://www.red5.org/downloads/0_8/%{name}-%{version}.tar.gz
-# Source0-md5:	7be9296e6369a52b3607cfce1ac7ee01
+# wget -c http://www.red5.org/downloads/0_9/red5-0.9.RC2.tar.gz
+Source0:	red5-0.9.RC2.tar.gz
+# Source0-md5:	b1150391591f4ea6cdc30b38fd3732eb
+NoSource:	0
 Source1:	%{name}
 Source2:	%{name}.init
 Source3:	%{name}.sysconfig
@@ -57,18 +61,6 @@
 - Współdzielenie obiektów
 - Publikowanie strumieni na żywo
 
-%package javadoc
-Summary:	Online manual for %{name}
-Summary(pl.UTF-8):	Dokumentacja online do %{name}
-Group:		Documentation
-Requires:	jpackage-utils
-
-%description javadoc
-API documentation for %{name}.
-
-%description javadoc -l pl.UTF-8
-Dokumentacja API do %{name}.
-
 %prep
 %setup -q -c
 
@@ -94,11 +86,6 @@
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/red5
 install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/red5
 
-# javadoc
-install -d $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-cp -a doc/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -123,12 +110,9 @@
 	%groupremove servlet
 fi
 
-%post javadoc
-ln -nfs %{name}-%{version} %{_javadocdir}/%{name}
-
 %files
 %defattr(644,root,root,755)
-%doc doc/licenseInfo/team.txt doc/*.* doc/templates
+%doc license.txt
 %{_appdatadir}
 %dir %attr(775,red5,red5) %{_appstatedir}
 %attr(775,red5,red5) %{_appstatedir}/work
@@ -141,17 +125,18 @@
 %attr(770,root,red5) /var/run/%{name}
 %attr(755,root,root) %{_sbindir}/%{name}
 
-%files javadoc
-%defattr(644,root,root,755)
-%{_javadocdir}/%{name}-%{version}
-%ghost %{_javadocdir}/%{name}
-
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.26.2.1  2009/12/18 15:55:43  pawelz
+- up to 0.9.rc2
+- dropped apidocs (they are not distributed with 0.9.rc2)
+- NoSource (I'm going to build it from source. Storing this LARGE binary
+  distribution in DF is pointless imho.
+
 Revision 1.26  2009/12/14 13:34:03  pawelz
 - dont't use tomcat bundled with red5. Use tomcat from our package.
 - R: java-tomcat-{catalina,coyote,jasper} >= 6.0.20-7 (not released yet)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/red5/red5.spec?r1=1.26&r2=1.26.2.1&f=u



More information about the pld-cvs-commit mailing list