rpms/highlight/devel highlight.spec,1.56,1.57

Jochen Schmitt s4504kr at fedoraproject.org
Sat Jun 12 18:57:55 UTC 2010


Author: s4504kr

Update of /cvs/pkgs/rpms/highlight/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12889

Modified Files:
	highlight.spec 
Log Message:
Exclude all perl related req. caused by the examokles


Index: highlight.spec
===================================================================
RCS file: /cvs/pkgs/rpms/highlight/devel/highlight.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -p -r1.56 -r1.57
--- highlight.spec	10 Jun 2010 15:59:39 -0000	1.56
+++ highlight.spec	12 Jun 2010 18:57:55 -0000	1.57
@@ -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 <Jochen herr-schmitt de> 3.0-0.2
+- Exclude all perl related req. caused by the examples
+
 * Thu Jun 10 2010 Jochen Schmitt <Jochen herr-schmitt de> 3.0-0.1
 - New upstream release (beta)
 



More information about the scm-commits mailing list