Name: doge
Version: 2.2.0
Release: 2%{?dist}
Summary: MOTD script based on the doge meme
License: MIT
URL: https://github.com/thiderman/doge
Source0: https://pypi.python.org/packages/source/d/%{name}/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python2-devel
BuildRequires: python-setuptools
%description
doge is a simple motd script based on the doge meme. It prints random
grammatically incorrect statements that are sometimes based on things from your
computer.
%prep
%setup -q
# such shebangs wow
sed -i -e '/^#!\//, 1d' doge/*.py
%build
%{__python2} setup.py build
%install
%{__python2} setup.py install -O1 --skip-build --root %{buildroot}
%files
%doc LICENSE README.md
%{_bindir}/%{name}
%{python2_sitelib}/*
%changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Thu Dec 05 2013 Ian Weller <iweller@redhat.com> - 2.2.0-1
- wow many developments
* Sun Oct 20 2013 Ian Weller <iweller@redhat.com> - 0.7.1-1
- such new version, many less traceback
* Sun Oct 20 2013 Ian Weller <iweller@redhat.com> - 0.6.1-2
- boo rm -rf buildroot
- such python macros
* Sat Oct 19 2013 Ian Weller <iweller@redhat.com> - 0.6.1-1
- beautiful initial package build wow