]> git.pld-linux.org Git - packages/apache-mod_bw.git/commitdiff
- builds,
authordjrzulf <djrzulf@pld-linux.org>
Tue, 8 Mar 2005 08:21:04 +0000 (08:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_bw.spec -> 1.15

apache-mod_bw.spec

index e98fe54e57c056ed68ce5f993ded6497aa4e4ac8..74e4ac016cc363eeee3cf813aca2e0bd0292ad34 100644 (file)
@@ -1,3 +1,6 @@
+# TODO:
+# - confs, cleanups
+
 %define                mod_name        bandwidth
 %define        apxs            /usr/sbin/apxs
 %define                _ver    0.6
@@ -44,7 +47,8 @@ na katalogu, wielko
 perl -pi -e 's@include "apr@include "apr/apr@g' bw_mod-%{_ver}.c
 perl -pi -e 's@^.*apr_buckets.h.*$@@'  bw_mod-%{_ver}.c
 #%{apxs} -c mod_%{mod_name}-%{version}.c -o mod_%{mod_name}.so
-%{apxs} -c bw_mod-%{_ver}.c -o mod_%{mod_name}.so
+%{apxs} -c bw_mod-%{_ver}.c
+mv .libs/bw_mod-0.6.so mod_bandwidth.so
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -73,8 +77,9 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc *html
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mod_*.conf
+%doc bw_mod-0.6.txt
+#TODO
+#%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mod_*.conf
 %config(noreplace) %verify(not size mtime md5) %attr(640,root,root) /etc/cron.d/%{name}
 %attr(755,root,root) %{_sbindir}/*
 %attr(755,root,root) %{_pkglibdir}/*
This page took 0.063015 seconds and 4 git commands to generate.