[doge] 2.2.0-1 (RHBZ 1021160)

Ian Weller ianweller at fedoraproject.org
Tue Dec 10 08:02:31 UTC 2013


commit 9a4b0a3d40f8238173e81057206fca0390a43e35
Author: Ian Weller <ian at ianweller.org>
Date:   Tue Dec 10 02:02:21 2013 -0600

    2.2.0-1 (RHBZ 1021160)

 .gitignore |    1 +
 doge.spec  |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..295103e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/doge-2.2.0.tar.gz
diff --git a/doge.spec b/doge.spec
new file mode 100644
index 0000000..acf1cd2
--- /dev/null
+++ b/doge.spec
@@ -0,0 +1,52 @@
+Name:           doge
+Version:        2.2.0
+Release:        1%{?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
+* Thu Dec 05 2013 Ian Weller <iweller at redhat.com> - 2.2.0-1
+- wow many developments
+
+* Sun Oct 20 2013 Ian Weller <iweller at redhat.com> - 0.7.1-1
+- such new version, many less traceback
+
+* Sun Oct 20 2013 Ian Weller <iweller at redhat.com> - 0.6.1-2
+- boo rm -rf buildroot
+- such python macros
+
+* Sat Oct 19 2013 Ian Weller <iweller at redhat.com> - 0.6.1-1
+- beautiful initial package build wow
diff --git a/sources b/sources
index e69de29..e5639ab 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f8a2f24b26177e7acdc1ca3a34fa2585  doge-2.2.0.tar.gz


More information about the scm-commits mailing list