From 69b697d1ad9638d46b6ef43c9abbd6382cfadd65 Mon Sep 17 00:00:00 2001 From: Jochen Schmitt Date: Sat, 12 Jun 2010 18:57:55 +0000 Subject: [PATCH] Exclude all perl related req. caused by the examokles --- highlight.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/highlight.spec b/highlight.spec index dad539c..b9f1d58 100644 --- a/highlight.spec +++ b/highlight.spec @@ -1,7 +1,7 @@ Name: highlight Summary: Universal source code to formatted text converter Version: 3.0 -Release: 0.1%{?dist} +Release: 0.2%{?dist} Group: Development/Tools License: GPLv3 @@ -46,10 +46,10 @@ __EOF__ %define __perl_provides %{_builddir}/%{name}-%{version}-beta/%{name}-perl.prov chmod +x %{__perl_provides} -# Requires: exclude perl(IPC::Open3) from example +# Requires: exclude all perl related req. from example cat <<__EOF__ > %{name}-perl.req #!/bin/sh -/usr/lib/rpm/perl.req \$* | grep -v '^perl(IPC::Open3)$' +/usr/lib/rpm/perl.req \$* | grep -v '^perl(' __EOF__ %define __perl_requires %{_builddir}/%{name}-%{version}-beta/%{name}-perl.req chmod +x %{__perl_requires} @@ -102,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/highlight.xpm %changelog +* Sat Jun 12 2010 Jochen Schmitt 3.0-0.2 +- Exclude all perl related req. caused by the examples + * Thu Jun 10 2010 Jochen Schmitt 3.0-0.1 - New upstream release (beta)