[python-liblarch] Initial import

Yanko Kaneti yaneti at fedoraproject.org
Tue Mar 6 21:49:54 UTC 2012


commit dbd702960c03356915a36a589be38b65268a24d2
Author: Yanko Kaneti <yaneti at declera.com>
Date:   Tue Mar 6 23:50:13 2012 +0200

    Initial import

 .gitignore           |    1 +
 python-liblarch.spec |   41 +++++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 3 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..f6e4e78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/liblarch-0.1.0.tar.gz
diff --git a/python-liblarch.spec b/python-liblarch.spec
new file mode 100644
index 0000000..55926e3
--- /dev/null
+++ b/python-liblarch.spec
@@ -0,0 +1,41 @@
+Name:           python-liblarch
+Version:        0.1.0
+Release:        2%{?dist}
+Summary:        Data structures helper library for python
+
+License:        LGPLv3+
+URL:            https://live.gnome.org/liblarch
+Source0:        http://gtg.fritalk.com/publique/gtg.fritalk.com/liblarch/0.1/liblarch-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  python2-devel
+Requires:       pygobject2
+
+%description
+Liblarch is a python library built to easily handle data structure such as
+lists, trees and directed acyclic graphs.
+
+%prep
+%setup -q -n liblarch-%{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
+* Tue Mar  6 2012 Yanko Kaneti <yaneti at declera.com> - 0.1.0-2
+- Address review. 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..ae8bb59 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+453921070ac2488ad1ae53b68a40a968  liblarch-0.1.0.tar.gz


More information about the scm-commits mailing list