From 5a68adb597b354d929ec770510275a5a1db7a712 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:44:00 +0100 Subject: [PATCH] rebuilt with distdeps [release 0.7.12-3mamba;Sat Apr 17 2021] --- python-alabaster.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/python-alabaster.spec b/python-alabaster.spec index 2600944..c1ac914 100644 --- a/python-alabaster.spec +++ b/python-alabaster.spec @@ -1,6 +1,6 @@ Name: python-alabaster Version: 0.7.12 -Release: 2mamba +Release: 3mamba Summary: A configurable sidebar-enabled Sphinx theme Group: System/Libraries Vendor: openmamba @@ -10,10 +10,8 @@ URL: https://pypi.python.org/pypi/alabaster Source: https://pypi.debian.net/alabaster/alabaster-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython-devel +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END -Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. @@ -37,13 +35,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) +%dir %{python_sitearch}/alabaster-%{version}-py*.egg-info +%{python_sitearch}/alabaster-%{version}-py*.egg-info/* %doc LICENSE %changelog +* Sat Apr 17 2021 Silvan Calarco 0.7.12-3mamba +- rebuilt with distdeps + * Tue Apr 28 2020 Silvan Calarco 0.7.12-2mamba - rebuilt with py3 package