From 076bde3a0c5cc86207086a81aadb7fcbb56fdbf3 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 25 Nov 2013 16:54:11 -0700 Subject: filter test/doc files from auto-requires --- rubygem-unicorn.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rubygem-unicorn.spec b/rubygem-unicorn.spec index 91a439d..ddc3ed2 100644 --- a/rubygem-unicorn.spec +++ b/rubygem-unicorn.spec @@ -36,6 +36,9 @@ BuildRequires: ragel ExcludeArch: ppc ppc64 Provides: rubygem(%{gem_name}) = %{version} +# Do not autorequire shebangs in the -doc subpackage +%global __requires_exclude_from ^%{gem_instdir}/(t|test|script|examples)/.*$ + %description Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of -- cgit