[packages/python3-fsquota] Initial.

arekm arekm at pld-linux.org
Fri Nov 26 12:02:53 CET 2021


commit fdcddfd6b5ec8b366ae06fa7e3c95e60adf896a2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri Nov 26 12:02:26 2021 +0100

    Initial.

 python3-fsquota.spec | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)
---
diff --git a/python3-fsquota.spec b/python3-fsquota.spec
new file mode 100644
index 0000000..52691a5
--- /dev/null
+++ b/python3-fsquota.spec
@@ -0,0 +1,42 @@
+%define		module	FsQuota
+Summary:	Interface to file system quotas on UNIX platforms
+Name:		python3-fsquota
+Version:	0.1.0
+Release:	1
+License:	GPL v2
+Group:		Libraries/Python
+Source0:	https://pypi.debian.net/%{module}/%{module}-%{version}.tar.gz
+# Source0-md5:	d741877a2247dd85e6f2daa29dedc111
+URL:		https://github.com/tomzox/Python-Quota
+BuildRequires:	python3-devel >= 1:3.2
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.714
+Requires:	python3-modules >= 1:3.2
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The quota module allows accessing file system quotas on UNIX
+platforms. This works both for locally mounted file systems and
+network file systems (via RPC, i.e. Remote Procedure Call) for all the
+operating systems listed below. The interface is designed to be
+independent of UNIX flavours as well as file system types.
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+%py3_build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc doc/* CHANGES README.md
+%attr(755,root,root) %{py3_sitedir}/%{module}*.so
+%{py3_sitedir}/%{module}-%{version}-py*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-fsquota.git/commitdiff/fdcddfd6b5ec8b366ae06fa7e3c95e60adf896a2



More information about the pld-cvs-commit mailing list