Accepting request 894001 from home:dimstar:Factory

- Fix build by removing stray pyton single spec macros: this is a
  pure application, written in python, not a python module.

OBS-URL: https://build.opensuse.org/request/show/894001
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/prewikka?expand=0&rev=28
This commit is contained in:
2021-06-03 09:00:32 +00:00
committed by Git OBS Bridge
parent 15971bb4e6
commit bc62a945e6
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 18 09:35:18 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix build by removing stray pyton single spec macros: this is a
pure application, written in python, not a python module.
-------------------------------------------------------------------
Sun Oct 25 21:30:37 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package prewikka
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -51,7 +51,6 @@ Requires: xorg-x11-fonts
Obsoletes: prewikka-core < %{version}-%{release}
Provides: prewikka-core = %{version}-%{release}
BuildArch: noarch
%python_subpackages
%description
Prewikka is the graphical front-end analysis console for the Prelude
@@ -88,7 +87,7 @@ find %{buildroot} -name __pycache__ -exec rm -rfv {} +
%find_lang %{name}
%files -n python3-%{name}
%files
%license COPYING*
%doc AUTHORS README NEWS HACKING.README
%attr(0750, -,-) %dir %{_sysconfdir}/%{name}/
@@ -103,6 +102,6 @@ find %{buildroot} -name __pycache__ -exec rm -rfv {} +
%{_bindir}/prewikka-cli
%{_bindir}/prewikka-crontab
%files -n %{name}-lang -f %{name}.lang
%files lang -f %{name}.lang
%changelog