69f430a
%global srcname journal-brief
69f430a
%global sum Find new systemd journal entries since last run
69f430a
69f430a
Name:		python-%{srcname}
69f430a
Version:	1.1.1
69f430a
Release:	1%{?dist}
69f430a
Summary:	%{sum}
69f430a
69f430a
License:	GPLv2+
69f430a
URL:		https://pypi.python.org/pypi/%{srcname}
69f430a
Source0:	https://pypi.python.org/packages/source/j/%{srcname}/%{srcname}-%{version}.tar.gz
69f430a
69f430a
BuildArch:	noarch
69f430a
BuildRequires:	python3-devel
69f430a
BuildRequires:	python3-pytest python3-flexmock
69f430a
BuildRequires:	python3-PyYAML
69f430a
Requires:	systemd-python3
69f430a
69f430a
%description
69f430a
Python module for examining, bookmarking, and filtering systemd
69f430a
journal entries.
69f430a
69f430a
69f430a
%package -n %{srcname}
69f430a
Summary:	Show interesting new systemd journal entries since last run
69f430a
Requires:	python3-%{srcname} = %{version}-%{release}
69f430a
69f430a
%description -n %{srcname}
69f430a
Run this from cron to get a daily or hourly briefing of interesting
69f430a
new systemd journal entries.
69f430a
69f430a
69f430a
%package -n python3-%{srcname}
69f430a
Summary:	%{sum}
69f430a
Recommends:	%{srcname} = %{version}-%{release}
69f430a
%{?python_provide:%python_provide python3-%{srcname}}
69f430a
69f430a
%description -n python3-%{srcname}
69f430a
Python module for examining, bookmarking, and filtering systemd
69f430a
journal entries.
69f430a
69f430a
69f430a
%prep
69f430a
%autosetup -n %{srcname}-%{version}
69f430a
69f430a
%build
69f430a
%py3_build
69f430a
69f430a
69f430a
%install
69f430a
%py3_install
69f430a
69f430a
69f430a
%check
69f430a
py.test-3.4 -v
69f430a
69f430a
69f430a
%files -n %{srcname}
69f430a
%{_bindir}/%{srcname}
69f430a
69f430a
69f430a
%files -n python3-%{srcname}
69f430a
%license LICENSE
69f430a
%doc README.md
69f430a
%{python3_sitelib}/*
69f430a
69f430a
69f430a
%changelog
69f430a
* Fri Oct 16 2015 Tim Waugh <twaugh@redhat.com> - 1.1.1-1
69f430a
- Initial spec file.