[perl-Hardware-Vhdl-Lexer] Own directories to drop wrong dependency

Petr Pisar ppisar at fedoraproject.org
Thu Jun 14 08:05:56 UTC 2012


commit 9e766adedf78b07e203271213f9c95c47c4789a5
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Jun 14 09:57:27 2012 +0200

    Own directories to drop wrong dependency

 perl-Hardware-Vhdl-Lexer.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/perl-Hardware-Vhdl-Lexer.spec b/perl-Hardware-Vhdl-Lexer.spec
index a565c29..1a6611f 100644
--- a/perl-Hardware-Vhdl-Lexer.spec
+++ b/perl-Hardware-Vhdl-Lexer.spec
@@ -1,6 +1,6 @@
 Name:           perl-Hardware-Vhdl-Lexer
 Version:        1.00
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        Split VHDL code into lexical tokens
 License:        GPL+ or Artistic
 
@@ -21,9 +21,6 @@ BuildRequires:  perl(Test::Pod)
 Requires:       perl(Readonly) >= 1.03
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-# %%dir %%{perl_vendorlib}/Hardware/Vhdl/ is owned by perl-Hardware-Vhdl-Parser
-Requires:       perl-Hardware-Vhdl-Parser
-
 
 %description
 Hardware::Vhdl::Lexer splits VHDL code into lexical tokens. To use it, you
@@ -81,10 +78,13 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{perl_vendorlib}/Hardware/Vhdl/Lexer.pm
+%{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 14 2012 Petr Pisar <ppisar at redhat.com> - 1.00-12
+- Own directories to drop wrong dependency
+
 * Wed Jun 13 2012 Petr Pisar <ppisar at redhat.com> - 1.00-11
 - Perl 5.16 rebuild
 


More information about the scm-commits mailing list