From 86bd2d2594bd010a81008f1f2c816ab1681cba1d Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Mar 03 2005 19:29:59 +0000 Subject: Mass letter "a" update, one or more apply : - Drop epoch: 0 - Remove %{epoch} requirements in sub-packages - Remove trailing white spaces - Keep consistent between spaces and tabs --- diff --git a/adns.spec b/adns.spec index 9b16dc5..1874e8d 100644 --- a/adns.spec +++ b/adns.spec @@ -1,7 +1,6 @@ Name: adns Version: 1.1 Release: 4 -Epoch: 0 Summary: Advanced, easy to use, asynchronous-capable DNS client library Group: System Environment/Libraries @@ -13,7 +12,7 @@ Patch1: %{name}-ac_fix.patch Patch2: adns-1.1-semicolon.patch Patch3: adns-1.1-parsedomain.patch BuildRequires: autoconf213 automake15 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description adns is a resolver library for C (and C++) programs. In contrast with @@ -47,7 +46,7 @@ following features: %package devel Summary: Asynchronous-capable DNS client library - development files Group: Development/Libraries -Requires: %{name} = %{epoch}:%{version} +Requires: %{name} = %{version} %description devel Asynchronous-capable DNS client library - development files.