summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-15 03:21:41 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-15 03:21:41 +0000
commit3d4f5c233f3dd581e99af350249dc6f111e19510 (patch)
treecfe27d4796cef6687549f9ce7ef47f75a6ba2fc9
parent133db7ed71b051bd6c4984fa58c03a9d10f4a0dc (diff)
automatic import of python-products-plonemeeting
-rw-r--r--.gitignore1
-rw-r--r--python-products-plonemeeting.spec72
-rw-r--r--sources1
3 files changed, 74 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..ebbb41e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Products.PloneMeeting-4.2.tar.gz
diff --git a/python-products-plonemeeting.spec b/python-products-plonemeeting.spec
new file mode 100644
index 0000000..066c4e8
--- /dev/null
+++ b/python-products-plonemeeting.spec
@@ -0,0 +1,72 @@
+%global _empty_manifest_terminate_build 0
+Name: python-Products.PloneMeeting
+Version: 4.2
+Release: 1
+Summary: Official meetings management
+License: GPL
+URL: https://www.imio.be/nos-applications/ia-delib
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3b/1b/34b771850c04a1f72fc946f499c324b5eff7c818aa5a20f737c2dde9c45e/Products.PloneMeeting-4.2.tar.gz
+BuildArch: noarch
+
+
+%description
+
+
+%package -n python3-Products.PloneMeeting
+Summary: Official meetings management
+Provides: python-Products.PloneMeeting
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-Products.PloneMeeting
+
+
+%package help
+Summary: Development documents and examples for Products.PloneMeeting
+Provides: python3-Products.PloneMeeting-doc
+%description help
+
+
+%prep
+%autosetup -n Products.PloneMeeting-4.2
+
+%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-Products.PloneMeeting -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 4.2-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..4081de4
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+ac437b7bd16da2541a15a366153fe47a Products.PloneMeeting-4.2.tar.gz