diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-11 09:04:23 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-11 09:04:23 +0000 |
| commit | 32e55ac0740fcdeaf2f0918cfb21b3c866485bea (patch) | |
| tree | 77054aacd4761807fed9a13099519869d530bf74 | |
| parent | 6f410edb93826725b07618fa66c57cc8f002d6c7 (diff) | |
automatic import of python-django-leaflet
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-django-leaflet.spec | 75 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 77 insertions, 0 deletions
@@ -0,0 +1 @@ +/django-leaflet-0.28.3.tar.gz diff --git a/python-django-leaflet.spec b/python-django-leaflet.spec new file mode 100644 index 0000000..f82b49b --- /dev/null +++ b/python-django-leaflet.spec @@ -0,0 +1,75 @@ +%global _empty_manifest_terminate_build 0 +Name: python-django-leaflet +Version: 0.28.3 +Release: 1 +Summary: Use Leaflet in your django projects +License: LPGL, see LICENSE file. +URL: https://github.com/makinacorpus/django-leaflet +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fe/ba/c6b5a7133fca9008b9323ec5bafacd4249ac30505804646ed405bfc6955a/django-leaflet-0.28.3.tar.gz +BuildArch: noarch + +Requires: python3-Django +Requires: python3-sphinx +Requires: python3-sphinx-autobuild + +%description + + +%package -n python3-django-leaflet +Summary: Use Leaflet in your django projects +Provides: python-django-leaflet +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-django-leaflet + + +%package help +Summary: Development documents and examples for django-leaflet +Provides: python3-django-leaflet-doc +%description help + + +%prep +%autosetup -n django-leaflet-0.28.3 + +%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-django-leaflet -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.28.3-1 +- Package Spec generated @@ -0,0 +1 @@ +4c80b2a038d597448c80a2c140b3dff9 django-leaflet-0.28.3.tar.gz |
