summaryrefslogtreecommitdiff
path: root/python-sphinxcontrib-phpdomain.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-sphinxcontrib-phpdomain.spec')
-rw-r--r--python-sphinxcontrib-phpdomain.spec71
1 files changed, 61 insertions, 10 deletions
diff --git a/python-sphinxcontrib-phpdomain.spec b/python-sphinxcontrib-phpdomain.spec
index b9fb9d8..b5086ac 100644
--- a/python-sphinxcontrib-phpdomain.spec
+++ b/python-sphinxcontrib-phpdomain.spec
@@ -1,18 +1,35 @@
%global _empty_manifest_terminate_build 0
Name: python-sphinxcontrib-phpdomain
-Version: 0.9.0
+Version: 0.11.0
Release: 1
Summary: Sphinx extension to enable documenting PHP code
License: BSD
URL: https://github.com/markstory/sphinxcontrib-phpdomain
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bf/af/ca4fecfbf8c0cee5734ee58d292bbb95c8ee2621e4eb4575417a87b5a67a/sphinxcontrib-phpdomain-0.9.0.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/22/4e/10aebf2eb10c56b947d91c2484e237e171db7960e0b369fa125ac03ebb48/sphinxcontrib-phpdomain-0.11.0.tar.gz
BuildArch: noarch
%description
-This package contains the phpdomain Sphinx extension.
+This package provides a Sphinx extension for documenting PHP projects.
-This extension provides a PHP domain for sphinx
+PHP Domain supports following objects:
+
+* Global variable
+* Global function
+* Constants
+* Namespaces
+
+ * Functions
+ * Class
+
+* Class
+
+ * Class constant
+ * Instance methods
+ * Static methods
+ * Properties
+
+* Enums
%package -n python3-sphinxcontrib-phpdomain
Summary: Sphinx extension to enable documenting PHP code
@@ -21,20 +38,54 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
%description -n python3-sphinxcontrib-phpdomain
-This package contains the phpdomain Sphinx extension.
+This package provides a Sphinx extension for documenting PHP projects.
+
+PHP Domain supports following objects:
+
+* Global variable
+* Global function
+* Constants
+* Namespaces
+
+ * Functions
+ * Class
-This extension provides a PHP domain for sphinx
+* Class
+
+ * Class constant
+ * Instance methods
+ * Static methods
+ * Properties
+
+* Enums
%package help
Summary: Development documents and examples for sphinxcontrib-phpdomain
Provides: python3-sphinxcontrib-phpdomain-doc
%description help
-This package contains the phpdomain Sphinx extension.
+This package provides a Sphinx extension for documenting PHP projects.
+
+PHP Domain supports following objects:
+
+* Global variable
+* Global function
+* Constants
+* Namespaces
+
+ * Functions
+ * Class
+
+* Class
+
+ * Class constant
+ * Instance methods
+ * Static methods
+ * Properties
-This extension provides a PHP domain for sphinx
+* Enums
%prep
-%autosetup -n sphinxcontrib-phpdomain-0.9.0
+%autosetup -n sphinxcontrib-phpdomain-0.11.0
%build
%py3_build
@@ -74,5 +125,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.0-1
+* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.11.0-1
- Package Spec generated