Sophie

Sophie

distrib > Mageia > 2 > x86_64 > by-pkgid > 26ecab569f0f7531521a2286c35b796f > files > 2

codehaus-parent-4-1.mga2.src.rpm

Name:                 codehaus-parent
Version:              4
Release:              %mkrel 1
Summary:              Codehaus Parent POM
Group:                Development/Java
License:              ASL 2.0
Url:                  http://codehaus.org/
Source0:              http://repo1.maven.org/maven2/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
BuildRequires:        jpackage-utils
BuildRequires:        maven-gpg-plugin
BuildRequires:        maven-javadoc-plugin
Requires:             maven-enforcer-plugin
Requires:             maven-release-plugin
Requires:             maven-source-plugin
BuildArch:            noarch
Requires:             jpackage-utils
Requires(post):       jpackage-utils
Requires(postun):     jpackage-utils
Requires:             java

%description
The Codehaus is a collaborative environment for building open source projects
with a strong emphasis on modern languages, focussed on quality components that
meet real world needs.

This package contains the parent pom file for Codehaus projects.

%prep
%setup -q -c -T

%build

%install
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 %{SOURCE0} %{buildroot}%{_mavenpomdir}/JPP-codehaus-parent.pom
%add_to_maven_depmap org.codehaus codehaus-parent %{version} JPP codehaus-parent

%post
%update_maven_depmap

%postun
%update_maven_depmap

%files
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*



%changelog

* Mon Sep 26 2011 dmorgan <dmorgan> 4-1.mga2
+ Revision: 147849
- Adapt to mageia guidelines

* Sun Jul 17 2011 gil <gil> 4-0.mga2
+ Revision: 125350
- imported package codehaus-parent


* Sun Jul 17 2011 gil <gil> 4-0.%%mkrel
- initial rpm