[akuma/f19] Initial import

Michal Srb msrb at fedoraproject.org
Mon May 13 11:35:48 UTC 2013


commit e513be1274d08fd0c3755209c4c2a4ce106667af
Author: Michal Srb <msrb at redhat.com>
Date:   Mon May 13 13:33:24 2013 +0200

    Initial import

 .gitignore |    2 ++
 akuma.spec |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    2 ++
 3 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..fba6b30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/akuma-1.9.tar.gz
+/LICENSE.txt
diff --git a/akuma.spec b/akuma.spec
new file mode 100644
index 0000000..652ab2f
--- /dev/null
+++ b/akuma.spec
@@ -0,0 +1,49 @@
+Name:           akuma
+Version:        1.9
+Release:        1%{?dist}
+Summary:        Embeddable daemonization library for Java
+
+# License is specified in pom file
+License:        MIT
+URL:            http://akuma.kohsuke.org
+Source0:        https://github.com/kohsuke/%{name}/archive/%{name}-%{version}.tar.gz
+Source1:        https://raw.github.com/kohsuke/youdebug/youdebug-1.5/LICENSE.txt
+
+BuildRequires:  maven-local
+BuildRequires:  mvn(net.java.dev.jna:jna)
+BuildRequires:  mvn(org.kohsuke:pom)
+
+BuildArch:      noarch
+
+%description
+This is a Java library you can use in your application
+to support Unix daemonization. By taking advantages of POSIX API,
+this library lets you fork your process into background
+with proper daemonization steps.
+
+%package        javadoc
+Summary:        Javadoc for %{name}
+
+%description javadoc
+This package provides the API documentation for %{name}.
+
+%prep
+%setup -q -n %{name}-%{name}-%{version}
+
+cp %{SOURCE1} LICENSE
+
+%build
+%mvn_build
+
+%install
+%mvn_install
+
+%files -f .mfiles
+%doc LICENSE
+%files javadoc -f .mfiles-javadoc
+%doc LICENSE
+
+%changelog
+* Thu May 09 2013 Michal Srb <msrb at redhat.com> - 1.9-1
+- Initial package
+
diff --git a/sources b/sources
index e69de29..a0a015c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1,2 @@
+e1d1acde3a9291cdcd8a5b34d29b49c5  akuma-1.9.tar.gz
+3cc80563e3a38c4d642dc4a837e93e73  LICENSE.txt


More information about the scm-commits mailing list