From 43937427c66b4a96780c06dc67dd4e4f7fd210a8 Mon Sep 17 00:00:00 2001 From: Marc Maurer Date: Mon, 21 Jul 2008 21:37:56 +0000 Subject: [PATCH] Fix libabiword-devel requires --- abiword.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/abiword.spec b/abiword.spec index 0bf3bea..7794d35 100644 --- a/abiword.spec +++ b/abiword.spec @@ -7,7 +7,7 @@ Summary: The AbiWord word processor Name: abiword Version: %{majorversion}.%{minorversion}.%{microversion} -Release: 6%{?dist} +Release: 7%{?dist} Epoch: 1 Group: Applications/Editors License: GPLv2+ @@ -72,7 +72,7 @@ Library for developing applications based on AbiWord's core. %package -n libabiword-devel Summary: Files for developing with libabiword Group: Development/Libraries -Requires: libabiword = %{version} +Requires: libabiword = %{epoch}:%{version}-%{release} %description -n libabiword-devel Includes and definitions for developing with libabiword. @@ -216,6 +216,9 @@ update-desktop-database %{_datadir}/applications %{_libdir}/pkgconfig/%{name}-%{majorversion}.%{minorversion}.pc %changelog +* Mon Jul 21 2008 Marc Maurer - 1:2.6.4-7 +- Fix libabiword-devel requires + * Mon Jul 21 2008 Marc Maurer - 1:2.6.4-6 - Drop explicit libabiword requires