From 4928bcc651fbf47cfca8317d7f405b4ffaaa8aff Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 26 Sep 2001 17:47:25 +0000 Subject: [PATCH] - pl man is back Changed files: bison.spec -> 1.40 --- bison.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bison.spec b/bison.spec index b275b4e..14de600 100644 --- a/bison.spec +++ b/bison.spec @@ -73,7 +73,10 @@ 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 + +%clean +rm -rf $RPM_BUILD_ROOT %post [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 @@ -81,13 +84,10 @@ install -d $RPM_BUILD_ROOT%{_mandir}/pl/man1 %postun [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 -%clean -rm -rf $RPM_BUILD_ROOT - %files %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}/* -- 2.44.0