Keep all BRs together and sorted
This commit is contained in:
parent
c1930049de
commit
9e43022218
12
libpeas.spec
12
libpeas.spec
@ -17,14 +17,15 @@ Source0: https://download.gnome.org/sources/%{name}/1.20/%{name}-%{versio
|
||||
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: intltool
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gladeui-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(pygobject-3.0)
|
||||
BuildRequires: python2-devel
|
||||
%if %{use_python3}
|
||||
@ -37,7 +38,6 @@ to glib-based applications.
|
||||
|
||||
%package gtk
|
||||
Summary: GTK+ plug-ins support for libpeas
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description gtk
|
||||
|
||||
Loading…
Reference in New Issue
Block a user