diff --git a/python-portalocker.spec b/python-portalocker.spec index ac00add..1b25417 100644 --- a/python-portalocker.spec +++ b/python-portalocker.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-portalocker Version: 2.0.0 -Release: 1 +Release: 2 Summary: Wraps the portalocker recipe for easy usage License: PSF URL: https://github.com/WoLpH/portalocker @@ -11,16 +11,6 @@ BuildArch: noarch %description Portalocker is a library to provide an easy API to file locking. -An important detail to note is that on Linux and Unix systems the locks are -advisory by default. By specifying the `-o mand` option to the mount command it -is possible to enable mandatory file locking on Linux. This is generally not -recommended however. For more information about the subject: - - https://en.wikipedia.org/wiki/File_locking - - http://stackoverflow.com/questions/39292051/portalocker-does-not-seem-to-lock - - https://stackoverflow.com/questions/12062466/mandatory-file-lock-on-linux -The module is currently maintained by Rick van Hattem . -The project resides at https://github.com/WoLpH/portalocker . Bugs and feature -requests can be submitted there. Patches are also very welcome. %package -n python3-portalocker Summary: Wraps the portalocker recipe for easy usage @@ -29,32 +19,12 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-portalocker Portalocker is a library to provide an easy API to file locking. -An important detail to note is that on Linux and Unix systems the locks are -advisory by default. By specifying the `-o mand` option to the mount command it -is possible to enable mandatory file locking on Linux. This is generally not -recommended however. For more information about the subject: - - https://en.wikipedia.org/wiki/File_locking - - http://stackoverflow.com/questions/39292051/portalocker-does-not-seem-to-lock - - https://stackoverflow.com/questions/12062466/mandatory-file-lock-on-linux -The module is currently maintained by Rick van Hattem . -The project resides at https://github.com/WoLpH/portalocker . Bugs and feature -requests can be submitted there. Patches are also very welcome. %package help Summary: Development documents and examples for portalocker Provides: python3-portalocker-doc %description help Portalocker is a library to provide an easy API to file locking. -An important detail to note is that on Linux and Unix systems the locks are -advisory by default. By specifying the `-o mand` option to the mount command it -is possible to enable mandatory file locking on Linux. This is generally not -recommended however. For more information about the subject: - - https://en.wikipedia.org/wiki/File_locking - - http://stackoverflow.com/questions/39292051/portalocker-does-not-seem-to-lock - - https://stackoverflow.com/questions/12062466/mandatory-file-lock-on-linux -The module is currently maintained by Rick van Hattem . -The project resides at https://github.com/WoLpH/portalocker . Bugs and feature -requests can be submitted there. Patches are also very welcome. %prep %autosetup -n portalocker-2.0.0 @@ -97,5 +67,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Sep 04 2020 Python_Bot +- Simplify desc content and change Release to 2 + * Fri Sep 04 2020 Python_Bot - Package Spec generated