]> git.pld-linux.org Git - packages/ruby-yajl.git/commitdiff
cleanup bugus deps (those are devel deps) auto/th/ruby-yajl-1.1.0-2
authorElan Ruusamäe <glen@delfi.ee>
Mon, 6 May 2013 11:28:12 +0000 (14:28 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 6 May 2013 11:28:12 +0000 (14:28 +0300)
ruby-yajl.spec

index 4b528981412d4c32a19a98a7a338868cc0838115..6572e71a9f62c349f95cbd2f72adc3e19726089b 100644 (file)
@@ -2,7 +2,7 @@
 Summary:       Ruby C bindings to the excellent Yajl JSON stream-based parser library
 Name:          ruby-yajl
 Version:       1.1.0
-Release:       1
+Release:       2
 License:       MIT
 Group:         Development/Languages
 Source0:       %{rbname}-%{version}.gem
@@ -11,10 +11,12 @@ URL:                http://rdoc.info/github/brianmario/yajl-ruby
 BuildRequires: rpm-rubyprov
 BuildRequires: rpmbuild(macros) >= 1.656
 BuildRequires: ruby-devel
-Requires:      ruby-activesupport
-Requires:      ruby-json
-Requires:      ruby-rake-compiler >= 0.7.5
-Requires:      ruby-rspec >= 2.0.0
+%if %{with tests}
+BuildRequires: ruby-activesupport
+BuildRequires: ruby-json
+BuildRequires: ruby-rake-compiler >= 0.7.5
+BuildRequires: ruby-rspec >= 2.0.0
+%endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
This page took 0.074713 seconds and 4 git commands to generate.