File libpeas.spec of Package libpeas

#
# spec file for package libpeas
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%bcond_with lua51

Name:           libpeas
Version:        1.18.0
Release:        0
Summary:        GObject-based Plugin Engine
License:        LGPL-2.1+
Group:          System/Libraries
Url:            http://live.gnome.org/Libpeas
Source:         http://download.gnome.org/sources/libpeas/1.18/%{name}-%{version}.tar.xz
BuildRequires:  intltool
%if %{with lua51}
BuildRequires:  lua51-devel >= 5.1.0
BuildRequires:  pkgconfig(luajit) >= 2.0
%endif
BuildRequires:  python-devel >= 2.5.2
BuildRequires:  python3-devel >= 3.2.0
BuildRequires:  translation-update-upstream
BuildRequires:  pkgconfig(gio-2.0) >= 2.32.0
BuildRequires:  pkgconfig(gladeui-2.0)
BuildRequires:  pkgconfig(gobject-2.0) >= 2.38.0
BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.39.0
BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires:  pkgconfig(pygobject-3.0) >= 3.0.0

%description
libpeas is a gobject-based plugin engine, and is targetted at giving
every application the chance to assume its own extensibility.

%package -n libpeas-1_0-0
Summary:        GObject-based Plugin Engine
Group:          System/Libraries
# We provide %%{name} to make the lang package installable
Provides:       %{name} = %{version}
# The gjs loader is officially no longer supported upstream (removed from git).
# With gjs moving to mozjs-24, it also fails building; so we follow upstream.
Obsoletes:      %{name}-loader-gjs <= %{version}
Recommends:     %{name}-lang
Recommends:     %{name}-loader-python
Recommends:     %{name}-loader-python3

%description -n libpeas-1_0-0
libpeas is a gobject-based plugin engine, and is targetted at giving
every application the chance to assume its own extensibility.

%package -n typelib-1_0-Peas-1_0
Summary:        GObject-based Plugin Engine -- Introspection bindings
Group:          System/Libraries

%description -n typelib-1_0-Peas-1_0
libpeas is a gobject-based plugin engine, and is targetted at giving
every application the chance to assume its own extensibility.

This package provides the GObject Introspection bindings for the libpeas
library.

%package -n libpeas-gtk-1_0-0
Summary:        GObject-based Plugin Engine
Group:          System/Libraries

%description -n libpeas-gtk-1_0-0
libpeas is a gobject-based plugin engine, and is targetted at giving
every application the chance to assume its own extensibility.

%package -n typelib-1_0-PeasGtk-1_0
Summary:        GObject-based Plugin Engine -- Introspection bindings
Group:          System/Libraries

%description -n typelib-1_0-PeasGtk-1_0
libpeas is a gobject-based plugin engine, and is targetted at giving
every application the chance to assume its own extensibility.

This package provides the GObject Introspection bindings for the
libpeas-gtk library.

%package loader-python
Summary:        GObject-based Plugin Engine - Python runtime loader
Group:          System/Libraries
Supplements:    packageand(libpeas-1_0-0:python)

%description loader-python
libpeas is a gobject-based plugin engine, and is targetted at giving
every application the chance to assume its own extensibility.

This package contains the python loader.

%package loader-python3
Summary:        GObject-based Plugin Engine - Python3 runtime loader
Group:          System/Libraries
Supplements:    packageand(libpeas-1_0-0:python3)

%description loader-python3
libpeas is a gobject-based plugin engine, and is targetted at giving
every application the chance to assume its own extensibility.

This package contains the python3 loader.

%if %{with lua51}
%package loader-lua51
Summary:        GObject-based Plugin Engine - LUA 5.1 runtime loader
Group:          System/Libraries
Supplements:    packageand(libpeas-1_0-0:lua51)

%description loader-lua51
libpeas is a gobject-based plugin engine, and is targetted at giving
every application the chance to assume its own extensibility.

This package contains the LUA 5.1 loader.
%endif

%package demo
Summary:        GObject-based Plugin Engine -- Demo Application
Group:          System/Libraries

