Manually add pkgconfig-based dependencies on EL-5
This commit is contained in:
parent
c5a39111ab
commit
60751f41a2
@ -1,6 +1,6 @@
|
|||||||
Name: liboauth
|
Name: liboauth
|
||||||
Version: 0.9.0
|
Version: 0.9.0
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}.1
|
||||||
Summary: OAuth library functions
|
Summary: OAuth library functions
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -24,6 +24,9 @@ as well as perform HTTP requests.
|
|||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
%if 0%{?el5}
|
||||||
|
Requires: pkgconfig curl-devel nss-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
@ -68,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 17 2010 Michel Salim <salimma@fedoraproject.org> - 0.9.0-2.1
|
||||||
|
- [EL5] development package explicitly requires pkgconfig, {curl,nss}-devel
|
||||||
|
|
||||||
* Fri Sep 10 2010 Michel Salim <salimma@fedoraproject.org> - 0.9.0-2
|
* Fri Sep 10 2010 Michel Salim <salimma@fedoraproject.org> - 0.9.0-2
|
||||||
- Move oauth.3 to devel subpackage
|
- Move oauth.3 to devel subpackage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user