summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-18 04:45:10 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-18 04:45:10 +0000
commit78deeb303665b91270daff256aadb46e68738816 (patch)
tree5fb4053e5d4cb03658896296f29b275386b74015
parent066b11d33548f263f71a97edd6c70c4f8fa46b40 (diff)
automatic import of python-coffeelintbear
-rw-r--r--.gitignore1
-rw-r--r--python-coffeelintbear.spec78
-rw-r--r--sources1
3 files changed, 80 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..a093306 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/CoffeeLintBear-0.10.0.tar.gz
diff --git a/python-coffeelintbear.spec b/python-coffeelintbear.spec
new file mode 100644
index 0000000..38b5e18
--- /dev/null
+++ b/python-coffeelintbear.spec
@@ -0,0 +1,78 @@
+%global _empty_manifest_terminate_build 0
+Name: python-CoffeeLintBear
+Version: 0.10.0
+Release: 1
+Summary: 'CoffeeLintBear' bear for coala (http://coala.rtfd.org/)
+License: AGPL-3.0
+URL: https://pypi.org/project/CoffeeLintBear/
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/83/db/0479218fefc39cfabda3365b78190913607b85c3cc8eeeef4075b3a4d382/CoffeeLintBear-0.10.0.tar.gz
+BuildArch: noarch
+
+
+%description
+Check CoffeeScript code for a clean and consistent style.
+
+ For more information about coffeelint, visit <http://www.coffeelint.org/>.
+
+%package -n python3-CoffeeLintBear
+Summary: 'CoffeeLintBear' bear for coala (http://coala.rtfd.org/)
+Provides: python-CoffeeLintBear
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-CoffeeLintBear
+Check CoffeeScript code for a clean and consistent style.
+
+ For more information about coffeelint, visit <http://www.coffeelint.org/>.
+
+%package help
+Summary: Development documents and examples for CoffeeLintBear
+Provides: python3-CoffeeLintBear-doc
+%description help
+Check CoffeeScript code for a clean and consistent style.
+
+ For more information about coffeelint, visit <http://www.coffeelint.org/>.
+
+%prep
+%autosetup -n CoffeeLintBear-0.10.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-CoffeeLintBear -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.0-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..fd16fbe
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+3d8a2e8e8445ecf299db54a312f69a42 CoffeeLintBear-0.10.0.tar.gz