From 9d61cadd4024cefa8b6daceaa5da2b69e38e4181 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Thu, 7 May 2009 15:30:48 +0000 Subject: [PATCH] - Using plain old "Requires: pkgconfig" instead -- see my post to fedora-devel-list made today. --- uuid.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/uuid.spec b/uuid.spec index 5d0b95b..71bd31e 100644 --- a/uuid.spec +++ b/uuid.spec @@ -1,6 +1,6 @@ Name: uuid Version: 1.6.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Universally Unique Identifier library License: MIT Group: System Environment/Libraries @@ -24,11 +24,7 @@ and Perl Data::UUID APIs. %package devel Summary: Development support for Universally Unique Identifier library Group: Development/Libraries -%if 0%{?fedora} > 10 -Requires: pkgconfig%{_isa} -%else -Requires: %{_libdir}/pkgconfig -%endif +Requires: pkgconfig Requires: %{name} = %{version}-%{release} %description devel @@ -239,6 +235,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libossp-uuid_dce.so %changelog +* Thu May 7 2009 Michael Schwendt - 1.6.1-6 +- Using plain old "Requires: pkgconfig" instead -- see my post to + fedora-devel-list made today. + * Mon May 4 2009 Michael Schwendt - 1.6.1-5 - Replace expensive %%{_libdir}/pkgconfig dependency in uuid-devel with pkgconfig%%{_isa} for Fedora >= 11 (#484849).