2024-01-06 05:22:04 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f 1-2)
|
|
|
|
Name: libpeas
|
2024-06-30 11:57:05 +02:00
|
|
|
Version: 2.0.3
|
2024-05-16 15:54:01 +02:00
|
|
|
Release: 1mamba
|
2024-01-06 05:22:04 +01:00
|
|
|
Summary: A gobject-based plugins engine
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 05:22:05 +01:00
|
|
|
URL: https://wiki.gnome.org/Projects/Libpeas
|
2024-01-06 05:22:04 +01:00
|
|
|
Source: http://ftp.acc.umu.se/pub/GNOME/sources/libpeas/%{majver}/libpeas-%{version}.tar.xz
|
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-05-16 15:54:01 +02:00
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libgjs-devel
|
2024-01-06 05:22:04 +01:00
|
|
|
BuildRequires: libglib-devel
|
2024-05-16 15:54:01 +02:00
|
|
|
BuildRequires: liblua51-devel
|
|
|
|
BuildRequires: libmozjs115-devel
|
|
|
|
BuildRequires: libpython3-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
2024-01-06 05:22:04 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: intltool
|
2024-05-16 15:54:01 +02:00
|
|
|
BuildRequires: lua51
|
|
|
|
BuildRequires: lua51-lgi
|
|
|
|
BuildRequires: liblua51-devel
|
2024-01-06 05:22:04 +01:00
|
|
|
BuildRequires: libtool
|
2024-05-16 15:54:01 +02:00
|
|
|
BuildRequires: pygobject-py3
|
|
|
|
BuildRequires: vala
|
2024-01-06 05:22:04 +01:00
|
|
|
|
|
|
|
%description
|
2024-05-16 15:54:01 +02:00
|
|
|
libpeas is a gobject-based plugins engine, and is targetted at giving every application the chance to assume its own extensibility.
|
2024-01-06 05:22:04 +01:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Static libraries and headers for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
libpeas is a gobject-based plugins engine.
|
2024-05-16 15:54:01 +02:00
|
|
|
This package contains static libraries and header files needed for development.
|
2024-01-06 05:22:04 +01:00
|
|
|
|
|
|
|
%package apidocs
|
|
|
|
Group: Documentation
|
|
|
|
Summary: %{name} API documentation
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: gtk-doc
|
|
|
|
|
|
|
|
%description apidocs
|
|
|
|
libpeas is a gobject-based plugins engine.
|
|
|
|
This package includes the %{name} API documentation.
|
|
|
|
|
2024-05-16 15:54:01 +02:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 05:22:04 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-06 05:22:04 +01:00
|
|
|
%meson \
|
2024-05-16 15:54:01 +02:00
|
|
|
-Dgtk_doc=true \
|
|
|
|
-Dvapi=true
|
2024-01-06 05:22:04 +01:00
|
|
|
|
|
|
|
%meson_build
|
2024-01-06 05:22:04 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 05:22:04 +01:00
|
|
|
%meson_install
|
2024-01-06 05:22:04 +01:00
|
|
|
|
2024-01-06 05:22:04 +01:00
|
|
|
%find_lang %{name} --all-name
|
2024-01-06 05:22:04 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
2024-05-16 15:54:01 +02:00
|
|
|
%{_libdir}/libpeas-2.so.*
|
|
|
|
%{_libdir}/girepository-1.0/Peas-2.typelib
|
|
|
|
%{_libdir}/libpeas-2/loaders/libgjsloader.so
|
|
|
|
%{_libdir}/libpeas-2/loaders/liblua51loader.so
|
|
|
|
%{_libdir}/libpeas-2/loaders/libpythonloader.so
|
2024-01-06 05:22:04 +01:00
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2024-05-16 15:54:01 +02:00
|
|
|
%dir %{_includedir}/libpeas-2
|
|
|
|
%{_includedir}/libpeas-2/*.h
|
|
|
|
%{_libdir}/libpeas-2.so
|
|
|
|
%{_libdir}/pkgconfig/libpeas-2.pc
|
|
|
|
%{_datadir}/gir-1.0/Peas-2.gir
|
|
|
|
%{_datadir}/vala/vapi/libpeas-2.*
|
|
|
|
%doc README.md
|
2024-01-06 05:22:04 +01:00
|
|
|
|
|
|
|
%files apidocs
|
|
|
|
%defattr(-,root,root)
|
2024-05-16 15:54:01 +02:00
|
|
|
%dir %{_docdir}/libpeas-2
|
|
|
|
%{_docdir}/libpeas-2/*
|
2024-01-06 05:22:04 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-06-30 11:57:05 +02:00
|
|
|
* Sun Jun 30 2024 Automatic Build System <autodist@openmamba.org> 2.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-16 15:54:01 +02:00
|
|
|
* Fri May 10 2024 Automatic Build System <autodist@openmamba.org> 2.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:22:06 +01:00
|
|
|
* Mon Jul 31 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.36.0-2mamba
|
|
|
|
- rebuilt with python 3.10
|
|
|
|
|
2024-01-06 05:22:06 +01:00
|
|
|
* Sat Mar 18 2023 Automatic Build System <autodist@mambasoft.it> 1.36.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:22:05 +01:00
|
|
|
* Mon Sep 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.34.0-1mamba
|
|
|
|
- update to 1.34.0
|
|
|
|
|
2024-01-06 05:22:05 +01:00
|
|
|
* Fri Mar 25 2022 Automatic Build System <autodist@mambasoft.it> 1.32.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:22:05 +01:00
|
|
|
* Sun Mar 21 2021 Automatic Build System <autodist@mambasoft.it> 1.30.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:22:04 +01:00
|
|
|
* Tue Oct 06 2020 Automatic Build System <autodist@mambasoft.it> 1.28.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:22:04 +01:00
|
|
|
* Thu Mar 12 2020 Automatic Build System <autodist@mambasoft.it> 1.26.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:22:04 +01:00
|
|
|
* Sat Feb 22 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.24.1-1mamba
|
|
|
|
- update to 1.24.1
|
|
|
|
|
2024-01-06 05:22:04 +01:00
|
|
|
* Fri Oct 06 2017 Automatic Build System <autodist@mambasoft.it> 1.22.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:22:04 +01:00
|
|
|
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 1.20.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:22:04 +01:00
|
|
|
* Sat Apr 09 2016 Automatic Build System <autodist@mambasoft.it> 1.18.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:22:04 +01:00
|
|
|
* Fri Oct 09 2015 Automatic Build System <autodist@mambasoft.it> 1.16.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:22:04 +01:00
|
|
|
* Thu Apr 09 2015 Automatic Build System <autodist@mambasoft.it> 1.14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:22:04 +01:00
|
|
|
* Mon Sep 22 2014 Automatic Build System <autodist@mambasoft.it> 1.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:22:04 +01:00
|
|
|
* Fri Aug 01 2014 Automatic Build System <autodist@mambasoft.it> 1.10.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:22:04 +01:00
|
|
|
* Mon Mar 31 2014 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Oct 07 2013 Automatic Build System <autodist@mambasoft.it> 1.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jun 25 2013 Automatic Build System <autodist@mambasoft.it> 1.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Mar 28 2013 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jan 06 2013 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Nov 25 2012 Automatic Build System <autodist@mambasoft.it> 1.6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Oct 16 2012 Automatic Build System <autodist@mambasoft.it> 1.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Sep 27 2012 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jun 12 2012 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 19 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba
|
|
|
|
- update to 1.2.0
|
|
|
|
|
|
|
|
* Fri Apr 15 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-1mamba
|
|
|
|
- update to 1.0.0
|
|
|
|
|
|
|
|
* Tue Mar 22 2011 gil <puntogil@libero.it> 0.7.4-1mamba
|
|
|
|
- package created by autospec
|