[metainf-services/f19] Initial import

Michal Srb msrb at fedoraproject.org
Thu May 9 11:34:26 UTC 2013


commit 73d776f9cb5b8868ebb4232137f020fe18bea38b
Author: Michal Srb <msrb at redhat.com>
Date:   Thu May 9 13:33:23 2013 +0200

    Initial import

 .gitignore            |    2 +
 metainf-services.spec |   50 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources               |    2 +
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..fec55f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/metainf-services-1.5.tar.gz
+/LICENSE.txt
diff --git a/metainf-services.spec b/metainf-services.spec
new file mode 100644
index 0000000..c37d800
--- /dev/null
+++ b/metainf-services.spec
@@ -0,0 +1,50 @@
+Name:           metainf-services
+Version:        1.5
+Release:        1%{?dist}
+Summary:        Small java library for generating META-INF/services files
+
+# License is specified in pom file
+License:        MIT
+URL:            https://github.com/kohsuke/metainf-services
+Source0:        https://github.com/kohsuke/%{name}/archive/%{name}-%{version}.tar.gz
+Source1:        https://raw.github.com/kohsuke/youdebug/youdebug-1.5/LICENSE.txt
+
+BuildArch:      noarch
+
+BuildRequires:  maven-local
+
+%description
+This package contains small Java library which can be used
+for automatic generation of META-INF/services files.
+
+%package        javadoc
+Summary:        Javadoc for %{name}
+
+%description    javadoc
+This package contains the API documentation for %{name}.
+
+
+%prep
+%setup -q -n %{name}-%{name}-%{version}
+
+cp %{SOURCE1} LICENSE
+
+%pom_xpath_remove "pom:extension[pom:artifactId[text()='wagon-gitsite']]"
+%pom_xpath_remove "pom:plugin[pom:artifactId[text()='animal-sniffer-maven-plugin']]"
+
+%build
+%mvn_build
+
+%install
+%mvn_install
+
+
+%files -f .mfiles
+%doc LICENSE
+%files javadoc -f .mfiles-javadoc
+%doc LICENSE
+
+%changelog
+* Tue May 07 2013 Michal Srb <msrb at redhat.com> - 1.5-1
+- Initial package
+
diff --git a/sources b/sources
index e69de29..f5e42b3 100644
--- a/sources
+++ b/sources
@@ -0,0 +1,2 @@
+2dd76a21a3bb36d212405d78b4244747  metainf-services-1.5.tar.gz
+3cc80563e3a38c4d642dc4a837e93e73  LICENSE.txt


More information about the scm-commits mailing list