forked from pool/bison
Accepting request 160402 from devel:tools:compiler
- Added url as source. Please see http://en.opensuse.org/SourceUrls (forwarded request 160386 from m_meister) OBS-URL: https://build.opensuse.org/request/show/160402 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bison?expand=0&rev=25
This commit is contained in:
commit
cd1c2d7145
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 07:52:06 UTC 2013 - mmeister@suse.com
|
||||
|
||||
- Added url as source.
|
||||
Please see http://en.opensuse.org/SourceUrls
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 06:11:30 UTC 2013 - adrian@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bison
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products 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,8 +17,9 @@
|
||||
|
||||
|
||||
Name: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: xz flex
|
||||
BuildRequires: xz
|
||||
Requires(pre): %install_info_prereq
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
@ -30,7 +31,7 @@ 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: bison-%{version}.tar.xz
|
||||
Source: http://ftp.gnu.org/gnu/bison/bison-%{version}.tar.xz
|
||||
Source2: baselibs.conf
|
||||
Requires: m4
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user