diff --git a/.gitignore b/.gitignore index a60cfdf..6d80d78 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kismon-0.5.tar.gz /kismon-0.6.tar.gz +/kismon-0.7.tar.gz diff --git a/kismon.spec b/kismon.spec index e842130..2425f6a 100644 --- a/kismon.spec +++ b/kismon.spec @@ -1,6 +1,6 @@ Name: kismon -Version: 0.6 -Release: 9%{?dist} +Version: 0.7 +Release: 1%{?dist} Summary: A simple GUI client for kismet License: BSD @@ -8,13 +8,14 @@ URL: http://www.salecker.org/software/kismon/en Source0: http://files.salecker.org/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch -BuildRequires: python2-devel +BuildRequires: python3-devel BuildRequires: desktop-file-utils Requires: kismet Requires: osm-gps-map -Requires: pygtk2 -Requires: python-simplejson +Requires: pygobject3 +Requires: python3-cairo +Requires: python3-simplejson %description Kismon is a PyGTK Kismet Newcore client that creates a live map of the @@ -31,20 +32,23 @@ chmod -x NEWS files/kismon.desktop rm %{name}/windows/main.py %build -python setup.py build +%py3_build %install -python setup.py install -O1 --skip-build --root=%{buildroot} +%py3_install desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %files %doc COPYING README NEWS %{_bindir}/%{name} -%{python_sitelib}/%{name}/ -%{python_sitelib}/%{name}*.egg-info +%{python3_sitelib}/%{name}/ +%{python3_sitelib}/%{name}*.egg-info %{_datadir}/applications/%{name}.desktop %changelog +* Fri Nov 27 2015 Fabian Affolter - 0.7-1 +- Update to new upstream version 0.7 + * Wed Jun 17 2015 Fedora Release Engineering - 0.6-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index fbb758f..ae44515 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c38239ea0c46471489f507b70c5fd5eb kismon-0.6.tar.gz +38555c539b7cb13aa8cf2781e2ae959e kismon-0.7.tar.gz