This commit is contained in:
parent
35b4aeb0fb
commit
277a8d80cd
@ -29,7 +29,8 @@
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
# ## used by gem2rpm
|
||||
# :sources:
|
||||
:sources:
|
||||
- rubygem-rdiscount-rpmlintrc
|
||||
# - foo.desktop
|
||||
# - bar.desktop
|
||||
# :gem_install_args: '....'
|
||||
|
1
rubygem-rdiscount-rpmlintrc
Normal file
1
rubygem-rdiscount-rpmlintrc
Normal file
@ -0,0 +1 @@
|
||||
addFilter("devel-file-in-non-devel-package")
|
@ -34,11 +34,9 @@ Conflicts: ruby = 1.9.2
|
||||
# and ">" operators. Otherwise it won't build.
|
||||
# This is a manual hack until the != operator for ruby gets correctly
|
||||
# translated by gem2rpm
|
||||
#BuildRequires: ruby-devel > 1.9.2
|
||||
# /MANUAL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: ruby-macros >= 5
|
||||
#BuildRequires: %{rubydevel < 1.9.2}
|
||||
BuildRequires: %{rubydevel > 1.9.2}
|
||||
BuildRequires: %{rubygem gem2rpm}
|
||||
BuildRequires: update-alternatives
|
||||
|
Loading…
Reference in New Issue
Block a user