[jetty-artifact-remote-resources] Initial version of the package

Stanislav Ochotnicky sochotni at fedoraproject.org
Tue Nov 8 15:53:34 UTC 2011


commit f326ae7732bdfe9f0ed5023b58543a0a9cb58a9f
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Tue Nov 8 16:47:48 2011 +0100

    Initial version of the package

 .gitignore                           |    1 +
 .rpmlint                             |    1 +
 jetty-artifact-remote-resources.spec |   56 ++++++++++++++++++++++++++++++++++
 sources                              |    1 +
 4 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..15c4364 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/jetty-artifact-remote-resources-1.0.tar.bz2
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..d39f65c
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1 @@
+addFilter('W: spelling-error.*tool chain, tool-chain, touchline')
diff --git a/jetty-artifact-remote-resources.spec b/jetty-artifact-remote-resources.spec
new file mode 100644
index 0000000..1da7dc3
--- /dev/null
+++ b/jetty-artifact-remote-resources.spec
@@ -0,0 +1,56 @@
+Name:           jetty-artifact-remote-resources
+Version:        1.0
+Release:        3%{?dist}
+Summary:        Jetty toolchain artifact remote resources
+
+Group:          Development/Libraries
+License:        ASL 2.0 or EPL
+URL:            http://www.eclipse.org/jetty/
+Source0:        http://git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git/snapshot/%{name}-%{version}.tar.bz2
+# rpmlint config file (fedpkg lint will use this)
+Source1:        .rpmlint
+BuildArch:      noarch
+
+BuildRequires:  jpackage-utils
+BuildRequires:  maven
+BuildRequires:  maven-remote-resources-plugin >= 1.2.1-3
+BuildRequires:  maven-surefire-provider-junit
+BuildRequires:  jetty-toolchain
+
+Requires:       maven
+Requires:       jetty-toolchain
+
+%description
+Jetty toolchain artifact remote resources
+
+%prep
+%setup -q
+
+%build
+mvn-rpmbuild -X install
+
+%install
+# poms
+install -d -m 755 %{buildroot}%{_mavenpomdir}
+install -pm 644 pom.xml \
+    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
+install -Dp -m 644 target/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
+
+%add_maven_depmap JPP-%{name}.pom %{name}.jar
+
+%files
+%{_mavenpomdir}/JPP-%{name}.pom
+%{_javadir}/%{name}.jar
+%{_mavendepmapfragdir}/%{name}
+
+%changelog
+* Tue Nov  8 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.0-3
+- Change remote-resources version compare from > to >=
+- Removed generation of javadocs (wasn't working anyway)
+
+* Mon Nov  7 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.0-2
+- Added maven-surefire-provider-junit to BR
+
+* Thu Nov  3 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.0-1
+- Initial version of the package
+
diff --git a/sources b/sources
index e69de29..5d7fc84 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+841e7809f967c4b4e77fb910095b414c  jetty-artifact-remote-resources-1.0.tar.bz2


More information about the scm-commits mailing list