Browse Source

upgrading package: gdb 7.3 -> 7.3a

master
parent
commit
3a724dbc8e
  1. 14
      gdb/gdb.spec

14
gdb/gdb.spec

@ -21,6 +21,10 @@
## SUCH DAMAGE.
##
# package version
%define V_tarball 7.3a
%define V_subdir 7.3
# package information
Name: gdb
Summary: GNU Debugger
@ -31,11 +35,11 @@ Distribution: OpenPKG Community
Class: BASE
Group: Debugging
License: GPL
Version: 7.3
Release: 20110731
Version: %{V_tarball}
Release: 20110828
# list of sources
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-%{V_tarball}.tar.gz
Patch0: gdb.patch
# build information
@ -51,13 +55,13 @@ PreReq: ncurses, libiconv
%track
prog gdb = {
version = %{version}
version = %{V_tarball}
url = ftp://ftp.gnu.org/gnu/gdb/
regex = gdb-(__VER__)\.tar\.gz
}
%prep
%setup -q
%setup -q -n gdb-%{V_subdir}
%patch -p0
%build

Loading…
Cancel
Save