[jabrt] vesion 1.0

Jiří Moskovčák jmoskovc at fedoraproject.org
Wed Sep 25 13:18:23 UTC 2013


commit a0818722127ed6e15fadaeb24c11932e24ceb181
Author: Jiri Moskovcak <jmoskovc at redhat.com>
Date:   Wed Sep 25 15:18:03 2013 +0200

    vesion 1.0
    
    - initial commit

 .gitignore |    1 +
 jabrt.spec |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c7c82ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/jabrt-1.0-git0a3b423.tar.gz
diff --git a/jabrt.spec b/jabrt.spec
new file mode 100644
index 0000000..f2a2b99
--- /dev/null
+++ b/jabrt.spec
@@ -0,0 +1,49 @@
+%global commit 0a3b42373f38883cc1f68388eba33967baac8980
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+
+Name:           jabrt
+Version:        1.0
+Release:        1.git%{shortcommit}%{?dist}
+Summary:        ABRT Java bindings
+
+License:        GPLv2+
+URL:            https://github.com/mozeq/%{name}
+Source0:        http://jmoskovc.fedorapeople.org/jabrt-1.0-git%{shortcommit}.tar.gz
+Source1:        http://www.gnu.org/licenses/gpl-2.0.txt
+BuildArch:      noarch
+
+BuildRequires:  maven-local
+BuildRequires:  mvn(com.github.jnr:jnr-unixsocket)
+BuildRequires:  mvn(junit:junit)
+
+
+%description
+ABRT Java bindings providing a convenient way to report problems
+
+%package javadoc
+Summary: API documentation for %{name}
+
+%description javadoc
+This package contains %{summary}.
+
+%prep
+%setup -q -n %{name}-%{version}-%{commit}
+
+cp %{SOURCE1} LICENSE
+
+%build
+%mvn_build
+
+%install
+%mvn_install
+
+%files -f .mfiles
+%dir %{_javadir}/%{name}
+%doc LICENSE
+
+%files javadoc -f .mfiles-javadoc
+%doc LICENSE
+
+%changelog
+* Fri Sep  6 2013 Jiri Moskovcak <jmoskovc at redhat.com> 1.0-1.git0a3b423
+- initial packaging
diff --git a/sources b/sources
index e69de29..1be1a58 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+520522f671eec6da95e47fa2115ad7ab  jabrt-1.0-git0a3b423.tar.gz


More information about the scm-commits mailing list