Tighten deps with the _isa macro
This commit is contained in:
parent
bc47724b2a
commit
f5d3ea2fb4
@ -29,11 +29,11 @@ BuildRequires: seed-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: glade-devel
|
||||
|
||||
# For the girepository-1.0 directory
|
||||
Requires: gobject-introspection
|
||||
|
||||
BuildRequires: autoconf automake gnome-common
|
||||
|
||||
# For the girepository-1.0 directory
|
||||
Requires: gobject-introspection%{?_isa}
|
||||
|
||||
%description
|
||||
libpeas is a convenience library making adding plug-ins support
|
||||
to GTK+ and glib-based applications.
|
||||
@ -41,7 +41,7 @@ to GTK+ and glib-based applications.
|
||||
%package devel
|
||||
Summary: Development files for libpeas
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package contains development libraries and header files
|
||||
@ -114,6 +114,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%changelog
|
||||
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.12.1-1
|
||||
- Update to 1.12.1
|
||||
- Tighten deps with the _isa macro
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user