]> git.pld-linux.org Git - packages/bison.git/commitdiff
- updated to 1.29
authorfilon <filon@sokrates.mimuw.edu.pl>
Wed, 26 Sep 2001 04:51:48 +0000 (04:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- temporary commented ac/am execution, needs ac 2.52c
- updated man and info patches
- release 1

Changed files:
    bison.spec -> 1.39

bison.spec

index c5cceddb4d308d8b4b34e7987352c5cb86c94968..b275b4e1a71362643c85e6bc3b24d096ea5a08b6 100644 (file)
@@ -4,14 +4,14 @@ Summary(fr):  G
 Summary(pl):   GNU generator sk³adni 
 Summary(tr):   GNU ayrýþtýrýcý üreticisi
 Name:          bison
-Version:       1.28
-Release:       8
+Version:       1.29
+Release:       1
 License:       GPL
 Group:         Development/Tools
 Group(de):     Entwicklung/Werkzeuge
 Group(fr):     Development/Outils
 Group(pl):     Programowanie/Narzêdzia
-Source0:       ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz
+Source0:       ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.bz2
 Source1:       %{name}.1.pl
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-man.patch
@@ -61,7 +61,9 @@ s
 %patch1 -p1
 
 %build
-autoconf
+# needs at least autoconf 2.52c
+#aclocal
+#autoconf
 %configure
 %{__make}
 
@@ -71,7 +73,7 @@ install -d $RPM_BUILD_ROOT%{_mandir}/pl/man1
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/pl/man1/bison.1
+#install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/pl/man1/bison.1
 
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
@@ -86,6 +88,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
-%lang(pl) %{_mandir}/pl/man1/*
+#%lang(pl) %{_mandir}/pl/man1/*
 %{_infodir}/*info*
 %{_datadir}/*
This page took 0.104951 seconds and 4 git commands to generate.