diff --git a/prewikka.changes b/prewikka.changes index 0197a4c..1bad2fb 100644 --- a/prewikka.changes +++ b/prewikka.changes @@ -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 diff --git a/prewikka.spec b/prewikka.spec index 24ce788..29d8059 100644 --- a/prewikka.spec +++ b/prewikka.spec @@ -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