]> git.pld-linux.org Git - packages/ruby-mongrel.git/commitdiff
- BR: dos2unix to workaround CVS stupidity auto/th/ruby-mongrel-1_1_5-3 auto/ti/ruby-mongrel-1_1_5-3
authorhawk <hawk@pld-linux.org>
Sat, 8 Aug 2009 18:28:18 +0000 (18:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ruby-mongrel.spec -> 1.21

ruby-mongrel.spec

index 9f97680f9585a6fa6e7c3a9986d3c915cea5fe85..bb1b44badac2e11911ee54e28cded9056b8fc466 100644 (file)
@@ -2,13 +2,14 @@ Summary:      Ruby webserver toolkit
 Summary(pl.UTF-8):     Toolkit języka Ruby dla serwera WWW
 Name:          ruby-mongrel
 Version:       1.1.5
-Release:       2
+Release:       3
 License:       Ruby
 Group:         Development/Libraries
 Source0:       http://gems.rubyforge.org/gems/mongrel-%{version}.gem
 # Source0-md5: a37617eb48f0932cc32143b2d76c0d12
 Patch0:                %{name}-nogems.patch
 URL:           http://mongrel.rubyforge.org/
+BuildRequires: dos2unix
 BuildRequires: rpmbuild(macros) >= 1.277
 BuildRequires: ruby-devel
 BuildRequires: ruby-modules
@@ -48,6 +49,7 @@ Toolkit języka Ruby dla serwera WWW.
 %prep
 %setup -q -c -T
 tar xf %{SOURCE0} -O data.tar.gz | tar xz
+dos2unix examples/mongrel_simple_service.rb
 %patch0 -p1
 
 find -name '*.rb' -print0 | xargs -0 %{__sed} -i -e 's,\r$,,'
This page took 0.052781 seconds and 4 git commands to generate.