[packages/python-jdcal] - pl, don't own top __pycache__ dir; release 8
qboosh
qboosh at pld-linux.org
Tue Apr 14 18:21:12 CEST 2026
commit 4bc43c5c4b3d702b45c26d3b8f9fdf57cae1f058
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Apr 14 18:21:45 2026 +0200
- pl, don't own top __pycache__ dir; release 8
python-jdcal.spec | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/python-jdcal.spec b/python-jdcal.spec
index f36e328..20874c3 100644
--- a/python-jdcal.spec
+++ b/python-jdcal.spec
@@ -1,12 +1,14 @@
+#
# Conditional build:
%bcond_without python2 # CPython 2.x module
%bcond_without python3 # CPython 3.x module
%define module jdcal
Summary: Julian dates from proleptic Gregorian and Julian calendars
+Summary(pl.UTF-8): Daty juliańskie z proleptycznego kalendarza gregoriańskiego i juliańskiego
Name: python-%{module}
Version: 1.4.1
-Release: 7
+Release: 8
License: BSD
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/jdcal/
@@ -31,8 +33,13 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This module contains functions for converting between Julian dates and
calendar dates.
+%description -l pl.UTF-8
+Ten moduł zawiera funkcje do konwersji między datami juliańskimi i
+kalendarzowymi.
+
%package -n python3-%{module}
Summary: Julian dates from proleptic Gregorian and Julian calendars
+Summary(pl.UTF-8): Daty juliańskie z proleptycznego kalendarza gregoriańskiego i juliańskiego
Group: Libraries/Python
Requires: python3-modules >= 1:3.4
@@ -40,6 +47,10 @@ Requires: python3-modules >= 1:3.4
This module contains functions for converting between Julian dates and
calendar dates.
+%description -n python3-%{module} -l pl.UTF-8
+Ten moduł zawiera funkcje do konwersji między datami juliańskimi i
+kalendarzowymi.
+
%prep
%setup -q -n %{module}-%{version}
@@ -81,6 +92,6 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc README.rst
%{py3_sitescriptdir}/%{module}.py
-%{py3_sitescriptdir}/__pycache__
+%{py3_sitescriptdir}/__pycache__/%{module}.cpython-*.pyc
%{py3_sitescriptdir}/%{module}-%{version}-py*.egg-info
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-jdcal.git/commitdiff/4bc43c5c4b3d702b45c26d3b8f9fdf57cae1f058
More information about the pld-cvs-commit
mailing list