]> git.pld-linux.org Git - packages/bash.git/commitdiff
- config(noreplace) for bashrc (suggested by mkochano); strict internal dep auto/ac/bash-2_05b-13
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 17 May 2004 20:18:16 +0000 (20:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash.spec -> 1.136

bash.spec

index a9671936ab90044c897308eff32529c38e067b36..da8f5c85d2f11fa16fa4f4a9d84aafe7d141add3 100644 (file)
--- a/bash.spec
+++ b/bash.spec
@@ -163,7 +163,7 @@ Summary(pl):        Statycznie skonsolidowany GNU Bourne Again Shell (bash)
 Group:         Applications/Shells
 Requires(post,preun):  grep
 Requires(preun):       fileutils
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 
 %description static
 Bash is a GNU project sh-compatible shell or command language
@@ -215,7 +215,7 @@ echo %{release} > _patchlevel
 
 %build
 %{__autoconf}
-cp -f /usr/share/automake/config.* support/
+cp -f /usr/share/automake/config.* support
 for mode in %{?with_static:static} shared; do
 %configure \
        --enable-alias \
@@ -230,7 +230,8 @@ for mode in %{?with_static:static} shared; do
        `[ "$mode" = "static" ] && echo "--enable-static-link"` \
        --with-installed-readline
 
-%{__make} DEFS="-DHAVE_CONFIG_H -D_GNU_SOURCE"
+%{__make} \
+       DEFS="-DHAVE_CONFIG_H -D_GNU_SOURCE"
 
 [ "$mode" = "static" ] && mv -f bash bash.static || :
 done
@@ -311,7 +312,7 @@ fi
 %defattr(644,root,root,755)
 %doc NEWS README doc/{FAQ,INTRO}
 
-%config %verify(not md5 size mtime) %{_sysconfdir}/bashrc
+%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bashrc
 %config(noreplace,missingok) %verify(not md5 size mtime) /etc/skel/.bash_logout
 %config(noreplace,missingok) %verify(not md5 size mtime) /etc/skel/.bash_profile
 %config(noreplace,missingok) %verify(not md5 size mtime) /etc/skel/.bashrc
This page took 0.211853 seconds and 4 git commands to generate.