diff --git a/.gitignore b/.gitignore index e69de29..f59ea97 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/LICENSE-2.0.txt diff --git a/sources b/sources index e69de29..08b565e 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +3b83ef96387f14655fc854ddc3c6bd57 LICENSE-2.0.txt diff --git a/weld-parent.spec b/weld-parent.spec index c57140d..ee34529 100644 --- a/weld-parent.spec +++ b/weld-parent.spec @@ -1,12 +1,13 @@ Name: weld-parent Version: 17 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Parent POM for Weld Group: Development/Libraries License: ASL 2.0 URL: http://seamframework.org/Weld Source0: http://repo1.maven.org/maven2/org/jboss/weld/%{name}/%{version}/%{name}-%{version}.pom +Source1: http://www.apache.org/licenses/LICENSE-2.0.txt # Removed accessing remote repos Patch0: weld-parent-%{version}-pom.patch @@ -17,6 +18,8 @@ BuildRequires: jpackage-utils BuildRequires: maven-local BuildRequires: maven-shared BuildRequires: maven-enforcer-plugin +BuildRequires: maven-plugin-build-helper +BuildRequires: maven-install-plugin Requires: jpackage-utils Requires: java @@ -27,6 +30,7 @@ Parent POM for Weld %prep cp %{SOURCE0} pom.xml +cp %{SOURCE1} LICENSE %patch0 -p0 @@ -45,8 +49,13 @@ install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom %files %{_mavenpomdir}/* %{_mavendepmapfragdir}/* +%doc LICENSE %changelog +* Thu Jul 18 2013 Michal Srb - 17-8 +- Add ASL 2.0 license text +- Add missing BR: maven-plugin-build-helper, maven-install-plugin + * Tue Feb 19 2013 Marek Goldmann - 17-7 - Added maven-shared BR