%description demo
libpeas is a gobject-based plugin engine, and is targetted at giving
every application the chance to assume its own extensibility.

%package -n glade-catalog-libpeas
Summary:        GObject-based Plugin Engine -- Catalog for Glade
Group:          Development/Tools/GUI Builders
Requires:       glade
Requires:       libpeas-gtk-1_0-0 = %{version}
Supplements:    packageand(glade:%{name}-devel)

%description -n glade-catalog-libpeas
libpeas is a gobject-based plugin engine, and is targetted at giving
every application the chance to assume its own extensibility.

This package provides a catalog for Glade, to allow the use the libpeas
widgets in Glade.

%package devel
Summary:        GObject-based Plugin Engine -- Development Files
Group:          Development/Languages/C and C++
Requires:       libpeas-1_0-0 = %{version}
Requires:       libpeas-gtk-1_0-0 = %{version}
Requires:       typelib-1_0-Peas-1_0 = %{version}
Requires:       typelib-1_0-PeasGtk-1_0 = %{version}

%description devel
libpeas is a gobject-based plugin engine, and is targetted at giving
every application the chance to assume its own extensibility.

%lang_package
%prep
%setup -q
translation-update-upstream

%build
%configure \
        --enable-glade-catalog \
%if %{with lua51}
        --enable-lua5.1 \
%endif
        %{nil}
make %{?_smp_flag} V=1

%install
%makeinstall
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
%find_lang %{name} %{?no_lang_C}

%post -n libpeas-1_0-0 -p /sbin/ldconfig

%postun -n libpeas-1_0-0 -p /sbin/ldconfig

%post -n libpeas-gtk-1_0-0
/sbin/ldconfig
%icon_theme_cache_post

%postun -n libpeas-gtk-1_0-0
/sbin/ldconfig
%icon_theme_cache_postun

%files -n libpeas-1_0-0
%defattr(-, root, root)
%doc AUTHORS COPYING README
%{_libdir}/libpeas-1.0.so.*
%dir %{_libdir}/libpeas-1.0
%dir %{_libdir}/libpeas-1.0/loaders

%files -n typelib-1_0-Peas-1_0
%defattr(-,root,root)
%{_libdir}/girepository-1.0/Peas-1.0.typelib

%files -n libpeas-gtk-1_0-0
%defattr(-, root, root)
%{_libdir}/libpeas-gtk-1.0.so.*
# The icon is the default icon shown for loaded plugins without own definition.
%{_datadir}/icons/hicolor/*/actions/libpeas-plugin.*

%files -n typelib-1_0-PeasGtk-1_0
%defattr(-,root,root)
%{_libdir}/girepository-1.0/PeasGtk-1.0.typelib

%files loader-python
%defattr(-, root, root)
%{_libdir}/libpeas-1.0/loaders/libpythonloader.so

%files loader-python3
%defattr(-,root,root)
%{_libdir}/libpeas-1.0/loaders/libpython3loader.so

%if %{with lua51}
%files loader-lua51
%defattr(-, root, root)
%{_libdir}/libpeas-1.0/loaders/liblua51loader.so
%endif

%files demo
%defattr(-, root, root)
%{_bindir}/peas-demo
%{_libdir}/peas-demo/

%files -n glade-catalog-libpeas
%defattr(-,root,root)
%{_datadir}/glade/catalogs/libpeas-gtk.xml

%files devel
%defattr(-, root, root)
%doc %{_datadir}/gtk-doc/html/libpeas/
%{_includedir}/libpeas-1.0/
%{_libdir}/libpeas-1.0.so
%{_libdir}/libpeas-gtk-1.0.so
%{_libdir}/pkgconfig/libpeas-1.0.pc
%{_libdir}/pkgconfig/libpeas-gtk-1.0.pc
%{_datadir}/gir-1.0/Peas-1.0.gir
%{_datadir}/gir-1.0/PeasGtk-1.0.gir

%files lang -f %{name}.lang

%changelog
openSUSE Build Service is sponsored by