Rebase to latest upstream relase 1.15
This commit is contained in:
parent
a7c7c1e1cc
commit
689eea8843
14
gdbm.spec
14
gdbm.spec
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Summary: A GNU set of database routines which use extensible hashing
|
Summary: A GNU set of database routines which use extensible hashing
|
||||||
Name: gdbm
|
Name: gdbm
|
||||||
Version: 1.14.1
|
Version: 1.15
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.gnu.org/software/gdbm/
|
URL: http://www.gnu.org/software/gdbm/
|
||||||
@ -14,8 +14,8 @@ Source: http://ftp.gnu.org/gnu/gdbm/gdbm-%{version}.tar.gz
|
|||||||
# Fixed in http://cvs.gnu.org.ua/viewvc/gdbm/gdbm/src/gdbmopen.c?r1=1.12&r2=1.13
|
# Fixed in http://cvs.gnu.org.ua/viewvc/gdbm/gdbm/src/gdbmopen.c?r1=1.12&r2=1.13
|
||||||
# - version 1.10
|
# - version 1.10
|
||||||
#Patch0: gdbm-1.10-zeroheaders.patch
|
#Patch0: gdbm-1.10-zeroheaders.patch
|
||||||
|
# NOTE-WARNING file doesn't contain distro dependent largefile note now
|
||||||
Patch1: gdbm-1.10-fedora.patch
|
#Patch1: gdbm-1.10-fedora.patch
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -56,7 +56,6 @@ gdbm database library. You'll also need to install the gdbm package.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .fedora
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -112,7 +111,7 @@ fi
|
|||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/libgdbm.so.5*
|
%{_libdir}/libgdbm.so.6*
|
||||||
%{_libdir}/libgdbm_compat.so.4*
|
%{_libdir}/libgdbm_compat.so.4*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -123,6 +122,9 @@ fi
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 20 2018 mskalick@redhat.com - 1:1.15-1
|
||||||
|
- Rebase to latest upstream relase 1.15
|
||||||
|
|
||||||
* Mon Mar 12 2018 Peter Robinson <pbrobinson@fedoraproject.org>a 1:1.14.1-4
|
* Mon Mar 12 2018 Peter Robinson <pbrobinson@fedoraproject.org>a 1:1.14.1-4
|
||||||
- Split libraries out to separate libs subpackage
|
- Split libraries out to separate libs subpackage
|
||||||
- Minor spec cleanups
|
- Minor spec cleanups
|
||||||
|
Loading…
Reference in New Issue
Block a user