]> git.pld-linux.org Git - packages/gdbm.git/commitdiff
- fixed typo in %files (must be root instead roor).
authorkloczek <kloczek@pld-linux.org>
Mon, 7 Sep 1998 17:26:10 +0000 (17:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdbm.spec -> 1.2

gdbm.spec

index 9984d6a2916c468deef2cda3417d5b4a6613ef2d..022909ffff19ec15f1956139cac084c03f6d5199 100644 (file)
--- a/gdbm.spec
+++ b/gdbm.spec
@@ -102,17 +102,17 @@ fi
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%attr(755, roor, root) /usr/lib/lib*.so.*.*
+%attr(755, root, root) /usr/lib/lib*.so.*.*
 
 %files devel
-%defattr(644, roor, root, 755)
+%defattr(644, root, root, 755)
 /usr/lib/lib*.so
-%attr(644, roor,  man) /usr/man/man3/*
+%attr(644, root,  man) /usr/man/man3/*
 /usr/include/*
 /usr/info/gdbm*
 
 %files static
-%attr(644, roor, root) /usr/lib/lib*.a
+%attr(644, root, root) /usr/lib/lib*.a
 
 %changelog
 * Sun Aug 30 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
This page took 0.070694 seconds and 4 git commands to generate.