]> git.pld-linux.org Git - packages/webapps.git/blob - webapps.spec
- siplify, webapp configs at top webapps dir
[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 %prep
18 cp %{SOURCE0} README
19
20 %install
21 rm -rf $RPM_BUILD_ROOT
22 install -d $RPM_BUILD_ROOT%{_sysconfdir}
23
24 %clean
25 rm -rf $RPM_BUILD_ROOT
26
27 %files
28 %defattr(644,root,root,755)
29 %doc README
30 %dir %attr(751,root,http) %{_sysconfdir}
This page took 0.036163 seconds and 4 git commands to generate.