use spaces everywhere
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
8cc55f94cc
commit
86bdfa7dbf
40
libpeas.spec
40
libpeas.spec
@ -4,32 +4,32 @@
|
||||
%bcond_without python3
|
||||
%endif
|
||||
|
||||
Name: libpeas
|
||||
Version: 1.20.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Plug-ins implementation convenience library
|
||||
Name: libpeas
|
||||
Version: 1.20.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Plug-ins implementation convenience library
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/Libpeas
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.20/%{name}-%{version}.tar.xz
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/Libpeas
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.20/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0
|
||||
BuildRequires: pkgconfig(pygobject-3.0)
|
||||
BuildRequires: intltool
|
||||
BuildRequires: pkgconfig(gladeui-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0
|
||||
BuildRequires: pkgconfig(pygobject-3.0)
|
||||
BuildRequires: intltool
|
||||
BuildRequires: pkgconfig(gladeui-2.0)
|
||||
|
||||
# For the girepository-1.0 directory
|
||||
Requires: gobject-introspection%{?_isa}
|
||||
Requires: gobject-introspection%{?_isa}
|
||||
|
||||
%description
|
||||
libpeas is a convenience library making adding plug-ins support
|
||||
to GTK+ and glib-based applications.
|
||||
|
||||
%package loader-python
|
||||
Summary: Python 2 loader for libpeas
|
||||
Summary: Python 2 loader for libpeas
|
||||
BuildRequires: python2-devel
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: pygobject3
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: pygobject3
|
||||
|
||||
%description loader-python
|
||||
This package contains the Python 2 loader that is needed to
|
||||
@ -37,10 +37,10 @@ run Python 2 plugins that use libpeas.
|
||||
|
||||
%if %{with python3}
|
||||
%package loader-python3
|
||||
Summary: Python 3 loader for libpeas
|
||||
Summary: Python 3 loader for libpeas
|
||||
BuildRequires: python3-devel
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: python3-gobject
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: python3-gobject
|
||||
|
||||
%description loader-python3
|
||||
This package contains the Python 3 loader that is needed to
|
||||
@ -48,8 +48,8 @@ run Python 3 plugins that use libpeas.
|
||||
%endif
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libpeas
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Summary: Development files for libpeas
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package contains development libraries and header files
|
||||
|
||||
Loading…
Reference in New Issue
Block a user