]> git.pld-linux.org Git - packages/bison.git/blobdiff - bison.spec
- updated to 3.2.4
[packages/bison.git] / bison.spec
index 7721f682c4530a9846c9b1288e71c395a4360062..50d49d488fcd573c1f89fa4300a47b6850400192 100644 (file)
@@ -8,18 +8,20 @@ Summary(ru.UTF-8):    Bison - генератор парсеров GNU
 Summary(tr.UTF-8):     GNU ayrıştırıcı üreticisi
 Summary(uk.UTF-8):     Bison - генератор парсерів GNU
 Name:          bison
-Version:       3.0.2
-Release:       2
+Version:       3.2.4
+Release:       1
 License:       GPL v3+
 Group:         Development/Tools
 Source0:       http://ftp.gnu.org/gnu/bison/%{name}-%{version}.tar.xz
-# Source0-md5: 146be9ff9fbd27497f0bf2286a5a2082
+# Source0-md5: 4c8cec0ca8b637d46f24902d032b9296
 Source1:       %{name}.1.pl
 Patch0:                %{name}-info.patch
 URL:           http://gnu.org/software/bison/
-BuildRequires: automake >= 1:1.11.1
 BuildRequires: flex
+BuildRequires: gcc >= 5:3.2
 BuildRequires: gettext-tools >= 0.18
+BuildRequires: help2man
+BuildRequires: libxslt-progs
 BuildRequires: m4 >= 1.4.6
 BuildRequires: tar >= 1:1.22
 BuildRequires: texinfo >= 4.0
@@ -28,8 +30,6 @@ Requires:     %{name}-runtime = %{version}-%{release}
 Requires:      m4 >= 1.4.6
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                pkgdatadir      %{_datadir}/bison
-
 %description
 Bison is a general purpose parser generator which converts a grammar
 description for an LALR context-free grammar into a C program to parse
@@ -106,25 +106,32 @@ zawierajacych parsery wygenerowane przez bisona.
 %{__rm} po/stamp-po
 
 %build
-cp -f /usr/share/automake/config.sub config
 %configure \
        --disable-silent-rules
-%{__make} \
-       pkgdatadir=%{pkgdatadir}
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_mandir}/pl/man1
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       pkgdatadir=%{pkgdatadir}
+       DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/pl/man1/bison.1
 
+# provided by byacc (bison is not 100% compatible)
+%{__rm} $RPM_BUILD_ROOT{%{_bindir}/yacc,%{_mandir}/man1/yacc.1}
+
+install -d $RPM_BUILD_ROOT%{_examplesdir}
+%{__mv} $RPM_BUILD_ROOT%{_docdir}/bison/examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+# the rest is packaged as %doc
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/bison
+
 %find_lang %{name}
 %find_lang %{name}-runtime
 
+rm -f $RPM_BUILD_ROOT%{_infodir}/dir
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -138,14 +145,13 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README THANKS TODO
 %attr(755,root,root) %{_bindir}/bison
-# would conflict with byacc (but is not 100% compatible)
-#%attr(755,root,root) %{_bindir}/yacc
-%{pkgdatadir}
 %{_libdir}/liby.a
+%{_datadir}/bison
 %{_aclocaldir}/bison-i18n.m4
 %{_mandir}/man1/bison.1*
 %lang(pl) %{_mandir}/pl/man1/bison.1*
 %{_infodir}/bison.info*
+%{_examplesdir}/%{name}-%{version}
 
 %files runtime -f %{name}-runtime.lang
 %defattr(644,root,root,755)
This page took 0.113737 seconds and 4 git commands to generate.