]> git.pld-linux.org Git - packages/cas.git/commitdiff
- moved webapp to subpackage
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Thu, 18 Feb 2010 12:56:10 +0000 (12:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cas.spec -> 1.8

cas.spec

index 67534ff17e95a9f8bd8016e780a6db21410b1dcb..edbf8be3ed4892e0e19b3f4d604bc52fcdc9f5a9 100644 (file)
--- a/cas.spec
+++ b/cas.spec
@@ -38,6 +38,14 @@ CAS provides enterprise single sign on service: CAS Downloads
     - Community documentation and implementation support
     - An extensive community of adopters
 
     - 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
 
 %prep
 %setup -q
 
@@ -59,5 +67,7 @@ rm -rf $RPM_BUILD_ROOT
 # 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
 # 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
 %attr(755,tomcat,tomcat) %dir %{_sharedstatedir}/cas-server
This page took 0.089116 seconds and 4 git commands to generate.