Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
0fab69c5f7 !3 upgrade to 0.5.2 for xfce 4.16
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-23 08:42:06 +00:00
linz
eb50a2aac0 upgrade to 0.5.2 for xfce 4.16 2021-06-23 16:35:14 +08:00
openeuler-ci-bot
f118dc4163 !2 20201127 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-12-02 12:31:33 +08:00
zhang__3125
261f5ce587 20201201 add yaml file 2020-12-02 12:23:51 +08:00
zhang__3125
a8930d94d6 20201201 add yaml file 2020-12-02 12:09:01 +08:00
张琳
7f74d3c4da update thunarx-python.spec. 2020-12-02 11:51:31 +08:00
张琳
774c02f07f update thunarx-python.spec. 2020-12-01 15:21:06 +08:00
张琳
1f48c71144 update thunarx-python.spec. 2020-12-01 14:55:15 +08:00
zhang__3125
8f6e3b5969 20201201 add yaml file 2020-12-01 14:15:59 +08:00
zhang__3125
d33e76ec3b 20201127 add yaml file 2020-11-27 12:55:43 +08:00
4 changed files with 16 additions and 9 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,13 @@
%global minorversion 0.5
Name: thunarx-python
Version: 0.5.1
Version: 0.5.2
Release: 1
Summary: Python bindings for the Thunar Extension Framework
License: LGPLv2+
#Group: Development/Libraries
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)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: gtk-doc
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.
%prep
%setup -q
%autosetup
%build
export PYTHON=/usr/bin/python3.8
export PYTHON_LIBS=-lpython3.8
export PKG_CONFIG_PATH=/usr/lib64/pkgconfig
%configure --enable-gtk-doc --with-python3
export PYTHON=%{__python3}
export PYTHON_LIBS=-lpython%{python3_version}
export PKG_CONFIG_PATH=/%{_libdir}pkgconfig
%configure --enable-gtk-doc
%make_build
%install
@ -48,5 +48,8 @@ mkdir -p %{buildroot}/%{_datadir}/thunarx-python/extensions
%doc %{_pkgdocdir}/examples/
%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
- Init package

4
thunarx-python.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://gitlab.xfce.org/bindings/thunarx-python.git
tag_prefix: "thunarx-python-"
seperator: "."