From a58a755c45d2ed739f96b3eaf6b8e13010eb3d06 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: May 22 2006 10:29:04 +0000 Subject: - buildrequires zlib-devel, otherwise it will not work with compressed files when built with mock --- diff --git a/dictd.spec b/dictd.spec index 760ec00..0c8cfb6 100644 --- a/dictd.spec +++ b/dictd.spec @@ -1,7 +1,7 @@ Summary: DICT protocol (RFC 2229) command-line client Name: dictd Version: 1.9.15 -Release: 7 +Release: 8 License: GPL Group: Applications/Internet Source0: ftp://ftp.dict.org/pub/dict/%{name}-%{version}.tar.gz @@ -11,7 +11,7 @@ URL: http://www.dict.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-root Prereq: chkconfig BuildRequires: flex bison libtool libtool-libs libtool-ltdl-devel byacc -BuildRequires: libdbi-devel +BuildRequires: libdbi-devel, zlib-devel %description Command-line client for the DICT protocol. The Dictionary Server @@ -60,6 +60,9 @@ fi %config(noreplace) %{_sysconfdir}/sysconfig/dictd %changelog +* Mon May 22 2006 Karsten Hopp 1.9.15-8 +- buildrequires zlib-devel + * Thu May 18 2006 Karsten Hopp 1.9.15-7 - Buildrequires: libdbi-devel