forked from pool/perl-Verilog-Perl
Accepting request 727960 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/727960 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Verilog-Perl?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e14b66bfc40f63be02d822036779faddc86f9277734c8e5c7cf56f7e8e9aaab
|
||||
size 590151
|
3
Verilog-Perl-3.466.tar.gz
Normal file
3
Verilog-Perl-3.466.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52d045eea94fda9c38d2a510e8b2af7ac8c51f44654c921772cbe2d777c99c7d
|
||||
size 593778
|
30
cpanspec.yml
Normal file
30
cpanspec.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
preamble: |-
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 31 00:05:16 UTC 2019 - Tina Mueller <tina.mueller@suse.com>
|
||||
|
||||
- Add bison, flex and gcc requirements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 05:35:49 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 3.466
|
||||
see /usr/share/doc/packages/perl-Verilog-Perl/Changes
|
||||
|
||||
* Verilog::Language 3.466 2019-05-04
|
||||
|
||||
**** Fix Mac OS-X Perl 5.26.3 issues, bug1428. [Jack Langsdorf]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 2 05:40:34 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 3.464
|
||||
see /usr/share/doc/packages/perl-Verilog-Perl/Changes
|
||||
|
||||
* Verilog::Language 3.464 2019-05-01
|
||||
|
||||
**** Fix vrename with escaped names, bug1420. [Kerry Imming]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 10 05:31:42 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 3.462
|
||||
see /usr/share/doc/packages/perl-Verilog-Perl/Changes
|
||||
|
||||
* Verilog::Language 3.462 2019-04-09
|
||||
|
||||
*** Fix legacy $pin->netlist accessor.
|
||||
|
||||
*** Fix nettype declarations, msg2931. [Andreas Sunardi]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 07:43:46 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 3.460
|
||||
see /usr/share/doc/packages/perl-Verilog-Perl/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 6 13:16:01 UTC 2018 - Dirk Stöcker <opensuse@dstoecker.de>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user