2014-08-22 12:49:40 +00:00
|
|
|
#
|
|
|
|
# spec file for package perl-Verilog-Perl
|
|
|
|
#
|
2022-09-08 19:47:13 +00:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2014-08-22 12:49:40 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
Accepting request 640259 from devel:languages:perl:autoupdate
- updated to 3.454
* Verilog::Language 3.454 2018-08-21
**** Support parsing around Cadence protected meta-comments.
**** Fix define argument stringification (`"), broke since 3.446. [Joe DErrico]
**** Fix to ignore Unicode UTF-8 BOM sequences, msg2576. [HyungKi Jeong]
- updated to 3.452
see /usr/share/doc/packages/perl-Verilog-Perl/Changes
* Verilog::Language 3.452 2018-04-12
**** Fix parsing "output signed" in V2K port list, msg2540. [James Jung]
**** Fix GLIBC assertion failure, bug1299. [Filipe Rosset]
* Verilog::Language 3.450 2018-03-12
** Support SystemVerilog 1800-2017.
** Moving forward, use the git "stable" branch to track the latest release,
and git "v#.###" tags for specific releases.
- updated to 3.448
see /usr/share/doc/packages/perl-Verilog-Perl/Changes
* Verilog::Language 3.448 2018-01-02
**** Workaround comment bug in flex 2.6.4, bug1252. [Rob Stoddard]
* Verilog::Language 3.446 2017-11-08
**** Fix `` expansion of `defines, bug1225, bug1227, bug1228. [Odd Magne Reitan]
* Verilog::Language 3.444 2017-09-21
**** Fix replication handling error, bug1205. [Leon Medpum]
**** Fix compile error on MAC OS X/clang 8.1.0, msg2337. [Kunal Bansal]
* Verilog::Language 3.442 2017-09-08
**** Fix new concatenation handling error, bug1200. [by Stefan Tauner]
**** Fix unreferenced scalar warning, bug1200. [by Stefan Tauner]
* Verilog::Language 3.440 2017-08-31
** Support for buses and concats in Netlist, msg1626. [by Stefan Tauner]
** Support pragma protect begin_protected/end_protected, msg2313. [George Cuan]
* Verilog::Language 3.430 2017-07-24
** Support Verilog::SigParser pin select parsing, msg1626. [by Stefan Tauner]
* Verilog::Language 3.426 2017-06-06
**** Fix lineno with class callbacks, bug1162. [Dave Storrar]
* Verilog::Language 3.423 2017-04-26
**** Fix tests '.' for Perl 5.26.0, rt121025. [Dan Collins]
* Verilog::Language 3.422 2016-11-24
**** Add additional tests, msg1982. [by Stefan Tauner]
**** Fix passing enum types in SigParser, bug1107. [by Lalit Chhabra]
* Verilog::Language 3.420 2016-07-30
*** Add vhier --skiplist option. [John Busco]
**** Fix duplicate cells when delete cells, bug1049. [by Stefan Tauner]
**** Fix core dump on Storable store/retrieve, bug1063. [G Aydos]
* Verilog::Language 3.418 2016-02-02
**** Fix Flex 2.6.0 warnings.
* Verilog::Language 3.416 2015-10-02
**** Fix dumpcheck test false failures, bug939. [Gene Sullivan]
**** Fix vrename missing first quote symbol msg1684. [Josef Wells]
* Verilog::Language 3.414 2015-06-26
**** Add Parser useProtected argument to aid runtime, bug899. [Corey Teffetalor]
**** Fix Preproc loop under Perl-Tk, bug913. [Stefan Tauner]
**** Fix vhier infinite loop on recursive modules.
**** Fix preprocessing stringified newline escapes, bug915. [Anton Rapp]
**** Fix building for Mac 10.10 with Perl 5.18.2, bug923. [S Liu]
**** Fix parsing comments before signal end, bug917. [Raj G, Jeffrey Huynh]
* Verilog::Language 3.412 2015-03-16
**** Fix len error in 3.410, bug896. [Jon Nall]
* Verilog::Language 3.410 2015-03-14
**** Fix non-ANSI modport instantiations, bug868. [Kevin Thompson]
**** Fix extra text in delay-number callback, bug893. [Greg Waters]
**** Fix virtual modport without interface in classes, bug778. [Jon Nall]
* Verilog::Language 3.408 2014-11-15
*** Fix +define+A+B to define A and B to match other simulators, bug847. [Adam Krolnik]
*** Show old and new value when redefining a define, bug846. [Adam Krolnik]
**** Fix loss of trireg on output signals, msg1491. [Matt Lanahan]
**** Fix quoted comment slashes in defines, bug845. [Adam Krolnik]
* Verilog::Language 3.406 2014-09-21
*** Add Verilog::Preproc->parent() method, bug813. [Ed Carstens]
*** Add Verilog::Netlist::File->preproc() method, bug813. [Ed Carstens]
**** Pass CFLAGS/CPPFLAGS for easier packaging, bug786. [Florian Schlichting]
**** Fix width of byte, bug812. [Ed Carstens]
**** Fix interfaces with variable dimension, bug818. [Glen Gibb]
OBS-URL: https://build.opensuse.org/request/show/640259
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Verilog-Perl?expand=0&rev=3
2018-10-06 11:29:27 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-08-22 12:49:40 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2021-04-14 13:03:35 +00:00
|
|
|
%define cpan_name Verilog-Perl
|
2014-08-22 12:49:40 +00:00
|
|
|
Name: perl-Verilog-Perl
|
2022-09-08 19:47:13 +00:00
|
|
|
Version: 3.480
|
2014-08-22 12:49:40 +00:00
|
|
|
Release: 0
|
2019-09-03 09:52:26 +00:00
|
|
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
2022-09-08 19:47:13 +00:00
|
|
|
Summary: Verilog language utilities and parsing
|
2020-10-20 15:00:12 +00:00
|
|
|
URL: https://metacpan.org/release/%{cpan_name}
|
2019-09-03 09:52:26 +00:00
|
|
|
Source0: https://cpan.metacpan.org/authors/id/W/WS/WSNYDER/%{cpan_name}-%{version}.tar.gz
|
|
|
|
Source1: cpanspec.yml
|
2025-08-12 18:18:24 +02:00
|
|
|
Source100: README.md
|
2014-08-22 12:49:40 +00:00
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl-macros
|
|
|
|
BuildRequires: perl(Digest::SHA)
|
|
|
|
BuildRequires: perl(Pod::Usage) >= 1.34
|
|
|
|
Requires: perl(Pod::Usage) >= 1.34
|
|
|
|
%{perl_requires}
|
2019-09-03 09:52:26 +00:00
|
|
|
# MANUAL BEGIN
|
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
# MANUAL END
|
2014-08-22 12:49:40 +00:00
|
|
|
|
|
|
|
%description
|
2019-09-03 09:52:26 +00:00
|
|
|
Verilog language utilities and parsing
|
2014-08-22 12:49:40 +00:00
|
|
|
|
|
|
|
%prep
|
2021-04-14 13:03:35 +00:00
|
|
|
%autosetup -n %{cpan_name}-%{version}
|
2020-01-09 13:03:47 +00:00
|
|
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
2014-08-22 12:49:40 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
2021-04-14 13:03:35 +00:00
|
|
|
%make_build
|
2014-08-22 12:49:40 +00:00
|
|
|
|
|
|
|
%check
|
|
|
|
make test
|
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
|
|
|
%perl_process_packlist
|
Accepting request 640259 from devel:languages:perl:autoupdate
- updated to 3.454
* Verilog::Language 3.454 2018-08-21
**** Support parsing around Cadence protected meta-comments.
**** Fix define argument stringification (`"), broke since 3.446. [Joe DErrico]
**** Fix to ignore Unicode UTF-8 BOM sequences, msg2576. [HyungKi Jeong]
- updated to 3.452
see /usr/share/doc/packages/perl-Verilog-Perl/Changes
* Verilog::Language 3.452 2018-04-12
**** Fix parsing "output signed" in V2K port list, msg2540. [James Jung]
**** Fix GLIBC assertion failure, bug1299. [Filipe Rosset]
* Verilog::Language 3.450 2018-03-12
** Support SystemVerilog 1800-2017.
** Moving forward, use the git "stable" branch to track the latest release,
and git "v#.###" tags for specific releases.
- updated to 3.448
see /usr/share/doc/packages/perl-Verilog-Perl/Changes
* Verilog::Language 3.448 2018-01-02
**** Workaround comment bug in flex 2.6.4, bug1252. [Rob Stoddard]
* Verilog::Language 3.446 2017-11-08
**** Fix `` expansion of `defines, bug1225, bug1227, bug1228. [Odd Magne Reitan]
* Verilog::Language 3.444 2017-09-21
**** Fix replication handling error, bug1205. [Leon Medpum]
**** Fix compile error on MAC OS X/clang 8.1.0, msg2337. [Kunal Bansal]
* Verilog::Language 3.442 2017-09-08
**** Fix new concatenation handling error, bug1200. [by Stefan Tauner]
**** Fix unreferenced scalar warning, bug1200. [by Stefan Tauner]
* Verilog::Language 3.440 2017-08-31
** Support for buses and concats in Netlist, msg1626. [by Stefan Tauner]
** Support pragma protect begin_protected/end_protected, msg2313. [George Cuan]
* Verilog::Language 3.430 2017-07-24
** Support Verilog::SigParser pin select parsing, msg1626. [by Stefan Tauner]
* Verilog::Language 3.426 2017-06-06
**** Fix lineno with class callbacks, bug1162. [Dave Storrar]
* Verilog::Language 3.423 2017-04-26
**** Fix tests '.' for Perl 5.26.0, rt121025. [Dan Collins]
* Verilog::Language 3.422 2016-11-24
**** Add additional tests, msg1982. [by Stefan Tauner]
**** Fix passing enum types in SigParser, bug1107. [by Lalit Chhabra]
* Verilog::Language 3.420 2016-07-30
*** Add vhier --skiplist option. [John Busco]
**** Fix duplicate cells when delete cells, bug1049. [by Stefan Tauner]
**** Fix core dump on Storable store/retrieve, bug1063. [G Aydos]
* Verilog::Language 3.418 2016-02-02
**** Fix Flex 2.6.0 warnings.
* Verilog::Language 3.416 2015-10-02
**** Fix dumpcheck test false failures, bug939. [Gene Sullivan]
**** Fix vrename missing first quote symbol msg1684. [Josef Wells]
* Verilog::Language 3.414 2015-06-26
**** Add Parser useProtected argument to aid runtime, bug899. [Corey Teffetalor]
**** Fix Preproc loop under Perl-Tk, bug913. [Stefan Tauner]
**** Fix vhier infinite loop on recursive modules.
**** Fix preprocessing stringified newline escapes, bug915. [Anton Rapp]
**** Fix building for Mac 10.10 with Perl 5.18.2, bug923. [S Liu]
**** Fix parsing comments before signal end, bug917. [Raj G, Jeffrey Huynh]
* Verilog::Language 3.412 2015-03-16
**** Fix len error in 3.410, bug896. [Jon Nall]
* Verilog::Language 3.410 2015-03-14
**** Fix non-ANSI modport instantiations, bug868. [Kevin Thompson]
**** Fix extra text in delay-number callback, bug893. [Greg Waters]
**** Fix virtual modport without interface in classes, bug778. [Jon Nall]
* Verilog::Language 3.408 2014-11-15
*** Fix +define+A+B to define A and B to match other simulators, bug847. [Adam Krolnik]
*** Show old and new value when redefining a define, bug846. [Adam Krolnik]
**** Fix loss of trireg on output signals, msg1491. [Matt Lanahan]
**** Fix quoted comment slashes in defines, bug845. [Adam Krolnik]
* Verilog::Language 3.406 2014-09-21
*** Add Verilog::Preproc->parent() method, bug813. [Ed Carstens]
*** Add Verilog::Netlist::File->preproc() method, bug813. [Ed Carstens]
**** Pass CFLAGS/CPPFLAGS for easier packaging, bug786. [Florian Schlichting]
**** Fix width of byte, bug812. [Ed Carstens]
**** Fix interfaces with variable dimension, bug818. [Glen Gibb]
OBS-URL: https://build.opensuse.org/request/show/640259
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Verilog-Perl?expand=0&rev=3
2018-10-06 11:29:27 +00:00
|
|
|
%perl_gen_filelist
|
2014-08-22 12:49:40 +00:00
|
|
|
|
Accepting request 640259 from devel:languages:perl:autoupdate
- updated to 3.454
* Verilog::Language 3.454 2018-08-21
**** Support parsing around Cadence protected meta-comments.
**** Fix define argument stringification (`"), broke since 3.446. [Joe DErrico]
**** Fix to ignore Unicode UTF-8 BOM sequences, msg2576. [HyungKi Jeong]
- updated to 3.452
see /usr/share/doc/packages/perl-Verilog-Perl/Changes
* Verilog::Language 3.452 2018-04-12
**** Fix parsing "output signed" in V2K port list, msg2540. [James Jung]
**** Fix GLIBC assertion failure, bug1299. [Filipe Rosset]
* Verilog::Language 3.450 2018-03-12
** Support SystemVerilog 1800-2017.
** Moving forward, use the git "stable" branch to track the latest release,
and git "v#.###" tags for specific releases.
- updated to 3.448
see /usr/share/doc/packages/perl-Verilog-Perl/Changes
* Verilog::Language 3.448 2018-01-02
**** Workaround comment bug in flex 2.6.4, bug1252. [Rob Stoddard]
* Verilog::Language 3.446 2017-11-08
**** Fix `` expansion of `defines, bug1225, bug1227, bug1228. [Odd Magne Reitan]
* Verilog::Language 3.444 2017-09-21
**** Fix replication handling error, bug1205. [Leon Medpum]
**** Fix compile error on MAC OS X/clang 8.1.0, msg2337. [Kunal Bansal]
* Verilog::Language 3.442 2017-09-08
**** Fix new concatenation handling error, bug1200. [by Stefan Tauner]
**** Fix unreferenced scalar warning, bug1200. [by Stefan Tauner]
* Verilog::Language 3.440 2017-08-31
** Support for buses and concats in Netlist, msg1626. [by Stefan Tauner]
** Support pragma protect begin_protected/end_protected, msg2313. [George Cuan]
* Verilog::Language 3.430 2017-07-24
** Support Verilog::SigParser pin select parsing, msg1626. [by Stefan Tauner]
* Verilog::Language 3.426 2017-06-06
**** Fix lineno with class callbacks, bug1162. [Dave Storrar]
* Verilog::Language 3.423 2017-04-26
**** Fix tests '.' for Perl 5.26.0, rt121025. [Dan Collins]
* Verilog::Language 3.422 2016-11-24
**** Add additional tests, msg1982. [by Stefan Tauner]
**** Fix passing enum types in SigParser, bug1107. [by Lalit Chhabra]
* Verilog::Language 3.420 2016-07-30
*** Add vhier --skiplist option. [John Busco]
**** Fix duplicate cells when delete cells, bug1049. [by Stefan Tauner]
**** Fix core dump on Storable store/retrieve, bug1063. [G Aydos]
* Verilog::Language 3.418 2016-02-02
**** Fix Flex 2.6.0 warnings.
* Verilog::Language 3.416 2015-10-02
**** Fix dumpcheck test false failures, bug939. [Gene Sullivan]
**** Fix vrename missing first quote symbol msg1684. [Josef Wells]
* Verilog::Language 3.414 2015-06-26
**** Add Parser useProtected argument to aid runtime, bug899. [Corey Teffetalor]
**** Fix Preproc loop under Perl-Tk, bug913. [Stefan Tauner]
**** Fix vhier infinite loop on recursive modules.
**** Fix preprocessing stringified newline escapes, bug915. [Anton Rapp]
**** Fix building for Mac 10.10 with Perl 5.18.2, bug923. [S Liu]
**** Fix parsing comments before signal end, bug917. [Raj G, Jeffrey Huynh]
* Verilog::Language 3.412 2015-03-16
**** Fix len error in 3.410, bug896. [Jon Nall]
* Verilog::Language 3.410 2015-03-14
**** Fix non-ANSI modport instantiations, bug868. [Kevin Thompson]
**** Fix extra text in delay-number callback, bug893. [Greg Waters]
**** Fix virtual modport without interface in classes, bug778. [Jon Nall]
* Verilog::Language 3.408 2014-11-15
*** Fix +define+A+B to define A and B to match other simulators, bug847. [Adam Krolnik]
*** Show old and new value when redefining a define, bug846. [Adam Krolnik]
**** Fix loss of trireg on output signals, msg1491. [Matt Lanahan]
**** Fix quoted comment slashes in defines, bug845. [Adam Krolnik]
* Verilog::Language 3.406 2014-09-21
*** Add Verilog::Preproc->parent() method, bug813. [Ed Carstens]
*** Add Verilog::Netlist::File->preproc() method, bug813. [Ed Carstens]
**** Pass CFLAGS/CPPFLAGS for easier packaging, bug786. [Florian Schlichting]
**** Fix width of byte, bug812. [Ed Carstens]
**** Fix interfaces with variable dimension, bug818. [Glen Gibb]
OBS-URL: https://build.opensuse.org/request/show/640259
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Verilog-Perl?expand=0&rev=3
2018-10-06 11:29:27 +00:00
|
|
|
%files -f %{name}.files
|
2019-09-03 09:52:26 +00:00
|
|
|
%doc Changes README vhier vpassert vppreproc vrename vsplitmodule
|
Accepting request 640259 from devel:languages:perl:autoupdate
- updated to 3.454
* Verilog::Language 3.454 2018-08-21
**** Support parsing around Cadence protected meta-comments.
**** Fix define argument stringification (`"), broke since 3.446. [Joe DErrico]
**** Fix to ignore Unicode UTF-8 BOM sequences, msg2576. [HyungKi Jeong]
- updated to 3.452
see /usr/share/doc/packages/perl-Verilog-Perl/Changes
* Verilog::Language 3.452 2018-04-12
**** Fix parsing "output signed" in V2K port list, msg2540. [James Jung]
**** Fix GLIBC assertion failure, bug1299. [Filipe Rosset]
* Verilog::Language 3.450 2018-03-12
** Support SystemVerilog 1800-2017.
** Moving forward, use the git "stable" branch to track the latest release,
and git "v#.###" tags for specific releases.
- updated to 3.448
see /usr/share/doc/packages/perl-Verilog-Perl/Changes
* Verilog::Language 3.448 2018-01-02
**** Workaround comment bug in flex 2.6.4, bug1252. [Rob Stoddard]
* Verilog::Language 3.446 2017-11-08
**** Fix `` expansion of `defines, bug1225, bug1227, bug1228. [Odd Magne Reitan]
* Verilog::Language 3.444 2017-09-21
**** Fix replication handling error, bug1205. [Leon Medpum]
**** Fix compile error on MAC OS X/clang 8.1.0, msg2337. [Kunal Bansal]
* Verilog::Language 3.442 2017-09-08
**** Fix new concatenation handling error, bug1200. [by Stefan Tauner]
**** Fix unreferenced scalar warning, bug1200. [by Stefan Tauner]
* Verilog::Language 3.440 2017-08-31
** Support for buses and concats in Netlist, msg1626. [by Stefan Tauner]
** Support pragma protect begin_protected/end_protected, msg2313. [George Cuan]
* Verilog::Language 3.430 2017-07-24
** Support Verilog::SigParser pin select parsing, msg1626. [by Stefan Tauner]
* Verilog::Language 3.426 2017-06-06
**** Fix lineno with class callbacks, bug1162. [Dave Storrar]
* Verilog::Language 3.423 2017-04-26
**** Fix tests '.' for Perl 5.26.0, rt121025. [Dan Collins]
* Verilog::Language 3.422 2016-11-24
**** Add additional tests, msg1982. [by Stefan Tauner]
**** Fix passing enum types in SigParser, bug1107. [by Lalit Chhabra]
* Verilog::Language 3.420 2016-07-30
*** Add vhier --skiplist option. [John Busco]
**** Fix duplicate cells when delete cells, bug1049. [by Stefan Tauner]
**** Fix core dump on Storable store/retrieve, bug1063. [G Aydos]
* Verilog::Language 3.418 2016-02-02
**** Fix Flex 2.6.0 warnings.
* Verilog::Language 3.416 2015-10-02
**** Fix dumpcheck test false failures, bug939. [Gene Sullivan]
**** Fix vrename missing first quote symbol msg1684. [Josef Wells]
* Verilog::Language 3.414 2015-06-26
**** Add Parser useProtected argument to aid runtime, bug899. [Corey Teffetalor]
**** Fix Preproc loop under Perl-Tk, bug913. [Stefan Tauner]
**** Fix vhier infinite loop on recursive modules.
**** Fix preprocessing stringified newline escapes, bug915. [Anton Rapp]
**** Fix building for Mac 10.10 with Perl 5.18.2, bug923. [S Liu]
**** Fix parsing comments before signal end, bug917. [Raj G, Jeffrey Huynh]
* Verilog::Language 3.412 2015-03-16
**** Fix len error in 3.410, bug896. [Jon Nall]
* Verilog::Language 3.410 2015-03-14
**** Fix non-ANSI modport instantiations, bug868. [Kevin Thompson]
**** Fix extra text in delay-number callback, bug893. [Greg Waters]
**** Fix virtual modport without interface in classes, bug778. [Jon Nall]
* Verilog::Language 3.408 2014-11-15
*** Fix +define+A+B to define A and B to match other simulators, bug847. [Adam Krolnik]
*** Show old and new value when redefining a define, bug846. [Adam Krolnik]
**** Fix loss of trireg on output signals, msg1491. [Matt Lanahan]
**** Fix quoted comment slashes in defines, bug845. [Adam Krolnik]
* Verilog::Language 3.406 2014-09-21
*** Add Verilog::Preproc->parent() method, bug813. [Ed Carstens]
*** Add Verilog::Netlist::File->preproc() method, bug813. [Ed Carstens]
**** Pass CFLAGS/CPPFLAGS for easier packaging, bug786. [Florian Schlichting]
**** Fix width of byte, bug812. [Ed Carstens]
**** Fix interfaces with variable dimension, bug818. [Glen Gibb]
OBS-URL: https://build.opensuse.org/request/show/640259
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Verilog-Perl?expand=0&rev=3
2018-10-06 11:29:27 +00:00
|
|
|
%license COPYING
|
2014-08-22 12:49:40 +00:00
|
|
|
|
|
|
|
%changelog
|