From 04104d527bb39dfa6151aa0aaf5478b7be36845a Mon Sep 17 00:00:00 2001 From: TizenOpenSource Date: Tue, 6 Feb 2024 17:28:22 +0900 Subject: [PATCH] Bump to 1.0.0 Signed-off-by: TizenOpenSource --- packaging/python3-catkin-pkg.manifest | 5 ++++ packaging/python3-catkin-pkg.spec | 42 +++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 packaging/python3-catkin-pkg.manifest create mode 100644 packaging/python3-catkin-pkg.spec diff --git a/packaging/python3-catkin-pkg.manifest b/packaging/python3-catkin-pkg.manifest new file mode 100644 index 0000000..86dbb26 --- /dev/null +++ b/packaging/python3-catkin-pkg.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/python3-catkin-pkg.spec b/packaging/python3-catkin-pkg.spec new file mode 100644 index 0000000..78f23b7 --- /dev/null +++ b/packaging/python3-catkin-pkg.spec @@ -0,0 +1,42 @@ +Name: python3-catkin-pkg +Version: 1.0.0 +Release: 1 +Summary: catkin package library +License: BSD +Group: Development/Languages/Python +Source: catkin_pkg-%{version}.tar.gz +Source1001: %{name}.manifest + +BuildRequires: pkgconfig(python3) +BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm + +BuildArch: noarch + +Provides: python3-catkin_pkg + +%description +The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries. + + +%prep +%setup -q -n catkin_pkg-%{version} + +%build +cp %{SOURCE1001} . +%{_bindir}/python3 setup.py build + +%install +%{_bindir}/python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} + +%files +%manifest %{name}.manifest +%license LICENSE +%{python3_sitelib}/catkin_pkg-%{version}-py%{python3_version}.egg-info +%{python3_sitelib}/catkin_pkg/*.py +%{python3_sitelib}/catkin_pkg/__pycache__/*.cpython-*.pyc +%{python3_sitelib}/catkin_pkg/cli/*.py +%{python3_sitelib}/catkin_pkg/cli/__pycache__/*.cpython-*.pyc +%{python3_sitelib}/catkin_pkg/templates/CMakeLists.txt.in +%{python3_sitelib}/catkin_pkg/templates/metapackage.cmake.in +%{python3_sitelib}/catkin_pkg/templates/package.xml.in -- 2.34.1