]> git.pld-linux.org Git - packages/ruby-fcgi.git/commitdiff
- add rdocs
authoraredridel <aredridel@pld-linux.org>
Wed, 23 Mar 2005 17:47:41 +0000 (17:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix memory leak
- rel 2

Changed files:
    ruby-fcgi.spec -> 1.5

ruby-fcgi.spec

index 28cc5088286928462347ccf9df492ef5980ceaa9..61399947dc5a1a300090b77e3e4b261b917d358b 100644 (file)
@@ -5,13 +5,14 @@ Summary:      Ruby FastCGI Library
 Summary(pl):   Biblioteka FastCGI dla jêzyka Ruby
 Name:          ruby-fcgi
 Version:       0.8.5
-Release:       1
+Release:       2
 License:       GPL
 Group:         Development/Libraries
 Source0:       http://www.moonwolf.com/ruby/archive/%{name}-%{version}.tar.gz
 # Source0-md5: 896007e727153c6d05c380dd2d7fb109
 Patch0:                %{name}-dirs.patch
 Patch1:        %{name}-sys_fail.patch
+Patch2:        %{name}-free.patch
 URL:           http://rwiki.moonwolf.com/rw-cgi.cgi?cmd=view;name=fcgi
 BuildRequires: fcgi-devel
 BuildRequires: ruby
@@ -33,6 +34,11 @@ Biblioteka FastCGI dla j
 ruby install.rb config --site-ruby=%{ruby_rubylibdir} --so-dir=%{ruby_archdir}
 ruby install.rb setup
 
+mkdir rdoc
+
+rdoc -o rdoc/c ext/*
+rdoc -o rdoc/ruby lib/*
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{ruby_rubylibdir}
@@ -40,10 +46,12 @@ install -d $RPM_BUILD_ROOT%{ruby_rubylibdir}
 ruby install.rb install \
        --prefix=$RPM_BUILD_ROOT
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc rdoc/*
 %{ruby_rubylibdir}/fcgi.rb
 %attr(755,root,root) %{ruby_archdir}/fcgi.so
This page took 0.083425 seconds and 4 git commands to generate.