This commit is contained in:
parent
b2a594754e
commit
7422d089e4
4
rubygem-eventmachine.rpmlintrc
Normal file
4
rubygem-eventmachine.rpmlintrc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# we package gems as it would have been installed via gem. so we also ship the source code
|
||||||
|
addFilter("devel-file-in-non-devel-package")
|
||||||
|
# using fdupes on gems breaks the debuginfo package
|
||||||
|
addFilter("files-duplicated-waste")
|
@ -21,12 +21,13 @@ License: GPL
|
|||||||
#
|
#
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: rubygems_with_buildroot_patch
|
BuildRequires: rubygems_with_buildroot_patch
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++ openssl-devel
|
||||||
Requires: rubygems >= 0.9
|
Requires: rubygems >= 0.9
|
||||||
#
|
#
|
||||||
Url: http://rubyeventmachine.com/
|
Url: http://rubyeventmachine.com/
|
||||||
# http://rubyforge.org/projects/eventmachine
|
# http://rubyforge.org/projects/eventmachine
|
||||||
Source: http://rubyforge.org/frs/download.php/37853/eventmachine-0.12.0.gem
|
Source: http://rubyforge.org/frs/download.php/37853/eventmachine-0.12.0.gem
|
||||||
|
Source1: rubygem-eventmachine.rpmlintrc
|
||||||
#
|
#
|
||||||
Summary: Ruby/EventMachine socket engine library
|
Summary: Ruby/EventMachine socket engine library
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user