forked from pool/bison
Accepting request 287300 from devel:tools:compiler
1 OBS-URL: https://build.opensuse.org/request/show/287300 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bison?expand=0&rev=33
This commit is contained in:
commit
962af58e8e
@ -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
|
||||
|
||||
|
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
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: xz
|
||||
Requires(pre): %install_info_prereq
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: bison-64bit
|
||||
%endif
|
||||
Version: 3.0.3
|
||||
Version: 3.0.4
|
||||
Release: 0
|
||||
Summary: The GNU Parser Generator
|
||||
License: GPL-3.0+
|
||||
Group: Development/Languages/C and C++
|
||||
Url: http://www.gnu.org/software/bison/bison.html
|
||||
Source: http://ftp.gnu.org/gnu/bison/bison-%{version}.tar.xz
|
||||
Source2: baselibs.conf
|
||||
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
|
||||
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(pre): %{install_info_prereq}
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: bison-64bit
|
||||
%endif
|
||||
|
||||
%description
|
||||
Bison is a parser generator similar to yacc(1).
|
||||
@ -57,7 +59,7 @@ make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} check
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||
%find_lang %{name} --all-name
|
||||
|
||||
%files
|
||||
@ -75,6 +77,7 @@ make %{?_smp_mflags} check
|
||||
%{_mandir}/man1/yacc.1.gz
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
|
||||
%post
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
Loading…
Reference in New Issue
Block a user