--- /dev/null
+Name: bison
+BuildRequires: gcc-c++
+Version: 2.6
+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: bison-%{version}.tar.xz
+Source2: baselibs.conf
+Requires: m4
+
+%description
+Bison is a parser generator similar to yacc(1).
+
+%prep
+%setup -q
+
+%build
+%configure --disable-nls
+make %{?_smp_mflags}
+
+%check
+make %{?_smp_mflags} check
+
+%install
+%make_install
+
+%files
+%dir %{_datadir}/aclocal
+%{_bindir}/bison
+%{_bindir}/yacc
+%{_libdir}/liby.a
+%{_datadir}/bison
+%dir %{_datadir}/aclocal
+%{_datadir}/aclocal/bison-i18n.m4
+%doc %{_infodir}/bison.info*.gz
+%doc %{_mandir}/man1/bison.1.gz
+%doc %{_mandir}/man1/yacc.1.gz
+