diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-10 09:01:47 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-10 09:01:47 +0000 |
commit | 3d4d224a7d55efbd9d0db8f2d44e77e1c2a28127 (patch) | |
tree | e4a5f3e369211c705f2c9b3b8119b206214fd648 | |
parent | e1f3bdbdc221bbe46ecbac07644a6abb8fd0eceb (diff) |
automatic import of python-django-freeipa-auth
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-django-freeipa-auth.spec | 72 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 74 insertions, 0 deletions
@@ -0,0 +1 @@ +/django-freeipa-auth-2.0.3.tar.gz diff --git a/python-django-freeipa-auth.spec b/python-django-freeipa-auth.spec new file mode 100644 index 0000000..e96ea23 --- /dev/null +++ b/python-django-freeipa-auth.spec @@ -0,0 +1,72 @@ +%global _empty_manifest_terminate_build 0 +Name: python-django-freeipa-auth +Version: 2.0.3 +Release: 1 +Summary: A simple django freeipa rpc authentication backend app with a simple server failover solution. +License: BSD License +URL: https://github.com/enervee/django-freeipa-auth +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a8/00/72754f44a6a010be51add66c319da1c42c02d5e95da657d80d66fa9fbc71/django-freeipa-auth-2.0.3.tar.gz +BuildArch: noarch + + +%description + + +%package -n python3-django-freeipa-auth +Summary: A simple django freeipa rpc authentication backend app with a simple server failover solution. +Provides: python-django-freeipa-auth +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-django-freeipa-auth + + +%package help +Summary: Development documents and examples for django-freeipa-auth +Provides: python3-django-freeipa-auth-doc +%description help + + +%prep +%autosetup -n django-freeipa-auth-2.0.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-freeipa-auth -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.3-1 +- Package Spec generated @@ -0,0 +1 @@ +689d0f31e76a1523d89fe97e00fabde0 django-freeipa-auth-2.0.3.tar.gz |