[perl-GraphViz] Don't provide perl(DB)

Paul Howarth pghmcfc at fedoraproject.org
Tue Apr 19 12:31:45 UTC 2011


commit 7c99abe556e20112005318a982256f4ec1410c73
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Apr 19 13:31:39 2011 +0100

    Don't provide perl(DB)

 perl-GraphViz.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/perl-GraphViz.spec b/perl-GraphViz.spec
index 3689ed4..d2f7d52 100644
--- a/perl-GraphViz.spec
+++ b/perl-GraphViz.spec
@@ -1,6 +1,6 @@
 Name:           perl-GraphViz
 Version:        2.04
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Interface to the GraphViz graphing tool
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -19,6 +19,9 @@ BuildRequires:  perl(Test::Pod)
 Requires:       graphviz
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+# Don't provide perl(DB)
+%global __provides_exclude ^perl\\(DB\\)$
+
 %description
 This module provides an interface to layout and image generation of
 directed and undirected graphs in a variety of formats (PostScript, PNG,
@@ -60,8 +63,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 19 2011 Paul Howarth <paul at city-fan.org> - 2.04-6
+- Don't provide perl(DB)
+
 * Fri Dec 17 2010 Marcela Maslanova <mmaslano at redhat.com> - 2.04-5
-- 661697 rebuild for fixing problems with vendorach/lib
+- Rebuild to fix problems with vendorarch/lib (#661697)
 
 * Sun May 02 2010 Marcela Maslanova <mmaslano at redhat.com> - 2.04-4
 - Mass rebuild with perl-5.12.0


More information about the scm-commits mailing list