Accepting request 287077 from home:pluskalm:branches:devel:tools:compiler
- Add gpg signature - Update to 3.0.4: * Fix a compiler warning when no %destructor use $$. * Several portability issues in tests were fixed. OBS-URL: https://build.opensuse.org/request/show/287077 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=42
This commit is contained in:
parent
6b87a9bf78
commit
e8a876eb45
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5940efbdd6b5d80e55ec16a01d2322e2892da21863391049b9b692570649177c
|
|
||||||
size 1971372
|
|
3
bison-3.0.4.tar.xz
Normal file
3
bison-3.0.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a72428c7917bdf9fa93cb8181c971b6e22834125848cf1d03ce10b1bb0716fe1
|
||||||
|
size 1973796
|
7
bison-3.0.4.tar.xz.sig
Normal file
7
bison-3.0.4.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iEYEABECAAYFAlTCU3gACgkQDdyqMnjVJk4b9gCfVqLxw16p7bcjQ2dIaXo/iz9/
|
||||||
|
yRMAnRm8fwB9rwbjvtnjib6L3Pe8owMC
|
||||||
|
=nPY9
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 20 21:14:39 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Add gpg signature
|
||||||
|
- Update to 3.0.4:
|
||||||
|
* Fix a compiler warning when no %destructor use $$.
|
||||||
|
* Several portability issues in tests were fixed.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 22 20:06:50 UTC 2015 - p.drouand@gmail.com
|
Thu Jan 22 20:06:50 UTC 2015 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
617233
bison.keyring
Normal file
617233
bison.keyring
Normal file
File diff suppressed because it is too large
Load Diff
27
bison.spec
27
bison.spec
@ -17,25 +17,27 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: bison
|
Name: bison
|
||||||
BuildRequires: flex
|
Version: 3.0.4
|
||||||
BuildRequires: gcc-c++
|
|
||||||
BuildRequires: xz
|
|
||||||
Requires(pre): %install_info_prereq
|
|
||||||
# bug437293
|
|
||||||
%ifarch ppc64
|
|
||||||
Obsoletes: bison-64bit
|
|
||||||
%endif
|
|
||||||
Version: 3.0.3
|
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The GNU Parser Generator
|
Summary: The GNU Parser Generator
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Url: http://www.gnu.org/software/bison/bison.html
|
Url: http://www.gnu.org/software/bison/bison.html
|
||||||
Source: http://ftp.gnu.org/gnu/bison/bison-%{version}.tar.xz
|
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
|
||||||
Source2: baselibs.conf
|
Source1: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
|
||||||
|
Source2: %{name}.keyring
|
||||||
|
Source3: baselibs.conf
|
||||||
|
BuildRequires: flex
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: xz
|
||||||
Requires: m4
|
Requires: m4
|
||||||
|
Requires(pre): %{install_info_prereq}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: bison-64bit
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Bison is a parser generator similar to yacc(1).
|
Bison is a parser generator similar to yacc(1).
|
||||||
@ -57,7 +59,7 @@ make %{?_smp_mflags}
|
|||||||
make %{?_smp_mflags} check
|
make %{?_smp_mflags} check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||||
%find_lang %{name} --all-name
|
%find_lang %{name} --all-name
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -75,6 +77,7 @@ make %{?_smp_mflags} check
|
|||||||
%{_mandir}/man1/yacc.1.gz
|
%{_mandir}/man1/yacc.1.gz
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user