Author: aredridel Date: Wed Dec 28 23:38:03 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - added eagain patch
---- Files affected: SPECS: ruby-fcgi.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/ruby-fcgi.spec diff -u SPECS/ruby-fcgi.spec:1.8 SPECS/ruby-fcgi.spec:1.9 --- SPECS/ruby-fcgi.spec:1.8 Tue Dec 27 10:37:31 2005 +++ SPECS/ruby-fcgi.spec Thu Dec 29 00:37:58 2005 @@ -9,6 +9,7 @@ Group: Development/Libraries Source0: http://sugi.nemui.org/pub/ruby/fcgi/%{name}-%{version}.tar.gz # Source0-md5: 2cfcb78d9809139cc72cfb45386c0723 +Patch0: %{name}-eagain.patch URL: http://sugi.nemui.org/prod/ruby-fcgi/ BuildRequires: fcgi-devel BuildRequires: rpmbuild(macros) >= 1.263 @@ -24,6 +25,7 @@ %prep %setup -q +%patch0 -p1 %build ruby install.rb config --site-ruby=%{ruby_rubylibdir} --so-dir=%{ruby_archdir} @@ -56,6 +58,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2005/12/28 23:37:58 aredridel +- added eagain patch + Revision 1.8 2005/12/27 09:37:31 twittner - (B)R: s/ruby/ruby-modules/, rel. 2 (mass commit through script) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ruby-fcgi.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
