From 1212bf31371781ddee0ff560190570d06fc449af Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Sun, 15 May 2022 11:24:08 +0200 Subject: [PATCH] initial package creation Signed-off-by: Toshaan Bharvani --- SOURCES/.gitkeeper | 0 SPECS/python-xapp.spec | 137 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 137 insertions(+) create mode 100644 SOURCES/.gitkeeper create mode 100644 SPECS/python-xapp.spec diff --git a/SOURCES/.gitkeeper b/SOURCES/.gitkeeper new file mode 100644 index 0000000..e69de29 diff --git a/SPECS/python-xapp.spec b/SPECS/python-xapp.spec new file mode 100644 index 0000000..3e07014 --- /dev/null +++ b/SPECS/python-xapp.spec @@ -0,0 +1,137 @@ +Name: python-xapp +Version: 2.2.1 +Release: 1%{?dist} +Summary: Python bindings for xapps + +License: LGPLv2 +URL: https://github.com/linuxmint/%{name} +Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz + +BuildArch: noarch + +%description +%{summary}. + + +%package -n python3-xapp +Summary: %{summary} + +BuildRequires: python3-devel +BuildRequires: python3-setuptools + +Requires: python3-psutil + +%description -n python3-xapp +%{summary}. + + +%prep +%autosetup -p1 -n python3-xapp-%{version} + + +%build +%py3_build + + +%install +%py3_install + + +%files -n python3-xapp +%license COPYING debian/copyright +%doc PKG-INFO debian/changelog +%{python3_sitelib}/xapp/ +%{python3_sitelib}/python_xapp-%{version}-py%{python3_version}.egg-info + + +%changelog +* Thu Jun 10 2021 Leigh Scott - 2.2.1-1 +- Update to 2.2.1 release + +* Fri Jun 04 2021 Python Maint - 2.2.0-2 +- Rebuilt for Python 3.10 + +* Fri May 28 2021 Leigh Scott - 2.2.0-1 +- Update to 2.2.0 release + +* Wed Jan 27 2021 Fedora Release Engineering - 2.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Nov 25 2020 Leigh Scott - 2.0.2-1 +- Update to 2.0.2 release + +* Wed Jul 29 2020 Fedora Release Engineering - 2.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 2.0.1-2 +- Rebuilt for Python 3.9 + +* Tue May 12 2020 Leigh Scott - 2.0.1-1 +- Update to 2.0.1 release + +* Thu Jan 30 2020 Fedora Release Engineering - 1.8.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Nov 28 2019 Leigh Scott - 1.8.1-1 +- Update to 1.8.1 release + +* Sat Nov 16 2019 Leigh Scott - 1.8.0-1 +- Update to 1.8.0 release + +* Sun Sep 15 2019 Leigh Scott - 1.6.0-4 +- Fix summary + +* Mon Aug 19 2019 Miro Hrončok - 1.6.0-3 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri May 17 2019 Leigh Scott - 1.6.0-1 +- Update to 1.6.0 release + +* Sat Feb 02 2019 Fedora Release Engineering - 1.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Oct 30 2018 Leigh Scott - 1.4.0-1 +- Update to 1.4.0 release + +* Sun Oct 07 2018 Leigh Scott - 1.2.0-4 +- Drop EPEL/RHEL support +- Drop python2 support + +* Sat Jul 14 2018 Fedora Release Engineering - 1.2.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 1.2.0-2 +- Rebuilt for Python 3.7 + +* Mon Apr 16 2018 Leigh Scott - 1.2.0-1 +- Update to 1.2.0 release + +* Fri Feb 09 2018 Fedora Release Engineering - 1.0.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Nov 16 2017 Björn Esser - 1.0.1-7 +- Use unified Provides for EPEL7 + +* Thu Nov 16 2017 Björn Esser - 1.0.1-6 +- Use unified macros for Python 3 + +* Thu Aug 31 2017 Björn Esser - 1.0.1-5 +- Build a Python3 compat pkg on RHEL7 + +* Tue Aug 29 2017 Björn Esser - 1.0.1-4 +- Fix for EPEL + +* Tue Aug 29 2017 Björn Esser - 1.0.1-3 +- Conditionalize Python3 for EPEL + +* Thu Jul 27 2017 Fedora Release Engineering - 1.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Tue Jun 13 2017 Björn Esser - 1.0.1-1 +- Update to 1.0.1 release (rhbz#1460408) + +* Mon May 01 2017 Leigh Scott - 1.0.0-1 +- Initial rpm-release (rhbz#1448559)