Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
libpeas.1551
libpeas.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libpeas.spec of Package libpeas.1551
# # spec file for package libpeas # # Copyright (c) 2015 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/ # Name: libpeas Version: 1.9.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.9/%{name}-%{version}.tar.xz BuildRequires: intltool BuildRequires: libseed-gtk3-devel BuildRequires: python-devel >= 2.5.2 BuildRequires: python3-devel >= 3.2.0 BuildRequires: translation-update-upstream BuildRequires: pkgconfig(gio-2.0) >= 2.31.2 BuildRequires: pkgconfig(gjs-internals-1.0) >= 1.37.1 BuildRequires: pkgconfig(gladeui-2.0) BuildRequires: pkgconfig(gobject-2.0) >= 2.30.0 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.1 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} Recommends: %{name}-lang Recommends: %{name}-loader-python # Right now, it looks more likely that plugins get written with # seed than with gjs, so reflect this with Recommends and Suggests Recommends: %{name}-loader-seed Recommends: %{name}-loader-python3 Suggests: %{name}-loader-gjs %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-gjs Summary: GObject-based Plugin Engine - GJS runtime loader Group: System/Libraries Supplements: packageand(libpeas-1_0-0:gjs) %description loader-gjs 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 gjs loader. %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. %package loader-seed Summary: GObject-based Plugin Engine - Seed runtime loader Group: System/Libraries Supplements: packageand(libpeas-1_0-0:seed) %description loader-seed 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 seed loader. %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 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-gjs %defattr(-, root, root) %{_libdir}/libpeas-1.0/loaders/libgjsloader.so %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 %files loader-seed %defattr(-, root, root) %{_libdir}/libpeas-1.0/loaders/libseedloader.so %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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor