]> git.pld-linux.org Git - packages/rt.git/commitdiff
- move webappsdir to main pkg
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 24 Jan 2014 22:15:00 +0000 (23:15 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 24 Jan 2014 22:15:00 +0000 (23:15 +0100)
rt.spec

diff --git a/rt.spec b/rt.spec
index 6fda6683da61008285151a0ca270c7b6d5e1de31..057badcd3564a67e17b760827cf2cbbd7afc7cd6 100644 (file)
--- a/rt.spec
+++ b/rt.spec
@@ -374,7 +374,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/RT_SiteConfig.pm
 # this is generic config that SHOULDN'T BE TOUCHED. Change settings in your local (site) config.
 %attr(640,root,http) %config %{_sysconfdir}/RT_Config.pm
-
+%attr(750,root,http) %dir %{_webappsdir}
 # web server configs with no separate deps (so no need for subpackage)
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappsdir}/lighttpd.conf
 
@@ -388,7 +388,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/rt/po
 %{_datadir}/rt/static
 %{_libdir}/*
-%dir %attr(770,root,http) %{masonstatedir}
+%attr(770,root,http) %dir %{masonstatedir}
 %{_examplesdir}/%{name}-%{version}
 
 %files cli
@@ -397,5 +397,4 @@ rm -rf $RPM_BUILD_ROOT
 
 %files apache
 %defattr(644,root,root,755)
-%dir %attr(750,root,http) %{_webappsdir}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappsdir}/httpd.conf
This page took 0.067342 seconds and 4 git commands to generate.