From 275735badd6d577ab24e68732ebae4f33dc08f05 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C5=82awomir=20Paszkiewicz?= Date: Thu, 18 Feb 2010 12:56:10 +0000 Subject: [PATCH] - moved webapp to subpackage Changed files: cas.spec -> 1.8 --- cas.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 -- 2.43.0