|
@@ -1,6 +1,6 @@
|
|
Summary: Plug-ins implementation convenience library
|
|
Summary: Plug-ins implementation convenience library
|
|
Name: libpeas
|
|
Name: libpeas
|
|
-Version: 1.30.0
|
|
|
|
|
|
+Version: 1.34.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Group: system
|
|
Group: system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -16,10 +16,10 @@ BuildRequires: pygobject3-devel
|
|
BuildRequires: python3-devel
|
|
BuildRequires: python3-devel
|
|
BuildRequires: gjs-devel
|
|
BuildRequires: gjs-devel
|
|
BuildRequires: glade3-devel
|
|
BuildRequires: glade3-devel
|
|
-BuildRequires: gtk-doc
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
BuildRequires: gobject-introspection-devel
|
|
BuildRequires: intltool
|
|
BuildRequires: intltool
|
|
BuildRequires: meson
|
|
BuildRequires: meson
|
|
|
|
+Obsoletes: %{name}-docs
|
|
|
|
|
|
%description
|
|
%description
|
|
libpeas is a convenience library making adding plug-ins support
|
|
libpeas is a convenience library making adding plug-ins support
|
|
@@ -37,16 +37,6 @@ This package contains development libraries and header files
|
|
that are needed to write applications that use libpeas.
|
|
that are needed to write applications that use libpeas.
|
|
|
|
|
|
|
|
|
|
-%package docs
|
|
|
|
-Summary: Documentation for %{name}
|
|
|
|
-Summary(ja): %{name} 用のドキュメント
|
|
|
|
-Group: documentation
|
|
|
|
-BuildArch: noarch
|
|
|
|
-
|
|
|
|
-%description docs
|
|
|
|
-This package contains documentation for %{name}.
|
|
|
|
-
|
|
|
|
-
|
|
|
|
%package python3
|
|
%package python3
|
|
Summary: Python3 loader for %{name}
|
|
Summary: Python3 loader for %{name}
|
|
Group: programming
|
|
Group: programming
|
|
@@ -66,7 +56,7 @@ Provides: python3-%{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
-%meson -Dgtk_doc=true
|
|
|
|
|
|
+%meson -Dgtk_doc=false
|
|
%meson_build
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
@@ -108,16 +98,15 @@ fi
|
|
%{_datadir}/gir-1.0/*.gir
|
|
%{_datadir}/gir-1.0/*.gir
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
-%files docs
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
-%{_datadir}/gtk-doc/html/libpeas/
|
|
|
|
-
|
|
|
|
%files python3
|
|
%files python3
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%{_libdir}/libpeas-1.0/loaders/libpython3loader.so
|
|
%{_libdir}/libpeas-1.0/loaders/libpython3loader.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Nov 05 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.34.0-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Mon Mar 29 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.30.0-1
|
|
* Mon Mar 29 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.30.0-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|