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