]> git.pld-linux.org Git - packages/apache-mod_bw.git/commitdiff
- updated to 0.6, NFY
authorSławomir Paszkiewicz <paszczus@pld-linux.org>
Wed, 2 Mar 2005 19:19:12 +0000 (19:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_bw.spec -> 1.14

apache-mod_bw.spec

index a61a36edb3127a9d635749885a33de41273e8d76..e98fe54e57c056ed68ce5f993ded6497aa4e4ac8 100644 (file)
@@ -1,17 +1,17 @@
 %define                mod_name        bandwidth
 %define        apxs            /usr/sbin/apxs
-%define                _ver    0.5rc1
+%define                _ver    0.6
 Summary:       Apache module: bandwidth limits
 Summary(pl):   Modu³ do Apache: limity pasma
 Name:          apache-mod_%{mod_name}
-Version:       0.5
+Version:       0.6
 Release:       0.1
 License:       Apache
 Group:         Networking/Daemons
 Source0:       http://www.ivn.cl/apache/bw_mod-%{_ver}.tgz
-# Source0-md5: df9e2da2175b3a5f09cbbe384f32de0a
+# Source0-md5: 0c92fa6344f487321291a592dbb49856
 #Source0:      http://www.ivn.cl/apache/mod_%{mod_name}-%{_version}.tgz
-Source1:       %{name}.conf
+#Source1:      %{name}.conf
 URL:           http://www.ivn.cl/apache/
 BuildRequires: apache-devel >= 2.0.0
 BuildRequires: %{apxs}
@@ -38,7 +38,7 @@ na katalogu, wielko
 
 %prep
 #%setup -q -n mod_%{mod_name}-%{version}
-%setup -q -n bw_mod-0.5
+%setup -q -n bw_mod-0.6
 
 %build
 perl -pi -e 's@include "apr@include "apr/apr@g' bw_mod-%{_ver}.c
@@ -53,7 +53,7 @@ install -d $RPM_BUILD_ROOT{%{_pkglibdir},%{_sysconfdir}} \
        $RPM_BUILD_ROOT{/etc/cron.d,%{_sbindir}}
 
 install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
-install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/mod_%{mod_name}.conf
+#install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/mod_%{mod_name}.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.053119 seconds and 4 git commands to generate.