williamjmorenor pushed to todocli (f20). "initial packaging"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed May 13 17:45:16 UTC 2015


From 59a7603364fc51c7f5565d57c5ae72f721bea4a4 Mon Sep 17 00:00:00 2001
From: William Moreno <williamjmorenor at gmail.com>
Date: Sat, 17 Jan 2015 16:03:31 -0600
Subject: initial packaging


diff --git a/.gitignore b/.gitignore
index e69de29..c9b5cd9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/todo.py-f50c240ce91665500549e386588189c9d27c624e.tar.gz
diff --git a/sources b/sources
index e69de29..74f1359 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+0f947fe6f37ba860f9a0c77ece51b749  todo.py-f50c240ce91665500549e386588189c9d27c624e.tar.gz
diff --git a/todocli.spec b/todocli.spec
new file mode 100644
index 0000000..6d36a3b
--- /dev/null
+++ b/todocli.spec
@@ -0,0 +1,52 @@
+%global commit f50c240ce91665500549e386588189c9d27c624e
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global project todo.py
+%global owner okulbilisim
+%global date 20140709
+
+Name:           todocli
+Version:        0.1
+Release:        %{date}git%{shortcommit}%{?dist}
+Summary:        Command line To Do application
+
+License:        MIT
+URL:            https://github.com/okulbilisim/todo.py
+Source0:        https://github.com/%{owner}/%{project}/archive/%{commit}/%{project}-%{commit}.tar.gz
+
+BuildArch:      noarch
+
+BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
+
+
+%description
+A To Do command line application with SQLite back end written in Python.
+
+
+%prep
+%setup -q -n %{project}-%{commit}
+#Remove egg.info
+rm -rf %{name}.egg.info
+
+
+%build
+%{__python2} setup.py build --quiet
+
+
+%install
+%{__python2} setup.py install --skip-build --root %{buildroot}
+
+ 
+%files
+%doc README.md
+%{!?_licensedir:%global license %%doc}
+%license LICENSE
+%{_bindir}/todocli
+%{python2_sitelib}/*
+
+
+%changelog
+* Sat Dec 27 2014 William Moreno Reyes  <williamjmorenor at gmail.com> - 0.1-20140709gitf50c240
+- Initial Packaging
+
+
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/todocli.git/commit/?h=f20&id=59a7603364fc51c7f5565d57c5ae72f721bea4a4


More information about the scm-commits mailing list