pyxdg/pyxdg.spec

65 lines
1.9 KiB
RPMSpec
Raw Normal View History

2019-12-05 16:36:01 +08:00
Name: pyxdg
2023-06-08 20:17:08 +08:00
Version: 0.28
Release: 1
2019-12-05 16:36:01 +08:00
Summary: Python library to access freedesktop APIs
License: LGPLv2
URL: http://freedesktop.org/Software/pyxdg
Source0: https://pypi.io/packages/source/P/PyXDG/pyxdg-%{version}.tar.gz
2023-06-08 20:17:08 +08:00
# https://gitlab.freedesktop.org/xdg/pyxdg/-/archive/rel-%{version}/pyxdg-rel-%{version}.tar.gz?path=test/example
Source1: pyxdg-0.28-test-example.tar.gz
2019-12-05 16:36:01 +08:00
BuildArch: noarch
BuildRequires: hicolor-icon-theme shared-mime-info
%description
PyXDG package provides a library to invoke APIs that conform to freedesktop.org standards.
%package -n python3-pyxdg
Summary: Python3 library to access freedesktop APIs
2020-11-02 11:36:41 +08:00
BuildRequires: python%{python3_pkgversion}-devel
2023-06-08 20:17:08 +08:00
BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: python%{python3_pkgversion}-pytest
2019-12-05 16:36:01 +08:00
2020-11-02 11:36:41 +08:00
%{?python_provide:%python_provide python%{python3_pkgversion}-pyxdg}
%description -n python%{python3_pkgversion}-pyxdg
2019-12-05 16:36:01 +08:00
This package contains a Python 3 version of PyXDG.
%prep
2023-06-08 20:17:08 +08:00
%setup -q -b 1
cp -r ../pyxdg-rel-%{version}-test-example/test/example test/
2019-12-05 16:36:01 +08:00
%build
%py3_build
%install
%py3_install
%check
2023-06-08 20:17:08 +08:00
export PYTHONPATH=%{buildroot}%{python3_sitelib}
pytest test/test*.py -v
2019-12-05 16:36:01 +08:00
2020-11-02 11:36:41 +08:00
%files -n python%{python3_pkgversion}-pyxdg
2019-12-05 16:36:01 +08:00
%license COPYING
%doc AUTHORS ChangeLog README TODO
%{python3_sitelib}/xdg
%{python3_sitelib}/pyxdg-*.egg-info
%changelog
2023-06-08 20:17:08 +08:00
* Thu Jun 08 2023 yaoxin <yao_xin001@hoperun.com> - 0.28-1
- Update to 0.28
* Tue Jan 17 2023 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 0.26-5
- Fix-compatibility-with-python-3.8.4.patch
* Fri Jan 13 2023 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 0.26-4
- Fix several ResourceWarnings: unclosed file
2020-11-02 11:36:41 +08:00
* Wed Oct 21 2020 zhangpeng <zhangpeng228@huawei.com> - 0.26-3
- disable python2
2019-12-05 16:36:01 +08:00
* Thu Nov 28 2019 lihao <lihao129@huawei.com> - 0.26-2
- Package Init