rpms/bash/devel bash.spec,1.190,1.191

Roman Rakus rrakus at fedoraproject.org
Mon Oct 5 16:00:12 UTC 2009


Author: rrakus

Update of /cvs/extras/rpms/bash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3432/devel

Modified Files:
	bash.spec 
Log Message:
Make symlink from bashbug-suffix to bashbug man pages


Index: bash.spec
===================================================================
RCS file: /cvs/extras/rpms/bash/devel/bash.spec,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -p -r1.190 -r1.191
--- bash.spec	16 Sep 2009 10:07:26 -0000	1.190
+++ bash.spec	5 Oct 2009 16:00:11 -0000	1.191
@@ -5,7 +5,7 @@
 Version: %{baseversion}%{patchlevel}
 Name: bash
 Summary: The GNU Bourne Again shell
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: System Environment/Shells
 License: GPLv2+
 Url: http://www.gnu.org/software/bash
@@ -233,6 +233,7 @@ install -c -m644 %SOURCE3 $RPM_BUILD_ROO
 LONG_BIT=$(getconf LONG_BIT)
 mv $RPM_BUILD_ROOT%{_bindir}/bashbug \
    $RPM_BUILD_ROOT%{_bindir}/bashbug-"${LONG_BIT}"
+ln -s bashbug.1 $RPM_BUILD_ROOT/%{_mandir}/man1/bashbug-"$LONG_BIT".1
 
 # Fix missing sh-bangs in example scripts (bug #225609).
 for script in \
@@ -323,6 +324,9 @@ fi
 #%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
 
 %changelog
+* Mon Oct 05 2009 Roman Rakus <rrakus at redhat.com> - 4.0.33-2
+- Make symlink from bashbug-suffix to bashbug man pages
+
 * Wed Sep 16 2009 Roman Rakus <rrakus at redhat.com> - 4.0.33-1
 - Patch level 33
 - spec file cleanup




More information about the fedora-extras-commits mailing list