- Replace the broken/expensive file dependency in release -8/-9 with an
arch-specific base package dependency if %_isa is defined.
This commit is contained in:
parent
f0cd0fe18f
commit
03a3f7c20c
10
libao.spec
10
libao.spec
@ -1,6 +1,6 @@
|
||||
Name: libao
|
||||
Version: 0.8.8
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: Cross Platform Audio Output Library
|
||||
Group: System Environment/Libraries
|
||||
License: GPLv2+
|
||||
@ -24,10 +24,12 @@ ESD, OSS, Solaris, and IRIX.
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
%if "no%{?_isa}" == "no"
|
||||
# needed because of disabled internal dependency generator. sheesh
|
||||
Requires: %{_libdir}/libao.so.2
|
||||
%endif
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
@ -85,6 +87,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 15 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 0.8.8-10
|
||||
- Replace the broken/expensive file dependency in release -8/-9 with
|
||||
an arch-specific base package dependency if %%_isa is defined.
|
||||
|
||||
* Mon Nov 23 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 0.8.8-9
|
||||
- Reverting back change to libao-devel (/usr/lib/libao.so.2 to libao%%{?_isa})
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user