diff options
Diffstat (limited to 'python-bcdamenu.spec')
| -rw-r--r-- | python-bcdamenu.spec | 189 |
1 files changed, 189 insertions, 0 deletions
diff --git a/python-bcdamenu.spec b/python-bcdamenu.spec new file mode 100644 index 0000000..778e09c --- /dev/null +++ b/python-bcdamenu.spec @@ -0,0 +1,189 @@ +%global _empty_manifest_terminate_build 0 +Name: python-BcdaMenu +Version: 2019.5.0 +Release: 1 +Summary: A GUI menu button to start common software. +License: (c) 2009-2019, UChicago Argonne, LLC +URL: http://BcdaMenu.readthedocs.io +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/74/b0/6bc51c2273dc5c15b05a74f160397767372f014927ae16f60c613e56d2a5/BcdaMenu-2019.5.0.tar.gz +BuildArch: noarch + + +%description +######## +bcdamenu +######## + +Creates a GUI menu button to start common beam line software + +Provides +######## + +* **bcdamenu** : the button menu + +Package Information +################### + +* **author** Pete R. Jemian +* **email** jemian@anl.gov +* **copyright** 2009-2019, Pete R. Jemian +* **license** ANL OPEN SOURCE LICENSE (see `LICENSE.txt <http://BcdaMenu.readthedocs.io/en/latest/license.html>`_ file) +* **documentation** http://bcdamenu.readthedocs.io +* **source** https://github.com/BCDA-APS/bcdamenu + +* **release badges** + .. image:: https://img.shields.io/pypi/pyversions/bcdamenu.svg + :target: https://pypi.python.org/pypi/bcdamenu + :alt: PyPI version + .. image:: https://img.shields.io/github/tag/BCDA-APS/bcdamenu.svg + :target: https://github.com/BCDA-APS/bcdamenu/tags + :alt: https://github.com/BCDA-APS/bcdamenu/tags + .. image:: https://img.shields.io/github/release/BCDA-APS/bcdamenu.svg + :target: https://github.com/BCDA-APS/bcdamenu/releases + :alt: https://github.com/BCDA-APS/bcdamenu/releases + .. image:: https://img.shields.io/pypi/v/bcdamenu.svg + :target: https://pypi.python.org/pypi/bcdamenu/ + :alt: https://pypi.python.org/pypi/bcdamenu/ + .. + .. image:: https://anaconda.org/BCDA-APS/bcdamenu/badges/version.svg + :target: https://anaconda.org/BCDA-APS/bcdamenu + + + + +%package -n python3-BcdaMenu +Summary: A GUI menu button to start common software. +Provides: python-BcdaMenu +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-BcdaMenu +######## +bcdamenu +######## + +Creates a GUI menu button to start common beam line software + +Provides +######## + +* **bcdamenu** : the button menu + +Package Information +################### + +* **author** Pete R. Jemian +* **email** jemian@anl.gov +* **copyright** 2009-2019, Pete R. Jemian +* **license** ANL OPEN SOURCE LICENSE (see `LICENSE.txt <http://BcdaMenu.readthedocs.io/en/latest/license.html>`_ file) +* **documentation** http://bcdamenu.readthedocs.io +* **source** https://github.com/BCDA-APS/bcdamenu + +* **release badges** + .. image:: https://img.shields.io/pypi/pyversions/bcdamenu.svg + :target: https://pypi.python.org/pypi/bcdamenu + :alt: PyPI version + .. image:: https://img.shields.io/github/tag/BCDA-APS/bcdamenu.svg + :target: https://github.com/BCDA-APS/bcdamenu/tags + :alt: https://github.com/BCDA-APS/bcdamenu/tags + .. image:: https://img.shields.io/github/release/BCDA-APS/bcdamenu.svg + :target: https://github.com/BCDA-APS/bcdamenu/releases + :alt: https://github.com/BCDA-APS/bcdamenu/releases + .. image:: https://img.shields.io/pypi/v/bcdamenu.svg + :target: https://pypi.python.org/pypi/bcdamenu/ + :alt: https://pypi.python.org/pypi/bcdamenu/ + .. + .. image:: https://anaconda.org/BCDA-APS/bcdamenu/badges/version.svg + :target: https://anaconda.org/BCDA-APS/bcdamenu + + + + +%package help +Summary: Development documents and examples for BcdaMenu +Provides: python3-BcdaMenu-doc +%description help +######## +bcdamenu +######## + +Creates a GUI menu button to start common beam line software + +Provides +######## + +* **bcdamenu** : the button menu + +Package Information +################### + +* **author** Pete R. Jemian +* **email** jemian@anl.gov +* **copyright** 2009-2019, Pete R. Jemian +* **license** ANL OPEN SOURCE LICENSE (see `LICENSE.txt <http://BcdaMenu.readthedocs.io/en/latest/license.html>`_ file) +* **documentation** http://bcdamenu.readthedocs.io +* **source** https://github.com/BCDA-APS/bcdamenu + +* **release badges** + .. image:: https://img.shields.io/pypi/pyversions/bcdamenu.svg + :target: https://pypi.python.org/pypi/bcdamenu + :alt: PyPI version + .. image:: https://img.shields.io/github/tag/BCDA-APS/bcdamenu.svg + :target: https://github.com/BCDA-APS/bcdamenu/tags + :alt: https://github.com/BCDA-APS/bcdamenu/tags + .. image:: https://img.shields.io/github/release/BCDA-APS/bcdamenu.svg + :target: https://github.com/BCDA-APS/bcdamenu/releases + :alt: https://github.com/BCDA-APS/bcdamenu/releases + .. image:: https://img.shields.io/pypi/v/bcdamenu.svg + :target: https://pypi.python.org/pypi/bcdamenu/ + :alt: https://pypi.python.org/pypi/bcdamenu/ + .. + .. image:: https://anaconda.org/BCDA-APS/bcdamenu/badges/version.svg + :target: https://anaconda.org/BCDA-APS/bcdamenu + + + + +%prep +%autosetup -n BcdaMenu-2019.5.0 + +%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-BcdaMenu -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 2019.5.0-1 +- Package Spec generated |
