]> git.pld-linux.org Git - packages/expect.git/commitdiff
- removed using %attr(644,root,man) macros in %files.
authorkloczek <kloczek@pld-linux.org>
Mon, 17 May 1999 20:03:19 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    expect.spec -> 1.11

expect.spec

index af68d277d1a99fb1e8848bfc50d421b7fa153fff..6347a90c5739e8adfbe2e3e6a6abc5d92dc7a338 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) %{_mandir}/man1/*
+%{_mandir}/man1/*
 
 %files devel
 %attr(644, root, root) /usr/include/*
-%attr(644, root,  man) %{_mandir}/man3/*
+%{_mandir}/man3/*
 
 %files static
 %attr(644, root, root) /usr/lib/lib*.a
This page took 0.069096 seconds and 4 git commands to generate.