]> git.pld-linux.org Git - packages/mawk.git/commitdiff
- added Provides: awk. mawk-1_3_3-16
authorkloczek <kloczek@pld-linux.org>
Thu, 13 Jul 2000 00:05:29 +0000 (00:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mawk.spec -> 1.19

mawk.spec

index 60937324631dc3d11175a77bc849644bf16484fc..3a07f5157ab6c54028f930843b399ac31fd5a929 100644 (file)
--- a/mawk.spec
+++ b/mawk.spec
@@ -13,6 +13,7 @@ Group(pl):    Narz
 Source0:       ftp://ftp.whidbey.net/pub/brennan/%{name}%{version}.tar.gz
 Patch0:                mawk-fix_mawk_path.patch
 Provides:      /bin/awk
+Provides:      awk
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _exec_prefix    /
@@ -65,7 +66,7 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,/usr/src/examples/%{name},
        MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 \
        BINDIR=$RPM_BUILD_ROOT%{_bindir}
 
-ln -s %{_bindir}/mawk $RPM_BUILD_ROOT/bin/awk
+ln -s mawk $RPM_BUILD_ROOT%{_bindir}/awk
 echo ".so mawk.1" > $RPM_BUILD_ROOT%{_mandir}/man1/awk.1
 
 mv examples/* $RPM_BUILD_ROOT/usr/src/examples/%{name}
This page took 0.090879 seconds and 4 git commands to generate.