Tighten deps with the _isa macro
This commit is contained in:
parent
b85d84ba5d
commit
abb0bdd76d
@ -11,7 +11,6 @@ Summary: Soup, an HTTP library implementation
|
|||||||
URL: http://live.gnome.org/LibSoup
|
URL: http://live.gnome.org/LibSoup
|
||||||
#VCS: git:git://git.gnome.org/libsoup
|
#VCS: git:git://git.gnome.org/libsoup
|
||||||
Source: http://download.gnome.org/sources/libsoup/2.47/libsoup-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/libsoup/2.47/libsoup-%{version}.tar.xz
|
||||||
Requires: glib-networking >= %{glib2_version}
|
|
||||||
|
|
||||||
### Build Dependencies ###
|
### Build Dependencies ###
|
||||||
|
|
||||||
@ -22,6 +21,9 @@ BuildRequires: intltool
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: sqlite-devel
|
BuildRequires: sqlite-devel
|
||||||
|
|
||||||
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||||
|
Requires: glib-networking%{?_isa} >= %{glib2_version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libsoup is an HTTP library implementation in C. It was originally part
|
Libsoup is an HTTP library implementation in C. It was originally part
|
||||||
of a SOAP (Simple Object Access Protocol) implementation called Soup, but
|
of a SOAP (Simple Object Access Protocol) implementation called Soup, but
|
||||||
@ -36,7 +38,7 @@ supported for those who want it).
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Header files for the Soup library
|
Summary: Header files for the Soup library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Libsoup is an HTTP library implementation in C. This package allows
|
Libsoup is an HTTP library implementation in C. This package allows
|
||||||
@ -80,6 +82,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Sep 15 2014 Kalev Lember <kalevlember@gmail.com> - 2.47.92-1
|
* Mon Sep 15 2014 Kalev Lember <kalevlember@gmail.com> - 2.47.92-1
|
||||||
- Update to 2.47.92
|
- Update to 2.47.92
|
||||||
|
- Tighten deps with the _isa macro
|
||||||
|
|
||||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.47.4-2
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.47.4-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user