Accepting request 452831 from home:jengelh:branches:server:monitoring

- Trim filler words from description.
- Replace -exec rm by simpler -delete.

OBS-URL: https://build.opensuse.org/request/show/452831
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/prewikka?expand=0&rev=6
This commit is contained in:
Lars Vogdt
2017-02-07 18:41:08 +00:00
committed by Git OBS Bridge
parent 8157db7157
commit 52df2808e8
2 changed files with 18 additions and 13 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 26 21:28:03 UTC 2017 - jengelh@inai.de
- Trim filler words from description.
- Replace -exec rm by simpler -delete.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Sep 4 21:57:53 UTC 2016 - thomas.andrejak@gmail.com Sun Sep 4 21:57:53 UTC 2016 - thomas.andrejak@gmail.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package prewikka # spec file for package prewikka
# #
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: prewikka Name: prewikka
Version: 3.0.0 Version: 3.0.0
Release: 0 Release: 0
@@ -26,27 +27,25 @@ Source0: https://www.prelude-siem.org/pkg/src/3.0.0/%{name}-%{version}.ta
Patch0: prewikka-cheetah-shbang.patch Patch0: prewikka-cheetah-shbang.patch
Patch1: prewikka-wsgi-shbang.patch Patch1: prewikka-wsgi-shbang.patch
Patch2: prewikka-ez_setup.patch Patch2: prewikka-ez_setup.patch
BuildRequires: python-devel BuildRequires: gettext
BuildRequires: python-cheetah BuildRequires: python-cheetah
BuildRequires: python-devel
BuildRequires: python-lesscpy BuildRequires: python-lesscpy
BuildRequires: python-setuptools BuildRequires: python-setuptools
BuildRequires: gettext
Requires: python-cheetah
Requires: xorg-x11-fonts
Requires: python-babel Requires: python-babel
Requires: python-cheetah
Requires: python-dateutil Requires: python-dateutil
Requires: python-pytz
Requires: python-libprelude Requires: python-libprelude
Requires: python-libpreludedb Requires: python-libpreludedb
Requires: python-pytz
Requires: xorg-x11-fonts
BuildArch: noarch BuildArch: noarch
%description %description
Prewikka is the graphical front-end analysis console for the Prewikka is the graphical front-end analysis console for the Prelude
Prelude Universal SIM. Providing numerous features, Prewikka Universal SIM. Prewikka provides alert aggregation and sensor and
facilitates the work of users and analysts. It provides alert hearbeat views, and has user management and configurable filters, as
aggregation and sensor and hearbeat views, and has user management well as access to external tools such as whois and traceroute.
and configurable filters. Prewikka also provides access to external
tools such as whois and traceroute.
%prep %prep
%setup -q %setup -q
@@ -61,7 +60,7 @@ tools such as whois and traceroute.
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version} mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version}
mkdir -p %{buildroot}%{_sbindir}/ mkdir -p %{buildroot}%{_sbindir}/
mv %{buildroot}/%{_bindir}/%{name}-httpd %{buildroot}/%{_sbindir}/%{name}-httpd mv %{buildroot}/%{_bindir}/%{name}-httpd %{buildroot}/%{_sbindir}/%{name}-httpd
find %{buildroot} -type f -name '*.pyo' -exec rm -f {} ';' find %{buildroot} -type f -name '*.pyo' -delete
%find_lang %{name} --with-python %find_lang %{name} --with-python
%files -f %{name}.lang %files -f %{name}.lang