upgrade to 0.5.2 for xfce 4.16
This commit is contained in:
parent
261f5ce587
commit
eb50a2aac0
Binary file not shown.
BIN
thunarx-python-0.5.2.tar.bz2
Normal file
BIN
thunarx-python-0.5.2.tar.bz2
Normal file
Binary file not shown.
@ -1,13 +1,13 @@
|
|||||||
|
%global minorversion 0.5
|
||||||
|
|
||||||
Name: thunarx-python
|
Name: thunarx-python
|
||||||
Version: 0.5.1
|
Version: 0.5.2
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Python bindings for the Thunar Extension Framework
|
Summary: Python bindings for the Thunar Extension Framework
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
#Group: Development/Libraries
|
|
||||||
URL: http://goodies.xfce.org/projects/bindings/%{name}
|
URL: http://goodies.xfce.org/projects/bindings/%{name}
|
||||||
Source0: http://archive.xfce.org/src/bindings/%{name}/0.5/%{name}-%{version}.tar.bz2
|
Source0: http://archive.xfce.org/src/bindings/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
#BuildArch: noarch
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: pygobject3-devel >= 2.6.0
|
BuildRequires: pygobject3-devel >= 2.6.0
|
||||||
@ -22,13 +22,13 @@ Provides: python3-thunarx%{?_isa} = %{version}-%{release}
|
|||||||
These bindings allow one to create python plugins for Thunar.
|
These bindings allow one to create python plugins for Thunar.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export PYTHON=/usr/bin/python3.8
|
export PYTHON=%{__python3}
|
||||||
export PYTHON_LIBS=-lpython3.8
|
export PYTHON_LIBS=-lpython%{python3_version}
|
||||||
export PKG_CONFIG_PATH=/usr/lib64/pkgconfig
|
export PKG_CONFIG_PATH=/%{_libdir}pkgconfig
|
||||||
%configure --enable-gtk-doc --with-python3
|
%configure --enable-gtk-doc
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -48,5 +48,8 @@ mkdir -p %{buildroot}/%{_datadir}/thunarx-python/extensions
|
|||||||
%doc %{_pkgdocdir}/examples/
|
%doc %{_pkgdocdir}/examples/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 0.5.2-1
|
||||||
|
- Update to 0.5.2
|
||||||
|
|
||||||
* Tue Jul 28 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.5.1-1
|
* Tue Jul 28 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.5.1-1
|
||||||
- Init package
|
- Init package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user