[clusterPy] INITIAL CHECK-IN

Volker Fröhlich volter at fedoraproject.org
Wed Oct 5 15:29:35 UTC 2011


commit 43f5f29e51cddd512bf8a3614bb6c33217e4c257
Author: Volker Fröhlich <volker27 at gmx.at>
Date:   Wed Oct 5 17:28:48 2011 +0200

    INITIAL CHECK-IN

 .gitignore     |    1 +
 clusterPy.spec |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources        |    1 +
 3 files changed, 60 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..acbc1fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/clusterPy-0.9.9.tar.gz
diff --git a/clusterPy.spec b/clusterPy.spec
new file mode 100644
index 0000000..b9db152
--- /dev/null
+++ b/clusterPy.spec
@@ -0,0 +1,58 @@
+Name:           clusterPy
+Version:        0.9.9
+Release:        3%{?dist}
+Summary:        Library of spatially constrained clustering algorithms
+
+Group:          Development/Libraries
+License:        BSD
+URL:            http://www.rise-group.org/risem/clusterpy
+Source0:        http://clusterpy.googlecode.com/files/%{name}-%{version}.tar.gz
+BuildArch:      noarch
+
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools-devel
+
+Requires:       numpy
+
+%description
+Analytical regionalization is a scientific way to decide how to group or
+cluster a large number of geographic areas or points into a smaller number
+of regions based on their similarities. ClusterPy offers the following
+clustering algorithms: Arisel, AZP, AZP-Simulated Annealing, AZP-Tabu,
+AZP-R-Tabu, Max-p-regions (Tabu), AMOEBA, SOM and geoSOM.
+
+%prep
+%setup -q
+
+
+%build
+%{__python} setup.py build
+
+# Examples point to clusterpy/data_examples
+# http://clusterpy.googlecode.com/files/california_shapefile.zip
+# http://clusterpy.googlecode.com/files/china_shapfile.zip
+# Is that data free and shall we ship it?
+
+
+%install
+%{__python} setup.py install --skip-build --root %{buildroot}
+
+
+%files
+%doc README.txt LICENSE.txt
+%{python_sitelib}/clusterpy
+%{python_sitelib}/%{name}-%{version}-py*.egg-info
+# These two scripts are also in the examples directory, have no shebang
+# and seem to serve no purpose otherwise.
+
+
+%changelog
+* Wed Oct 05 2011 Volker Fröhlich <volker27 at gmx.at> - 0.9.9-3
+- Remove index.html from URL
+- Updated package summary
+
+* Fri Jun 03 2011 Volker Fröhlich <volker27 at gmx.at> - 0.9.9-2
+- Better description and summary
+
+* Fri Jun 03 2011 Volker Fröhlich <volker27 at gmx.at> - 0.9.9-1 
+- Initial package for Fedora
diff --git a/sources b/sources
index e69de29..87bc0f3 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+392beb2c03b14f710055c33547ec7ced  clusterPy-0.9.9.tar.gz


More information about the scm-commits mailing list