diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-05 12:44:40 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-05 12:44:40 +0000 |
| commit | c553b748ad356eeea87a3e9f03dd491e0d25c6db (patch) | |
| tree | a41cfa4667294dfcac2c0affe1ac749a1734c6b2 | |
| parent | e668f14b422c91ac962952cdf565379033d432c8 (diff) | |
automatic import of python-babeldjangoopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-babeldjango.spec | 72 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 74 insertions, 0 deletions
@@ -0,0 +1 @@ +/BabelDjango-0.2.2.tar.gz diff --git a/python-babeldjango.spec b/python-babeldjango.spec new file mode 100644 index 0000000..6b02e7d --- /dev/null +++ b/python-babeldjango.spec @@ -0,0 +1,72 @@ +%global _empty_manifest_terminate_build 0 +Name: python-BabelDjango +Version: 0.2.2 +Release: 1 +Summary: Utilities for using Babel in Django +License: BSD +URL: http://babel.edgewall.org/wiki/BabelDjango +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/98/33/e0e0e640f3e1794ab79f6e19388c5df06263042b95dddcf6707cec6d2662/BabelDjango-0.2.2.tar.gz +BuildArch: noarch + + +%description +UNKNOWN + +%package -n python3-BabelDjango +Summary: Utilities for using Babel in Django +Provides: python-BabelDjango +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-BabelDjango +UNKNOWN + +%package help +Summary: Development documents and examples for BabelDjango +Provides: python3-BabelDjango-doc +%description help +UNKNOWN + +%prep +%autosetup -n BabelDjango-0.2.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-BabelDjango -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.2-1 +- Package Spec generated @@ -0,0 +1 @@ +c4df5f579c5798829987d2334ed0e2dd BabelDjango-0.2.2.tar.gz |
