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:
committed by
Git OBS Bridge
parent
8157db7157
commit
52df2808e8
@@ -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
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: prewikka
|
||||
Version: 3.0.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
|
||||
Patch1: prewikka-wsgi-shbang.patch
|
||||
Patch2: prewikka-ez_setup.patch
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: python-cheetah
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-lesscpy
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: gettext
|
||||
Requires: python-cheetah
|
||||
Requires: xorg-x11-fonts
|
||||
Requires: python-babel
|
||||
Requires: python-cheetah
|
||||
Requires: python-dateutil
|
||||
Requires: python-pytz
|
||||
Requires: python-libprelude
|
||||
Requires: python-libpreludedb
|
||||
Requires: python-pytz
|
||||
Requires: xorg-x11-fonts
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Prewikka is the graphical front-end analysis console for the
|
||||
Prelude Universal SIM. Providing numerous features, Prewikka
|
||||
facilitates the work of users and analysts. It provides alert
|
||||
aggregation and sensor and hearbeat views, and has user management
|
||||
and configurable filters. Prewikka also provides access to external
|
||||
tools such as whois and traceroute.
|
||||
Prewikka is the graphical front-end analysis console for the Prelude
|
||||
Universal SIM. Prewikka provides alert aggregation and sensor and
|
||||
hearbeat views, and has user management and configurable filters, as
|
||||
well as access to external tools such as whois and traceroute.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@@ -61,7 +60,7 @@ tools such as whois and traceroute.
|
||||
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version}
|
||||
mkdir -p %{buildroot}%{_sbindir}/
|
||||
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
|
||||
|
||||
%files -f %{name}.lang
|
||||
|
Reference in New Issue
Block a user