- Using plain old "Requires: pkgconfig" instead -- see my post to
fedora-devel-list made today.
This commit is contained in:
parent
dcf4b9eae5
commit
9d61cadd40
12
uuid.spec
12
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 <mschwendt@fedoraproject.org> - 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 <mschwendt@fedoraproject.org> - 1.6.1-5
|
||||
- Replace expensive %%{_libdir}/pkgconfig dependency in uuid-devel
|
||||
with pkgconfig%%{_isa} for Fedora >= 11 (#484849).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user