diff options
Diffstat (limited to 'python-comiccrawler.spec')
| -rw-r--r-- | python-comiccrawler.spec | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/python-comiccrawler.spec b/python-comiccrawler.spec new file mode 100644 index 0000000..52a246e --- /dev/null +++ b/python-comiccrawler.spec @@ -0,0 +1,84 @@ +%global _empty_manifest_terminate_build 0 +Name: python-comiccrawler +Version: 2022.11.21 +Release: 1 +Summary: An image crawler, including multiple modules and GUI. +License: MIT +URL: https://github.com/eight04/ComicCrawler +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f4/23/3888e48847c0a6c9219c6af76f12cb35456209c02147fa78374e4a06b64d/comiccrawler-2022.11.21.tar.gz +BuildArch: noarch + +Requires: python3-belfrywidgets +Requires: python3-brotli +Requires: python3-desktop3 +Requires: python3-docopt +Requires: python3-lzstring +Requires: python3-node-vm2 +Requires: python3-puremagic +Requires: python3-pycryptodomex +Requires: python3-pythreadworker +Requires: python3-requests +Requires: python3-safeprint +Requires: python3-uncurl + +%description +Comic Crawler 是用來扒圖的一支 Python Script。擁有簡易的下載管理員、圖書館功能、 與方便的擴充能力。 + +%package -n python3-comiccrawler +Summary: An image crawler, including multiple modules and GUI. +Provides: python-comiccrawler +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-comiccrawler +Comic Crawler 是用來扒圖的一支 Python Script。擁有簡易的下載管理員、圖書館功能、 與方便的擴充能力。 + +%package help +Summary: Development documents and examples for comiccrawler +Provides: python3-comiccrawler-doc +%description help +Comic Crawler 是用來扒圖的一支 Python Script。擁有簡易的下載管理員、圖書館功能、 與方便的擴充能力。 + +%prep +%autosetup -n comiccrawler-2022.11.21 + +%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-comiccrawler -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 2022.11.21-1 +- Package Spec generated |
