8
0

Accepting request 727350 from devel:languages:perl:autoupdate

Automatic update
Add bison, flex, gcc dependencies

OBS-URL: https://build.opensuse.org/request/show/727350
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Verilog-Perl?expand=0&rev=5
This commit is contained in:
2019-09-03 09:52:26 +00:00
committed by Git OBS Bridge
parent dc468d7d1d
commit 0697c3ace4
5 changed files with 88 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Verilog-Perl
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,16 @@
Name: perl-Verilog-Perl
Version: 3.454
Version: 3.466
Release: 0
%define cpan_name Verilog-Perl
Summary: Verilog language utilities and parsing
License: Artistic-2.0 or LGPL-3.0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/W/WS/WSNYDER/%{cpan_name}-%{version}.tgz
Source0: https://cpan.metacpan.org/authors/id/W/WS/WSNYDER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bison
BuildRequires: flex
BuildRequires: gcc-c++
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Digest::SHA)
@@ -36,9 +34,14 @@ BuildRequires: perl(Pod::Usage) >= 1.34
Requires: perl(Digest::SHA)
Requires: perl(Pod::Usage) >= 1.34
%{perl_requires}
# MANUAL BEGIN
BuildRequires: bison
BuildRequires: flex
BuildRequires: gcc-c++
# MANUAL END
%description
The Verilog-Perl library is a building point for Verilog support in the Perl language.
Verilog language utilities and parsing
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -58,7 +61,7 @@ make test
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%doc Changes README vhier vpassert vppreproc vrename vsplitmodule
%license COPYING
%changelog