summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraredridel2007-05-22 15:39:55 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit2463f6860f43efa38fcd0df2bc438a6ef6f7a580 (patch)
tree192223a04dcd2d661ce55e666ea5545901660235
parent2705533e4ecae46563f80c7590d00b5c98685087 (diff)
downloadruby-eventmachine-2463f6860f43efa38fcd0df2bc438a6ef6f7a580.zip
ruby-eventmachine-2463f6860f43efa38fcd0df2bc438a6ef6f7a580.tar.gz
- adapterized
Changed files: ruby-eventmachine.spec -> 1.2
-rw-r--r--ruby-eventmachine.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/ruby-eventmachine.spec b/ruby-eventmachine.spec
index 575fd21..c13721f 100644
--- a/ruby-eventmachine.spec
+++ b/ruby-eventmachine.spec
@@ -4,7 +4,7 @@ Version: 0.7.0
Release: 1
License: Ruby
Group: Development/Libraries
-Source0: http://rubyforge.org/frs/download.php/14933/eventmachine-0.7.0.gem
+Source0: http://rubyforge.org/frs/download.php/14933/eventmachine-%{version}.gem
# Source0-md5: b22a7d79ba3beb6c38d1b44ddc39560f
URL: http://rubyforge.org/projects/eventmachine/
BuildRequires: rpmbuild(macros) >= 1.277
@@ -15,7 +15,10 @@ BuildRequires: setup.rb
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Ruby/EventMachine is a fast, simple event-processing library for Ruby programs. It lets you write network clients and servers without handling sockets- all you do is send and receive data. Single-threaded socket engine- scalable and FAST!
+Ruby/EventMachine is a fast, simple event-processing library for Ruby
+programs. It lets you write network clients and servers without
+handling sockets- all you do is send and receive data. Single-threaded
+socket engine- scalable and FAST!
%prep
%setup -q -c -T