]> git.pld-linux.org Git - packages/ash.git/commitdiff
- fixed entries for all man pages.
authorkloczek <kloczek@pld-linux.org>
Tue, 30 Mar 1999 16:38:08 +0000 (16:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ash.spec -> 1.7

ash.spec

index 4aa88d1bb09fd1988d2e1fa0fd702f65cddde399..bad46899ad6a49ab8d442cc67bb25cbf688c6fca 100644 (file)
--- a/ash.spec
+++ b/ash.spec
@@ -5,10 +5,10 @@ Summary(pl):  Ma
 Summary(tr):   Ufak bir bourne kabuðu
 Name:          ash
 Version:       0.2
-Release:       15
+Release:       16
 Copyright:     BSD
 Group:         Shells
-Source:        ftp://sunsite.unc.edu:/pub/Linux/system/shells/ash-linux-%{version}.tar.gz
+Source:        ftp://sunsite.unc.edu/pub/Linux/system/shells/ash-linux-%{version}.tar.gz
 Patch0:        ash-make.patch
 Patch1:                ash-mknodes.patch
 Prereq:        fileutils
@@ -65,8 +65,7 @@ gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/*
 
 %post
 umask 022
-echo "/bin/ash" >> /etc/shells
-echo "/bin/bsh" >> /etc/shells
+echo "/bin/ash\n/bin/bsh"" >> /etc/shells
 cat /etc/shells | sort -u > /etc/shells.new
 mv /etc/shells.new /etc/shells
 
@@ -92,9 +91,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %attr(755, root, root) /bin/*
-%attr(644, root,  man) /usr/man/man1/*
+/usr/man/man1/*
 
 %changelog
+* Thu Mar 25 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [0.2-16]
+- removed man group from man pages.
+
 * Wed Dec 23 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [0.2-15]
 - simplification in %postun and %post,
This page took 0.090559 seconds and 4 git commands to generate.