]> git.pld-linux.org Git - packages/byacc.git/commitdiff
- removed man group from man pages,
authorpius <pius@pld-linux.org>
Wed, 28 Apr 1999 08:30:52 +0000 (08:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added %defattr description,
- added missing %clean section.

Changed files:
    byacc.spec -> 1.5

byacc.spec

index 999599a8aad283b5f689af89820e0c7f61c7ce3b..6020f1fa2e29ec544cb2254156387c00018f2797 100644 (file)
@@ -53,9 +53,13 @@ echo ".so yacc.1" > $RPM_BUILD_ROOT/usr/man/man1/byacc.1
 
 gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/*
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files
-%attr(755, root, root) /usr/bin/*
-%attr(644, root,  man) /usr/man/man1/*
+%defattr(644,root,root,755)
+%attr(755,root,root) /usr/bin/*
+/usr/man/man1/*
 
 %changelog
 * Wed Dec 23 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
This page took 0.089079 seconds and 4 git commands to generate.