- Devel subpackage now provides boost-static, as per Fedora guidelines.
- Resolves: #609599
This commit is contained in:
parent
3430072174
commit
a221417e28
@ -1,7 +1,7 @@
|
|||||||
Summary: A GNU general-purpose parser generator
|
Summary: A GNU general-purpose parser generator
|
||||||
Name: bison
|
Name: bison
|
||||||
Version: 2.4.2
|
Version: 2.4.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.bz2
|
Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.bz2
|
||||||
@ -35,6 +35,7 @@ Bison.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: -ly library for development using Bison-generated parsers
|
Summary: -ly library for development using Bison-generated parsers
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
|
Provides: bison-static = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The bison-devel package contains the -ly library sometimes used by
|
The bison-devel package contains the -ly library sometimes used by
|
||||||
@ -125,6 +126,11 @@ fi
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 1 2010 Petr Machata <pmachata@redhat.com> - 2.4.2-3
|
||||||
|
- Devel subpackage now provides boost-static, as per Fedora
|
||||||
|
guidelines.
|
||||||
|
- Resolves: #609599
|
||||||
|
|
||||||
* Thu Apr 8 2010 Petr Machata <pmachata@redhat.com> - 2.4.2-2
|
* Thu Apr 8 2010 Petr Machata <pmachata@redhat.com> - 2.4.2-2
|
||||||
- Disable the mysteriously failing test no. 67. Details in associated
|
- Disable the mysteriously failing test no. 67. Details in associated
|
||||||
bugreport. (bison-2.4.2-drop-test-67.patch)
|
bugreport. (bison-2.4.2-drop-test-67.patch)
|
||||||
|
Loading…
Reference in New Issue
Block a user