From 91bd8d534f71d9daf3c32211215498397d65fe54 Mon Sep 17 00:00:00 2001 From: kloczek Date: Wed, 11 Oct 2000 18:53:04 +0000 Subject: [PATCH] - release 6: ue new rpm automation. Changed files: bison.spec -> 1.34 --- bison.spec | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/bison.spec b/bison.spec index d85357e..6fafeee 100644 --- a/bison.spec +++ b/bison.spec @@ -5,15 +5,16 @@ Summary(pl): GNU generator sk Summary(tr): GNU ayrýþtýrýcý üreticisi Name: bison Version: 1.28 -Release: 5 +Release: 6 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 -Source1: bison.1.pl -Patch0: bison-info.patch -Patch1: bison-man.patch +Source1: %{name}.1.pl +Patch0: %{name}-info.patch +Patch1: %{name}-man.patch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Obsoletes: yacc @@ -59,7 +60,6 @@ s %patch1 -p1 %build -LDFLAGS="-s"; export LDFLAGS %configure %{__make} @@ -71,8 +71,6 @@ install -d $RPM_BUILD_ROOT%{_mandir}/pl/man1 install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/pl/man1/bison.1 -gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/*,%{_mandir}/{man1/*,pl/man1/*}} - %post [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 @@ -84,10 +82,8 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) - %attr(755,root,root) %{_bindir}/* - -%lang(pl) %{_mandir}/pl/man1/* %{_mandir}/man1/* +%lang(pl) %{_mandir}/pl/man1/* %{_infodir}/*info* %{_datadir}/* -- 2.44.0