]> git.pld-linux.org Git - packages/expect.git/commitdiff
- masive changes:
authorkloczek <kloczek@pld-linux.org>
Mon, 17 May 1999 10:23:21 +0000 (10:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
s/\/usr\/man/\%{_mandir}/
s/\/usr\/share\/man/\%{_mandir}/
s/\/usr\/info/\%{_infodir}/
s/\/usr\/share\/info/\%{_infodir}/

Changed files:
    expect.spec -> 1.10

expect.spec

index 7e4c869d29ed4fb94295fb338ca315bd676bc8da..af68d277d1a99fb1e8848bfc50d421b7fa153fff 100644 (file)
@@ -110,11 +110,11 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755, root, root) %dir /usr/lib/expect*
 %attr(755, root, root) /usr/lib/expect*/pkgIndex.tcl
 %attr(755, root, root) /usr/lib/libe*.so
-%attr(644, root,  man) /usr/man/man1/*
+%attr(644, root,  man) %{_mandir}/man1/*
 
 %files devel
 %attr(644, root, root) /usr/include/*
-%attr(644, root,  man) /usr/man/man3/*
+%attr(644, root,  man) %{_mandir}/man3/*
 
 %files static
 %attr(644, root, root) /usr/lib/lib*.a
This page took 0.058847 seconds and 4 git commands to generate.