diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-05 15:24:25 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-05 15:24:25 +0000 |
commit | c119645a3015738e253ebe8c37541f7f80d64514 (patch) | |
tree | d527277f5d991624ce87128c9e4dc009c9639a0c /python-gargoyle-yplan.spec | |
parent | 229cebfae54eb752f724061dc3363fdc55809c9d (diff) |
automatic import of python-gargoyle-yplanopeneuler20.03
Diffstat (limited to 'python-gargoyle-yplan.spec')
-rw-r--r-- | python-gargoyle-yplan.spec | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/python-gargoyle-yplan.spec b/python-gargoyle-yplan.spec new file mode 100644 index 0000000..d385f2a --- /dev/null +++ b/python-gargoyle-yplan.spec @@ -0,0 +1,76 @@ +%global _empty_manifest_terminate_build 0 +Name: python-gargoyle-yplan +Version: 2.1.1 +Release: 1 +Summary: Gargoyle is a platform built on top of Django which allows you to switch functionality of your application on and off based on conditions. +License: Apache License 2.0 +URL: https://github.com/adamchainz/gargoyle +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f2/fb/de0d2a8e570e86b1f6efacd0185ab3f45cda74f6df50689dd489d79d8be0/gargoyle-yplan-2.1.1.tar.gz +BuildArch: noarch + +Requires: python3-Django +Requires: python3-django-modeldict-yplan +Requires: python3-nexus-yplan +Requires: python3-django-jsonfield + +%description + + +%package -n python3-gargoyle-yplan +Summary: Gargoyle is a platform built on top of Django which allows you to switch functionality of your application on and off based on conditions. +Provides: python-gargoyle-yplan +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-gargoyle-yplan + + +%package help +Summary: Development documents and examples for gargoyle-yplan +Provides: python3-gargoyle-yplan-doc +%description help + + +%prep +%autosetup -n gargoyle-yplan-2.1.1 + +%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-gargoyle-yplan -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.1-1 +- Package Spec generated |