]> git.pld-linux.org Git - packages/webapps.git/blame - webapps.spec
- using global variables, no need for params
[packages/webapps.git] / webapps.spec
CommitLineData
bd80ec15
ER
1Summary: webapps
2Name: webapps
3Version: 0.1
4Release: 0.2
5License: GPL
6Group: Applications/WWW
7Source0: %{name}.README
8BuildArch: noarch
9BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10
11%define _sysconfdir /etc/webapps
12
13%description
14webapps is a package for having web applications configuration files
15and webserver config fragments in unified place.
16
bd80ec15
ER
17%prep
18cp %{SOURCE0} README
19
20%install
21rm -rf $RPM_BUILD_ROOT
0c2653ee 22install -d $RPM_BUILD_ROOT%{_sysconfdir}
bd80ec15
ER
23
24%clean
25rm -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.060218 seconds and 4 git commands to generate.