summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2022-03-28 08:37:16 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2022-03-28 08:37:16 +0000
commita9636abeeaf2c0233ccd497120a8f36476133fd8 (patch)
treee1bb4da1ddba3728b5523f8bb40b988bf11fa805
parentcfb50e9ac1d8c07c34f9bb58651338d543cfdf1d (diff)
automatic import of python-dmn-pythonepel9
-rw-r--r--.gitignore1
-rw-r--r--python-dmn_python.spec57
-rw-r--r--sources1
3 files changed, 59 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..fd7089b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/dmn_python-0.1.4.1.tar.gz
diff --git a/python-dmn_python.spec b/python-dmn_python.spec
new file mode 100644
index 0000000..abe7920
--- /dev/null
+++ b/python-dmn_python.spec
@@ -0,0 +1,57 @@
+Name: python-dmn_python
+Version: 0.1.4.1
+Release: 1%{?dist}
+Summary: Python library enabling importing and exporting a DMN model (as an XML file) and visualizating it.
+
+# Check if the automatically generated License and its spelling is correct for Fedora
+# https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/
+License: GPL+
+URL: https://github.com/jan-klos/dmn_python
+Source0: %{pypi_source dmn_python}
+
+BuildArch: noarch
+BuildRequires: python3-devel
+
+
+# Fill in the actual package description to submit package to Fedora
+%global _description %{expand:
+This is package 'dmn-python' generated automatically by pyp2spec.}
+
+
+%description %_description
+
+%package -n python3-dmn_python
+Summary: %{summary}
+
+%description -n python3-dmn_python %_description
+
+
+%prep
+%autosetup -p1 -n dmn_python-%{version}
+
+
+%generate_buildrequires
+%pyproject_buildrequires -r
+
+
+%build
+%pyproject_wheel
+
+
+%install
+%pyproject_install
+# For official Fedora packages, including files with '*' +auto is not allowed
+# Replace it with a list of relevant Python modules/globs and list extra files in %%files
+%pyproject_save_files '*' +auto
+
+
+%check
+%pyproject_check_import -t
+
+
+%files -n python3-dmn_python -f %{pyproject_files}
+
+
+%changelog
+* Mon Mar 28 2022 mockbuilder - 0.1.4.1-1
+- Package generated with pyp2spec \ No newline at end of file
diff --git a/sources b/sources
new file mode 100644
index 0000000..08968fc
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+080d692f2534cc0045b7107c32a497c2 dmn_python-0.1.4.1.tar.gz