summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-31 03:24:33 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-31 03:24:33 +0000
commit719741e87b53d655302c6d7cfa5e6efce2b1945a (patch)
tree90a4dd8ba1a71cef5161da5d60acaefba19dcff5
parentf401daaf99b02731e4240884c0e13d780a1fcd49 (diff)
automatic import of python-munityapps
-rw-r--r--.gitignore1
-rw-r--r--python-munityapps.spec96
-rw-r--r--sources1
3 files changed, 98 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..135d243 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/munityapps-0.1.61.tar.gz
diff --git a/python-munityapps.spec b/python-munityapps.spec
new file mode 100644
index 0000000..de665d5
--- /dev/null
+++ b/python-munityapps.spec
@@ -0,0 +1,96 @@
+%global _empty_manifest_terminate_build 0
+Name: python-munityapps
+Version: 0.1.61
+Release: 1
+Summary: API for munity project
+License: MIT License
+URL: https://munityapps.com
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ba/51/90fdb21e5d9a3901c4d0ca2f4cdcce0fd39c580dca0b3556cd6f89aabceb/munityapps-0.1.61.tar.gz
+BuildArch: noarch
+
+
+%description
+# MUNITY API
+
+Set of application used by *Django Rest Framework* to bootstrap brand new SaaS in an **awesome** way!
+
+**Munity** limit ***technical debt***, so you can focus on your buisness.
+
+[Munity github project](https://github.com/munityapps/munity)
+
+
+
+%package -n python3-munityapps
+Summary: API for munity project
+Provides: python-munityapps
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-munityapps
+# MUNITY API
+
+Set of application used by *Django Rest Framework* to bootstrap brand new SaaS in an **awesome** way!
+
+**Munity** limit ***technical debt***, so you can focus on your buisness.
+
+[Munity github project](https://github.com/munityapps/munity)
+
+
+
+%package help
+Summary: Development documents and examples for munityapps
+Provides: python3-munityapps-doc
+%description help
+# MUNITY API
+
+Set of application used by *Django Rest Framework* to bootstrap brand new SaaS in an **awesome** way!
+
+**Munity** limit ***technical debt***, so you can focus on your buisness.
+
+[Munity github project](https://github.com/munityapps/munity)
+
+
+
+%prep
+%autosetup -n munityapps-0.1.61
+
+%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-munityapps -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.61-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..a810a53
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+19507498b03f6ddeb932240fe84ced48 munityapps-0.1.61.tar.gz