]> git.pld-linux.org Git - packages/webapps.git/blame - webapps.spec
- tabs in preamble
[packages/webapps.git] / webapps.spec
CommitLineData
0300405b 1Summary: webapps framework
98b093bd 2Summary(pl.UTF-8): Szkielet dla aplikacji WWW
bd80ec15 3Name: webapps
bdae0545 4Version: 0.3
f0a970ca 5Release: 2
bd80ec15
ER
6License: GPL
7Group: Applications/WWW
bdae0545
ER
8Source0: %{name}.README
9Source1: %{name}.sh
10Source2: webapp-bash_completion.sh
be24cd56 11Requires: coreutils
fef33cbb 12Requires: webserver
b3a539a8 13Conflicts: apache < 2.0.55-2.2
be24cd56 14Conflicts: apache1 < 1.3.34-3.2
395a00a5 15Conflicts: lighttpd < 1.4.7-2.1
bd80ec15
ER
16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%define _sysconfdir /etc/webapps
bdae0545 20%define _bashcompletiondir /etc/bash_completion.d
bd80ec15
ER
21
22%description
23webapps is a package for having web applications configuration files
24and webserver config fragments in unified place.
25
b52e3d22
JR
26%description -l pl.UTF-8
27webapps to pakiet pozwalający trzymać pliki konfiguracyjne aplikacji
0300405b
JB
28WWW i fragmenty konfiguracji serwera WWW w jednym miejscu.
29
bd80ec15 30%prep
ade0eb71 31%setup -qcT
bdae0545 32cp %{SOURCE0} README
bd80ec15
ER
33
34%install
35rm -rf $RPM_BUILD_ROOT
bdae0545
ER
36install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_sbindir},%{_bashcompletiondir}}
37install %{SOURCE1} $RPM_BUILD_ROOT%{_sbindir}/webapp
38install %{SOURCE2} $RPM_BUILD_ROOT%{_bashcompletiondir}/webapp
bd80ec15
ER
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
45%doc README
46%dir %attr(751,root,http) %{_sysconfdir}
e5faa308 47%attr(755,root,root) %{_sbindir}/*
bdae0545 48%{_bashcompletiondir}/webapp
This page took 0.06372 seconds and 4 git commands to generate.