[python-liblarch_gtk] Initial import

Yanko Kaneti yaneti at fedoraproject.org
Thu Aug 23 16:21:44 UTC 2012


commit 7326e2186d7148692ced4e446012f96dd6eac76e
Author: Yanko Kaneti <yaneti at declera.com>
Date:   Thu Aug 23 19:20:55 2012 +0300

    Initial import

 .gitignore               |    1 +
 python-liblarch_gtk.spec |   44 ++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..f822070 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/liblarch_gtk-0.1.0.tar.gz
diff --git a/python-liblarch_gtk.spec b/python-liblarch_gtk.spec
new file mode 100644
index 0000000..431322b
--- /dev/null
+++ b/python-liblarch_gtk.spec
@@ -0,0 +1,44 @@
+Name:           python-liblarch_gtk
+Version:        0.1.0
+Release:        3%{?dist}
+Summary:        Liblarch gtk binding for use in Gtk.Treeview
+
+License:        LGPLv3+
+URL:            https://live.gnome.org/liblarch
+Source0:        http://gtg.fritalk.com/publique/gtg.fritalk.com/liblarch/0.1/liblarch_gtk-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  python2-devel
+Requires:       pygobject2 pygtk2
+
+%description
+liblarch_gtk is a liblarch binding that will allow you to use your 
+data structure into a Gtk.Treeview.
+
+%prep
+%setup -q -n liblarch_gtk-%{version}
+
+
+%build
+%{__python} setup.py build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+ 
+%files
+%doc AUTHORS LICENSE README
+%{python_sitelib}/*
+
+
+%changelog
+* Mon Mar 12 2012 Yanko Kaneti <yaneti at declera.com> - 0.1.0-3
+- Fix summary typo.
+
+* Tue Mar  6 2012 Yanko Kaneti <yaneti at declera.com> - 0.1.0-2
+- BR python2-devel. No sitelib definition.
+
+* Tue Feb 14 2012 Yanko Kaneti <yaneti at declera.com> - 0.1.0-1
+- Attempt at packaging
diff --git a/sources b/sources
index e69de29..ce354c4 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+8e277e4fc81c9292788b25c142d3703c  liblarch_gtk-0.1.0.tar.gz


More information about the scm-commits mailing list