packages: cas-server/cas-server.spec - moved webapp to subpackage

paszczus paszczus at pld-linux.org
Thu Feb 18 13:56:16 CET 2010


Author: paszczus                     Date: Thu Feb 18 12:56:16 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- moved webapp to subpackage

---- Files affected:
packages/cas-server:
   cas-server.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/cas-server/cas-server.spec
diff -u packages/cas-server/cas-server.spec:1.7 packages/cas-server/cas-server.spec:1.8
--- packages/cas-server/cas-server.spec:1.7	Thu Feb 18 13:51:56 2010
+++ packages/cas-server/cas-server.spec	Thu Feb 18 13:56:10 2010
@@ -39,6 +39,14 @@
     - Community documentation and implementation support
     - An extensive community of adopters
 
+%package webapp
+Summary:	JA-SIG CAS Web Application
+Group:		Applications/WWW
+Requires:	%{name}-%{version} = %{release}
+
+%description webapp
+JA-SIG CAS Web Application
+
 %prep
 %setup -q
 
@@ -60,7 +68,9 @@
 # do not make this file writeable by tomcat. We do not want to allow user to
 # undeploy this app via tomcat manager.
 #%config(noreplace) %{_sharedstatedir}/tomcat/conf/Catalina/localhost/cas-server.xml
-%{_datadir}/cas-server
+%files webapp
+%defattr(644,root,root,755)
+%{_datadir}/cas-server/cas.war
 %attr(755,tomcat,tomcat) %dir %{_sharedstatedir}/cas-server
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -69,6 +79,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2010/02/18 12:56:10  paszczus
+- moved webapp to subpackage
+
 Revision 1.7  2010/02/18 12:51:56  paszczus
 - use binaries instead of sources because of mvn
 - the most important package is cas-server-webapp, so it`s now packaged
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cas-server/cas-server.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list