]> git.pld-linux.org Git - packages/webapps.git/blob - webapps.spec
- rel 2
[packages/webapps.git] / webapps.spec
1 Summary:        webapps framework
2 Summary(pl):    Szkielet dla aplikacji WWW
3 Name:           webapps
4 Version:        0.2
5 Release:        2
6 License:        GPL
7 Group:          Applications/WWW
8 Source0:        %{name}.sh
9 Source1:        %{name}.README
10 Requires:       webserver
11 Conflicts:      apache1 < 1.3.34-3.2
12 # can't conflict apache2 as apache1 is matched. just hope the best for now
13 #Conflicts:     apache < 2.0.55-2.2
14 Conflicts:      lighttpd < 1.4.7-2.1
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _sysconfdir     /etc/webapps
19
20 %description
21 webapps is a package for having web applications configuration files
22 and webserver config fragments in unified place.
23
24 %description -l pl
25 webapps to pakiet pozwalaj±cy trzymaæ pliki konfiguracyjne aplikacji
26 WWW i fragmenty konfiguracji serwera WWW w jednym miejscu.
27
28 %prep
29 %setup -qcT
30 cp %{SOURCE0} README
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_sbindir}}
35 install %{SOURCE0} $RPM_BUILD_ROOT%{_sbindir}/webapp
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc README
43 %dir %attr(751,root,http) %{_sysconfdir}
44 %attr(755,root,root) %{_sbindir}/*
This page took 0.07542 seconds and 4 git commands to generate.