diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-15 08:27:53 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-15 08:27:53 +0000 |
| commit | c6f314e2646f534f7e5821bbaab4a81b1837d774 (patch) | |
| tree | e8e3be1bdf83e9fe2ecfefbb51f3ad3f8197b006 | |
| parent | c48da5d6e074edf9d6d4edeca017b3072b7e6918 (diff) | |
automatic import of python-django-idp-user
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-django-idp-user.spec | 72 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 74 insertions, 0 deletions
@@ -0,0 +1 @@ +/django_idp_user-2.0.4.tar.gz diff --git a/python-django-idp-user.spec b/python-django-idp-user.spec new file mode 100644 index 0000000..0567715 --- /dev/null +++ b/python-django-idp-user.spec @@ -0,0 +1,72 @@ +%global _empty_manifest_terminate_build 0 +Name: python-django-idp-user +Version: 2.0.4 +Release: 1 +Summary: A Django app that handles the communication between the IDP and the products for the authorization of users. +License: MIT (X11) +URL: https://github.com/CardoAI/django-idp-user +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/03/90/73364d5fcad742b10f68b31473016f6aef490ab13a764ceae76111b2de38/django_idp_user-2.0.4.tar.gz +BuildArch: noarch + + +%description + + +%package -n python3-django-idp-user +Summary: A Django app that handles the communication between the IDP and the products for the authorization of users. +Provides: python-django-idp-user +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-django-idp-user + + +%package help +Summary: Development documents and examples for django-idp-user +Provides: python3-django-idp-user-doc +%description help + + +%prep +%autosetup -n django-idp-user-2.0.4 + +%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-idp-user -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.4-1 +- Package Spec generated @@ -0,0 +1 @@ +686b1316af0d229b4af285f66fa51365 django_idp_user-2.0.4.tar.gz |
