]> git.pld-linux.org Git - packages/ruby-cucumber.git/commitdiff
do not generate python deps auto/th/ruby-cucumber-1.2.1-3
authorElan Ruusamäe <glen@delfi.ee>
Wed, 13 Aug 2014 14:54:09 +0000 (17:54 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 13 Aug 2014 14:54:09 +0000 (17:54 +0300)
ruby-cucumber.spec

index adcb62404bd0dd772e25a86bf6c881bc3b4b8093..ac6759cf111e4023d5f06b4be37f715cefaac3e8 100644 (file)
@@ -4,7 +4,7 @@
 Summary:       Tool to execute plain-text documents as functional tests
 Name:          ruby-%{pkgname}
 Version:       1.2.1
-Release:       2
+Release:       3
 License:       MIT
 Group:         Development/Languages
 Source0:       http://rubygems.org/downloads/%{pkgname}-%{version}.gem
@@ -21,6 +21,9 @@ Requires:     ruby-json >= 1.4.6
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# do not generate python dependency, py_support is optional
+%define                _noautoreqfiles %{ruby_vendorlibdir}/cucumber/py_support
+
 %description
 Cucumber lets software development teams describe how software should
 behave in plain text. The text is written in a business-readable
@@ -49,8 +52,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README.md History.md LICENSE
 %attr(755,root,root) %{_bindir}/cucumber
-%{ruby_vendorlibdir}/%{pkgname}.rb
-%{ruby_vendorlibdir}/%{pkgname}
+%{ruby_vendorlibdir}/cucumber.rb
+%{ruby_vendorlibdir}/cucumber
 
 %{ruby_vendorlibdir}/autotest/cucumber.rb
 %{ruby_vendorlibdir}/autotest/cucumber_mixin.rb
This page took 0.11519 seconds and 4 git commands to generate.