]> git.pld-linux.org Git - packages/apache-mod_ruby.git/commitdiff
- updated to 1.2.5 (builds with apache2.2)
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 27 Feb 2006 08:29:51 +0000 (08:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_ruby.spec -> 1.18

apache-mod_ruby.spec

index 8efa2810cfbf4686dadaf9884377e1e2f102f2b8..0d0c10444e076328e55bd41f85cb9a4a83641698 100644 (file)
@@ -1,11 +1,9 @@
-# TODO
-# - fix build with apache/apr (apr_off_t)
 %define                mod_name        mod_ruby
 %define        apxs            /usr/sbin/apxs
 Summary:       Apache mod_ruby module - embeds the Ruby interpreter into the Apache web server
 Summary(pl):   Modu³ Apache'a mod_ruby - zapewniaj±cy obs³ugê skryptów rubego przez serwer Apache
 Name:          apache-%{mod_name}
-Version:       1.2.4
+Version:       1.2.5
 Release:       1
 License:       BSD-like
 Group:         Networking/Daemons
@@ -51,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT{%{_pkglibdir},%{_sysconfdir}/httpd.conf,%{ruby_rubylibdir}}
 install %{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}/%{mod_name}.so
-install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf/70_mod_ruby.conf
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf/70_mod_%{mod_name}.conf
 cp -a lib/* $RPM_BUILD_ROOT%{ruby_rubylibdir}
 
 %clean
This page took 0.067786 seconds and 4 git commands to generate.