diff --git a/flup-1.0.3.tar.gz b/flup-1.0.3.tar.gz new file mode 100644 index 0000000..4c63a4b Binary files /dev/null and b/flup-1.0.3.tar.gz differ diff --git a/python-flup.spec b/python-flup.spec new file mode 100644 index 0000000..b6e62ff --- /dev/null +++ b/python-flup.spec @@ -0,0 +1,44 @@ +%global srcname flup + +Name: python-flup +Version: 1.0.3 +Release: 1 +Summary: Random assortment of WSGI servers for python + +License: BSD +URL: https://www.saddi.com/software/flup/ +Source0: %{pypi_source} + +BuildArch: noarch + +BuildRequires: python3-devel + +%global _description\ +This package contains classes to create WSGI servers in python, e.g. fastcgi.\ + +%description %_description + +%package -n python3-flup +Summary: %summary +%{?python_provide:%python_provide python3-flup} + +%description -n python3-flup %_description + +%prep +%setup -q -n flup-%{version} + +%build +%py3_build + +%install +%py3_install + + +%files -n python3-flup +%doc PKG-INFO +%{python3_sitelib}/* + + +%changelog +* Fri Jun 25 2021 sunligang - 1.0.3-1 +- Package init