Fixed wrong symlinking of man pages into %{_bindir} after simplifying
This commit is contained in:
parent
4a5c4a1fc5
commit
fd24ae530c
@ -3,7 +3,7 @@
|
||||
Summary: A document formatting system
|
||||
Name: groff
|
||||
Version: 1.18.1.4
|
||||
Release: 15%{?dist}
|
||||
Release: 16%{?dist}
|
||||
License: GPLv2 and GFDL
|
||||
Group: Applications/Publishing
|
||||
URL: http://groff.ffii.org
|
||||
@ -158,7 +158,7 @@ for file in {s,mse,m}.tmac; do
|
||||
done
|
||||
for file in g{{n,t}roff,tbl,pic,{,n}eqn,refer,{look,indx}bib} {g,z}soelim; do
|
||||
ln -s ${file#?} ${RPM_BUILD_ROOT}%{_bindir}/$file
|
||||
ln -s {${file#?},${RPM_BUILD_ROOT}%{_bindir}/$file}.1.gz
|
||||
ln -s {${file#?},${RPM_BUILD_ROOT}%{_mandir}/man1/$file}.1.gz
|
||||
done
|
||||
|
||||
ln -s devnippon ${RPM_BUILD_ROOT}%{_datadir}/groff/%{version}/font/devkorean
|
||||
@ -224,6 +224,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Oct 19 2008 Robert Scheck <robert@fedoraproject.org> - 1.18.1.14-16
|
||||
- Fixed wrong symlinking of man pages into %%{_bindir} after simplifying
|
||||
|
||||
* Mon Sep 29 2008 Stepan Kasal <skasal@redhat.com> - 1.18.1.14-15
|
||||
- Replace groff-1.18-nohtml.patch by a code in spec file
|
||||
- fix groff-1.18-gzip.patch to apply cleanly
|
||||
|
Loading…
Reference in New Issue
Block a user