From 24785d6a422ccbc67784d979cb7abd6f7822cdce Mon Sep 17 00:00:00 2001 From: kloczek Date: Mon, 17 May 1999 10:23:21 +0000 Subject: [PATCH] - masive changes: s/\/usr\/man/\%{_mandir}/ s/\/usr\/share\/man/\%{_mandir}/ s/\/usr\/info/\%{_infodir}/ s/\/usr\/share\/info/\%{_infodir}/ Changed files: gdbm18.spec -> 1.16 --- gdbm18.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gdbm18.spec b/gdbm18.spec index 884b397..6991a1c 100644 --- a/gdbm18.spec +++ b/gdbm18.spec @@ -118,13 +118,13 @@ gzip -fn9 $RPM_BUILD_ROOT/usr/{info/gdbm*info*,man/man3/*} %post -p /sbin/ldconfig %post devel -/sbin/install-info /usr/info/gdbm.info.gz /etc/info-dir +/sbin/install-info %{_infodir}/gdbm.info.gz /etc/info-dir %postun -p /sbin/ldconfig %preun devel if [ "$1" = "0" ]; then - /sbin/install-info --delete /usr/info/gdbm.info.gz /etc/info-dir + /sbin/install-info --delete %{_infodir}/gdbm.info.gz /etc/info-dir fi %clean @@ -137,9 +137,9 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(644,root,root,755) %attr(755,root,root) /usr/lib/lib*.so -/usr/man/man3/* +%{_mandir}/man3/* /usr/include/* -/usr/info/gdbm* +%{_infodir}/gdbm* %files static %defattr(644,root,root,755) -- 2.43.0