rpms/bash/devel bash.spec,1.181,1.182

Roman Rakus rrakus at fedoraproject.org
Wed Apr 22 12:58:11 UTC 2009


Author: rrakus

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

Modified Files:
	bash.spec 
Log Message:
better to use patch level in version tag like vim do


Index: bash.spec
===================================================================
RCS file: /cvs/extras/rpms/bash/devel/bash.spec,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- bash.spec	21 Apr 2009 15:07:32 -0000	1.181
+++ bash.spec	22 Apr 2009 12:57:39 -0000	1.182
@@ -1,14 +1,15 @@
 #%define beta_tag rc1
 %define patchlevel .16
+%define baseversion 4.0
 
-Version: 4.0
+Version: %{baseversion}%{patchlevel}
 Name: bash
 Summary: The GNU Bourne Again shell
-Release: 7%{patchlevel}%{?dist}
+Release: 1%{?dist}
 Group: System Environment/Shells
 License: GPLv2+
 Url: http://www.gnu.org/software/bash
-Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz
+Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{baseversion}.tar.gz
 
 # For now there isn't any doc
 #Source2: ftp://ftp.gnu.org/gnu/bash/bash-doc-%{version}.tar.gz
@@ -82,9 +83,8 @@
 %define pkgdocdir %{_datadir}/doc/%{name}-%{version}
 
 %prep
-
 #%setup -q -a 2
-%setup -q -n bash-%{version}
+%setup -q -n %{name}-%{baseversion}
 
 # Official upstream patches
 %patch001 -p0 -b .001
@@ -289,6 +289,9 @@
 #%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
 
 %changelog
+* Wed Apr 22 2009 Roman Rakus <rrakus at redhat.com> - 4.0.16-1
+- better to use patch level in version tag like vim do
+
 * Tue Apr 21 2009 Roman Rakus <rrakus at redhat.com> - 4.0-7.16
 - Use patch level in Release tag
 




More information about the fedora-extras-commits mailing list