[lancer/f20] initial import

William Benton willb at fedoraproject.org
Thu Feb 27 14:45:43 UTC 2014


commit 387b0744b1dbf66aa81baad45939a9e2e4e71a30
Author: William Benton <willb at redhat.com>
Date:   Thu Feb 27 08:46:35 2014 -0600

    initial import

 .gitignore  |    1 +
 lancer.spec |   44 ++++++++++++++++++++++++++++++++++++++++++++
 sources     |    1 +
 3 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..e205792 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/v0.0.1.tar.gz
diff --git a/lancer.spec b/lancer.spec
new file mode 100644
index 0000000..3eb95d2
--- /dev/null
+++ b/lancer.spec
@@ -0,0 +1,44 @@
+Name:           lancer
+Version:        0.0.1
+Release:        1%{?dist}
+Summary:        Probability and statistics classes for Java
+License:        ASL 2.0
+URL:            https://github.com/willb/lancer/
+Source0:        https://github.com/willb/lancer/archive/v0.0.1.tar.gz
+BuildArch:      noarch
+
+BuildRequires:  maven-local
+BuildRequires:  mvn(org.apache.commons:commons-math3)
+
+%description
+Lancer is a reimplementation of some functionality provided by the
+(non-free) Colt library.
+
+%package javadoc
+Summary:        API documentation for %{name}
+
+%description javadoc
+This package provides %{summary}.
+
+%prep
+%setup -q
+
+echo %{summary} > README
+
+%build
+%mvn_build
+
+%install
+%mvn_install
+
+%files -f .mfiles
+%doc README
+%doc LICENSE
+%dir %{_javadir}/%{name}
+
+%files javadoc -f .mfiles-javadoc
+%doc LICENSE
+
+%changelog
+* Wed Feb 26 2014 William Benton <willb at redhat.com> - 0.0.1-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..c519069 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+4415047463ccbf77892460b5817e8d07  v0.0.1.tar.gz


More information about the scm-commits mailing list