]> git.pld-linux.org Git - packages/webapps.git/blob - webapps.spec
- initial idea
[packages/webapps.git] / webapps.spec
1 Summary:        webapps
2 Name:           webapps
3 Version:        0.1
4 Release:        0.2
5 License:        GPL
6 Group:          Applications/WWW
7 Source0:        %{name}.README
8 BuildArch:      noarch
9 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10
11 %define         _sysconfdir     /etc/webapps
12
13 %description
14 webapps is a package for having web applications configuration files
15 and webserver config fragments in unified place.
16
17 webserver configs are in $webapps/$httpd
18 web application configs are in $webapps/configs/$webapp
19
20 individual directory for $webapps/$httpd is provided by webserver
21 itself.
22
23 %prep
24 cp %{SOURCE0} README
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT%{_sysconfdir}/config
29
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
35 %doc README
36 %dir %attr(751,root,http) %{_sysconfdir}
37 %dir %attr(751,root,http) %{_sysconfdir}/config
This page took 0.08199 seconds and 4 git commands to generate.