Sophie

Sophie

distrib > Mageia > 3 > x86_64 > by-pkgid > 5b8ae9e2a98d8473f91b796d0ec9e1ce > files > 3

jetty-toolchain-1.4-3.mga3.src.rpm

Name:           jetty-toolchain
Version:        1.4
Release:        %mkrel 3
Summary:        Jetty Toolchain main POM file

Group:          Development/Java
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:  maven
BuildRequires:  jpackage-utils
BuildRequires:  jetty-parent

Requires:       maven
Requires:       jpackage-utils
Requires:       jetty-parent

%description
Jetty Toolchain main POM file

%files
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}

#--------------------------------------------------------------------

%prep
%setup -q

%build
pushd %{name}
mvn-rpmbuild install

%install
# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
pushd %{name}
install -pm 644 pom.xml \
    %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom

%add_maven_depmap JPP-%{name}.pom
popd



%changelog

* Sat Jan 12 2013 umeabot <umeabot> 1.4-3.mga3
+ Revision: 355355
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Fri Jan 06 2012 dmorgan <dmorgan> 1.4-2.mga2
+ Revision: 192158
- imported package jetty-toolchain