forked from pool/byacc
- Update to version 20180609:
* See attached CHANGES for complete list of changes OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/byacc?expand=0&rev=27
This commit is contained in:
parent
b79d82d455
commit
14649bf408
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:44cb43306c0f1e7b8539025fb02120261488d872969c8aa658bd50b0a5467299
|
|
||||||
size 742536
|
|
@ -1,8 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1.4.12 (GNU/Linux)
|
|
||||||
Comment: See http://invisible-island.net/public/public.html for info
|
|
||||||
|
|
||||||
iEYEABECAAYFAlkGgS4ACgkQcCNT4PfkjttyowCaA/y9xMPQEyzZzrI1e7tPLBJ9
|
|
||||||
oVkAnisyFlE6RNPVs33Q4Uw0LQST6jsB
|
|
||||||
=YOna
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
byacc-20180609.tgz
Normal file
3
byacc-20180609.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5bbb0b3ec3da5981a2488383b652499d6c1e0236b47d8bac5fcdfa12954f749c
|
||||||
|
size 745317
|
8
byacc-20180609.tgz.asc
Normal file
8
byacc-20180609.tgz.asc
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
Comment: See https://invisible-island.net/public/public.html for info
|
||||||
|
|
||||||
|
iEYEABECAAYFAlscfLgACgkQcCNT4PfkjtsGWACdFZdlRtaTt+hUtEeLDe4hKNOV
|
||||||
|
vy0An1aRdfMGJXgap6PhB8AK3wCljFL8
|
||||||
|
=tvvL
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 11 07:48:45 UTC 2018 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 20180609:
|
||||||
|
* See attached CHANGES for complete list of changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 5 14:22:46 UTC 2017 - mpluskal@suse.com
|
Mon Jun 5 14:22:46 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
14
byacc.spec
14
byacc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package byacc
|
# spec file for package byacc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2010 Guido Berhoerster.
|
# Copyright (c) 2010 Guido Berhoerster.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,15 +18,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: byacc
|
Name: byacc
|
||||||
Version: 20170430
|
Version: 20180609
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: LALR(1) parser generator
|
Summary: LALR(1) parser generator
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Url: http://invisible-island.net/byacc/byacc.html
|
URL: http://invisible-island.net/byacc/byacc.html
|
||||||
Source0: ftp://invisible-island.net/byacc/byacc-%{version}.tgz
|
Source0: ftp://ftp.invisible-island.net/byacc/byacc-%{version}.tgz
|
||||||
Source1: ftp://invisible-island.net/byacc/byacc-%{version}.tgz.asc
|
Source1: ftp://ftp.invisible-island.net/byacc/byacc-%{version}.tgz.asc
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
|
BuildRequires: groff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Berkeley Yacc is a LALR(1) parser generator. It has been made as compatible as
|
Berkeley Yacc is a LALR(1) parser generator. It has been made as compatible as
|
||||||
@ -52,9 +53,8 @@ make %{?_smp_mflags}
|
|||||||
make %{?_smp_mflags} check
|
make %{?_smp_mflags} check
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NO_WARRANTY NOTES README
|
%doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NO_WARRANTY NOTES README
|
||||||
%{_bindir}/byacc
|
%{_bindir}/byacc
|
||||||
%{_mandir}/man1/byacc.1%{ext_man}
|
%{_mandir}/man1/byacc.1%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user