summaryrefslogtreecommitdiff
path: root/packaging/gdbm.spec
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-16 07:12:57 -0800
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-11-04 13:14:50 +0100
commit30bd4a3ec3cf7e8b113ee87a12018327af0b96a4 (patch)
treec36fbdf0ba2afdb91c6d37314992892da4d7fe45 /packaging/gdbm.spec
parenta41d2bd2570a8b50f580c8a596451d2f50b678fa (diff)
downloadgdbm-30bd4a3ec3cf7e8b113ee87a12018327af0b96a4.tar.gz
gdbm-30bd4a3ec3cf7e8b113ee87a12018327af0b96a4.tar.bz2
gdbm-30bd4a3ec3cf7e8b113ee87a12018327af0b96a4.zip
cleanup spec
Diffstat (limited to 'packaging/gdbm.spec')
-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};