From: SÅ‚awomir Paszkiewicz Date: Thu, 18 Feb 2010 12:56:10 +0000 (+0000) Subject: - moved webapp to subpackage X-Git-Tag: auto/th/cas-3_3_5-1~21 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcas.git;a=commitdiff_plain;h=275735badd6d577ab24e68732ebae4f33dc08f05 - moved webapp to subpackage Changed files: cas.spec -> 1.8 --- diff --git a/cas.spec b/cas.spec index 67534ff..edbf8be 100644 --- 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 +%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 @@ -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 -%{_datadir}/cas-server +%files webapp +%defattr(644,root,root,755) +%{_datadir}/cas-server/cas.war %attr(755,tomcat,tomcat) %dir %{_sharedstatedir}/cas-server