%global _empty_manifest_terminate_build 0 Name: python-ihsm-analytics Version: 0.0.33 Release: 1 Summary: The package provides advanced geo-analytics functionalities. License: MIT URL: https://ihsmarkit.com/ Source0: https://mirrors.aliyun.com/pypi/web/packages/22/35/58f2eb787fb7bd495a6732b0f21bae36d5625db6c51cbf3cf796765e0348/ihsm_analytics-0.0.33.tar.gz BuildArch: noarch Requires: python3-numpy Requires: python3-pandas Requires: python3-scipy Requires: python3-sklearn Requires: python3-xgboost %description # Project Name TODO: Write a project description ## Installation TODO: Describe the installation process ## Usage TODO: Write usage instructions ## Contributing 1. Fork it! 2. Create your feature branch: `git checkout -b my-new-feature` 3. Commit your changes: `git commit -am 'Add some feature'` 4. Push to the branch: `git push origin my-new-feature` 5. Submit a pull request :D ## History TODO: Write history ## Credits TODO: Write credits ## License TODO: Write license %package -n python3-ihsm-analytics Summary: The package provides advanced geo-analytics functionalities. Provides: python-ihsm-analytics BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-ihsm-analytics # Project Name TODO: Write a project description ## Installation TODO: Describe the installation process ## Usage TODO: Write usage instructions ## Contributing 1. Fork it! 2. Create your feature branch: `git checkout -b my-new-feature` 3. Commit your changes: `git commit -am 'Add some feature'` 4. Push to the branch: `git push origin my-new-feature` 5. Submit a pull request :D ## History TODO: Write history ## Credits TODO: Write credits ## License TODO: Write license %package help Summary: Development documents and examples for ihsm-analytics Provides: python3-ihsm-analytics-doc %description help # Project Name TODO: Write a project description ## Installation TODO: Describe the installation process ## Usage TODO: Write usage instructions ## Contributing 1. Fork it! 2. Create your feature branch: `git checkout -b my-new-feature` 3. Commit your changes: `git commit -am 'Add some feature'` 4. Push to the branch: `git push origin my-new-feature` 5. Submit a pull request :D ## History TODO: Write history ## Credits TODO: Write credits ## License TODO: Write license %prep %autosetup -n ihsm_analytics-0.0.33 %build %py3_build %install %py3_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-ihsm-analytics -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Tue Jun 20 2023 Python_Bot - 0.0.33-1 - Package Spec generated