From 4b06122b53251d3f89e112ddff3901592621ea7d Mon Sep 17 00:00:00 2001 From: Radek Vokál Date: Nov 01 2004 12:40:34 +0000 Subject: - makefile tuned for md5 --- diff --git a/ipv6calc.spec b/ipv6calc.spec index 4b5a765..e8ee7b6 100644 --- a/ipv6calc.spec +++ b/ipv6calc.spec @@ -1,17 +1,18 @@ # Project : ipv6calc # File : contrib/ipv6calc.spec -# Version : $Id: ipv6calc.spec,v 1.6 2004/11/01 11:00:47 rvokal Exp $ +# Version : $Id: ipv6calc.spec,v 1.7 2004/11/01 12:40:34 rvokal Exp $ # Copyright : 2001-2004 by Peter Bieringer Summary: IPv6 address format change and calculation utility Name: ipv6calc Version: 0.48 -Release: 1 +Release: 2 Group: Applications/Text URL: http://www.deepspace6.net/projects/%{name}.html License: GNU GPL version 2 Source: ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/%{name}-%{version}.tar.gz Patch0: ipv6calc-0.47-typo.patch +Patch1: ipv6calc-0.48-md5.patch Requires: krb5-libs BuildRequires: krb5-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -29,6 +30,7 @@ Many more format conversions are supported, see given URL for more. %prep %setup -q -n ipv6calc-%{version} %patch0 -p1 +%patch1 -p1 -b .md5 %configure CFLAGS="$RPM_OPT_FLAGS" @@ -97,8 +99,9 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Mon Nov 1 2004 Radek Vokal 0.48-1 +* Mon Nov 1 2004 Radek Vokal 0.48-2 - spec file cleanup +- md5 patch for makefile * Sat Oct 30 2004 Peter Bieringer - remove openssl(-devel) from requirements, no longer needed