Marcus Rückert 2008-08-26 15:48:44 +00:00 committed by Git OBS Bridge
parent b2a594754e
commit 7422d089e4
2 changed files with 6 additions and 1 deletions

View 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")

View File

@ -21,12 +21,13 @@ License: GPL
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: rubygems_with_buildroot_patch
BuildRequires: gcc-c++
BuildRequires: gcc-c++ openssl-devel
Requires: rubygems >= 0.9
#
Url: http://rubyeventmachine.com/
# http://rubyforge.org/projects/eventmachine
Source: http://rubyforge.org/frs/download.php/37853/eventmachine-0.12.0.gem
Source1: rubygem-eventmachine.rpmlintrc
#
Summary: Ruby/EventMachine socket engine library
%description