diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-11 06:48:36 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-11 06:48:36 +0000 |
commit | d2fbd595e82c45db00b0722c9f90d75f6bbb6ec2 (patch) | |
tree | 0f29386f4cb53e7cb284a8cfed4c48ffa5d4cf9d | |
parent | aa92bc9c2f8897e20f1c3aa0f3db07e3a89ff7c0 (diff) |
automatic import of python-enmerkar-underscore
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-enmerkar-underscore.spec | 76 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 78 insertions, 0 deletions
@@ -0,0 +1 @@ +/enmerkar-underscore-2.1.0.tar.gz diff --git a/python-enmerkar-underscore.spec b/python-enmerkar-underscore.spec new file mode 100644 index 0000000..267efe2 --- /dev/null +++ b/python-enmerkar-underscore.spec @@ -0,0 +1,76 @@ +%global _empty_manifest_terminate_build 0 +Name: python-enmerkar-underscore +Version: 2.1.0 +Release: 1 +Summary: Implements a underscore extractor for django-babel. +License: BSD +URL: https://github.com/edx/enmerkar-underscore +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/70/5d/ad4946641971638a3615609948a638068d5029905b2647c151f08d56272a/enmerkar-underscore-2.1.0.tar.gz +BuildArch: noarch + +Requires: python3-django +Requires: python3-enmerkar +Requires: python3-markey +Requires: python3-babel + +%description + + +%package -n python3-enmerkar-underscore +Summary: Implements a underscore extractor for django-babel. +Provides: python-enmerkar-underscore +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-enmerkar-underscore + + +%package help +Summary: Development documents and examples for enmerkar-underscore +Provides: python3-enmerkar-underscore-doc +%description help + + +%prep +%autosetup -n enmerkar-underscore-2.1.0 + +%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-enmerkar-underscore -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.0-1 +- Package Spec generated @@ -0,0 +1 @@ +1f2a8718bf46c679a88e4dafb867f975 enmerkar-underscore-2.1.0.tar.gz |