]> git.pld-linux.org Git - packages/apache-mod_bw.git/blame - apache-mod_bw.spec
- release 4
[packages/apache-mod_bw.git] / apache-mod_bw.spec
CommitLineData
a5de1fd2 1# TODO:
5d474532 2# - cron?
ac0fe2df 3%define mod_name bw
1dd6fe21 4%define apxs /usr/sbin/apxs
e44745e2 5Summary: Apache module: bandwidth limits
d5c887ee 6Summary(pl.UTF-8): Moduł do Apache: limity pasma
1dd6fe21 7Name: apache-mod_%{mod_name}
0e16d960 8Version: 0.92
c18d4a48 9Release: 4
472fb15f 10License: Apache v2.0
abe986cb 11Group: Networking/Daemons/HTTP
0e16d960
ER
12Source0: http://ivn.cl/files/source/mod_bw-%{version}.tgz
13# Source0-md5: 90f5e632dad5de8d49dcdb61453dcf97
0511ec6d 14Source1: %{name}.conf
455f2602 15Source2: %{name}.tmpfiles
1dd6fe21 16URL: http://www.ivn.cl/apache/
d8882fd8 17BuildRequires: %{apxs}
b9a8f100 18BuildRequires: apache-devel >= 2.0.0
b2f4d847 19BuildRequires: rpmbuild(macros) >= 1.268
6fc9aff3
ER
20BuildRequires: sed >= 4.0
21Requires: apache(modules-api) = %apache_modules_api
348c5ac8 22Requires: crondaemon
e44745e2
JB
23Requires: procps
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
6fc9aff3 26%define _pkglibdir %(%{apxs} -q LIBEXECDIR 2>/dev/null)
e41f5619 27%define _sysconfdir %(%{apxs} -q SYSCONFDIR 2>/dev/null)/conf.d
e44745e2
JB
28
29%description
30"Mod_bandwidth" is a module for the Apache webserver that enable the
31setting of server-wide or per connection bandwidth limits, based on
32the directory, size of files and remote IP/domain.
33
c944853d
JR
34%description -l pl.UTF-8
35Moduł pozwalający na ograniczanie pasma serwera Apache bazując na
36katalogu, wielkości plików lub zdalnym IP/domenie.
e44745e2
JB
37
38%prep
0e16d960 39%setup -qc
ed6ddc97
ER
40
41%build
0e16d960 42%{apxs} -c mod_bw.c
e44745e2
JB
43
44%install
45rm -rf $RPM_BUILD_ROOT
e41f5619 46install -d $RPM_BUILD_ROOT{%{_pkglibdir},%{_sysconfdir}} \
e44745e2 47 $RPM_BUILD_ROOT%{_var}/run/%{name}/{link,master} \
455f2602
JR
48 $RPM_BUILD_ROOT{/etc/cron.d,%{_sbindir}} \
49 $RPM_BUILD_ROOT/usr/lib/tmpfiles.d
e44745e2 50
0e16d960 51install -p .libs/mod_bw.so $RPM_BUILD_ROOT%{_pkglibdir}/mod_%{mod_name}.so
e41f5619 52cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/97_mod_%{mod_name}.conf
455f2602 53install %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/%{name}.conf
e44745e2
JB
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%post
b2f4d847 59%service -q httpd restart
e44745e2 60
8d98470e 61%postun
e44745e2 62if [ "$1" = "0" ]; then
b2f4d847 63 %service -q httpd restart
e44745e2
JB
64fi
65
66%files
67%defattr(644,root,root,755)
0e16d960 68%doc mod_bw.txt LICENSE ChangeLog
e41f5619 69%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*_mod_%{mod_name}.conf
c67d93f1 70%attr(755,root,root) %{_pkglibdir}/*.so
0511ec6d
MWP
71#%config(noreplace) %verify(not size mtime md5) %attr(640,root,root) /etc/cron.d/%{name}
72#%attr(755,root,root) %{_sbindir}/*
455f2602 73/usr/lib/tmpfiles.d/%{name}.conf
e44745e2
JB
74%attr(750,http,root) %dir %{_var}/run/%{name}
75%attr(750,http,root) %dir %{_var}/run/%{name}/link
76%attr(750,http,root) %dir %{_var}/run/%{name}/master
This page took 0.074401 seconds and 4 git commands to generate.