summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-16 07:12:57 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-16 07:12:57 -0800
commit0c9958e473e40345cb2e3518f76c8aff2873dca6 (patch)
treee755a1245d5cf4a44faa6f1ffd42c1dc92158022
parent626fe908f4c557230c3a643ca4de25b6136158cf (diff)
downloadgdbm-0c9958e473e40345cb2e3518f76c8aff2873dca6.tar.gz
gdbm-0c9958e473e40345cb2e3518f76c8aff2873dca6.tar.bz2
gdbm-0c9958e473e40345cb2e3518f76c8aff2873dca6.zip
-rw-r--r--packaging/gdbm.spec4
1 files changed, 0 insertions, 4 deletions
diff --git a/packaging/gdbm.spec b/packaging/gdbm.spec
index ed86045..5fa2740 100644
--- a/packaging/gdbm.spec
+++ b/packaging/gdbm.spec
@@ -10,7 +10,6 @@ Summary: GNU dbm key/data database
Group: System/Libraries
Source: ftp://prep.ai.mit.edu/gnu/gdbm/gdbm-%{version}.tar.gz
Source2: baselibs.conf
-# FIX-FOR-UPSTREAM i@marguerite.su - remove the build date from src/version.c
BuildRequires: libtool
%description
@@ -34,7 +33,6 @@ package also provides traditional dbm and ndbm interfaces.
License: GPL-2.0+
Summary: GNU dbm key/data database
Group: System/Libraries
-# O/P added in 12.2
Obsoletes: gdbm < %{version}-%{release}
Provides: gdbm = %{version}-%{release}
@@ -70,8 +68,6 @@ to develop applications that require these.
%setup -q
%build
-#aclocal
-#autoreconf --force --install
export CFLAGS="%{optflags} -Wa,--noexecstack"
%configure --enable-libgdbm-compat --disable-nls
make %{?_smp_mflags};