|
|
239c66 |
%global pkg_name jboss-parent
|
|
|
239c66 |
%{?scl:%scl_package %{pkg_name}}
|
|
|
239c66 |
%{?maven_find_provides_and_requires}
|
|
|
239c66 |
|
|
|
239c66 |
Name: %{?scl_prefix}%{pkg_name}
|
|
|
239c66 |
Version: 6
|
|
|
239c66 |
Release: 12.12%{?dist}
|
|
|
239c66 |
Summary: JBoss Parent POM
|
|
|
239c66 |
License: LGPLv2+
|
|
|
239c66 |
URL: http://www.jboss.org/
|
|
|
239c66 |
|
|
|
239c66 |
# git clone git://github.com/jboss/jboss-parent-pom.git
|
|
|
239c66 |
# cd jboss-parent-pom/ && git archive --format=tar --prefix=jboss-parent-6/ 6 | xz > jboss-parent-6.tar.xz
|
|
|
239c66 |
Source0: %{pkg_name}-%{version}.tar.xz
|
|
|
239c66 |
# Removing unavailable deps
|
|
|
239c66 |
Patch0: %{pkg_name}-%{version}-deps.patch
|
|
|
239c66 |
BuildArch: noarch
|
|
|
239c66 |
|
|
|
239c66 |
BuildRequires: %{?scl_prefix_java_common}javapackages-tools
|
|
|
239c66 |
BuildRequires: %{?scl_prefix}maven-local
|
|
|
239c66 |
BuildRequires: %{?scl_prefix}maven-install-plugin
|
|
|
239c66 |
BuildRequires: %{?scl_prefix}maven-javadoc-plugin
|
|
|
239c66 |
BuildRequires: %{?scl_prefix}maven-release-plugin
|
|
|
239c66 |
BuildRequires: %{?scl_prefix}maven-resources-plugin
|
|
|
239c66 |
BuildRequires: %{?scl_prefix}maven-enforcer-plugin
|
|
|
239c66 |
|
|
|
239c66 |
|
|
|
239c66 |
%description
|
|
|
239c66 |
The Project Object Model files for JBoss packages.
|
|
|
239c66 |
|
|
|
239c66 |
%prep
|
|
|
239c66 |
%setup -q -n %{pkg_name}-%{version}
|
|
|
239c66 |
%{?scl:scl enable %{scl} - <<"EOF"}
|
|
|
239c66 |
set -e -x
|
|
|
239c66 |
%patch0 -p1
|
|
|
239c66 |
%{?scl:EOF}
|
|
|
239c66 |
|
|
|
239c66 |
%build
|
|
|
239c66 |
%{?scl:scl enable %{scl} - <<"EOF"}
|
|
|
239c66 |
set -e -x
|
|
|
239c66 |
%mvn_build
|
|
|
239c66 |
%{?scl:EOF}
|
|
|
239c66 |
|
|
|
239c66 |
%install
|
|
|
239c66 |
%{?scl:scl enable %{scl} - <<"EOF"}
|
|
|
239c66 |
set -e -x
|
|
|
239c66 |
%mvn_install
|
|
|
239c66 |
%{?scl:EOF}
|
|
|
239c66 |
|
|
|
239c66 |
%files -f .mfiles
|
|
|
239c66 |
%dir %{_mavenpomdir}/%{pkg_name}
|
|
|
239c66 |
%doc README.md
|
|
|
239c66 |
|
|
|
239c66 |
%changelog
|
|
|
239c66 |
* Mon Feb 08 2016 Michal Srb <msrb@redhat.com> - 6-12.12
|
|
|
239c66 |
- Fix BR on maven-local & co.
|
|
|
239c66 |
|
|
|
239c66 |
* Mon Jan 11 2016 Michal Srb <msrb@redhat.com> - 6-12.11
|
|
|
239c66 |
- maven33 rebuild #2
|
|
|
239c66 |
|
|
|
239c66 |
* Sat Jan 09 2016 Michal Srb <msrb@redhat.com> - 6-12.10
|
|
|
239c66 |
- maven33 rebuild
|
|
|
239c66 |
|
|
|
239c66 |
* Thu Jan 15 2015 Michal Srb <msrb@redhat.com> - 6-12.9
|
|
|
239c66 |
- Fix directory ownership
|
|
|
239c66 |
|
|
|
239c66 |
* Tue Jan 13 2015 Michael Simacek <msimacek@redhat.com> - 6-12.8
|
|
|
239c66 |
- Mass rebuild 2015-01-13
|
|
|
239c66 |
|
|
|
239c66 |
* Tue Jan 06 2015 Michael Simacek <msimacek@redhat.com> - 6-12.7
|
|
|
239c66 |
- Mass rebuild 2015-01-06
|
|
|
239c66 |
|
|
|
239c66 |
* Mon May 26 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 6-12.6
|
|
|
239c66 |
- Mass rebuild 2014-05-26
|
|
|
239c66 |
|
|
|
239c66 |
* Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 6-12.5
|
|
|
239c66 |
- Mass rebuild 2014-02-19
|
|
|
239c66 |
|
|
|
239c66 |
* Tue Feb 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 6-12.4
|
|
|
239c66 |
- Mass rebuild 2014-02-18
|
|
|
239c66 |
|
|
|
239c66 |
* Fri Feb 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 6-12.3
|
|
|
239c66 |
- SCL-ize requires and build-requires
|
|
|
239c66 |
|
|
|
239c66 |
* Thu Feb 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 6-12.2
|
|
|
239c66 |
- Rebuild to regenerate auto-requires
|
|
|
239c66 |
|
|
|
239c66 |
* Tue Feb 11 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 6-12.1
|
|
|
239c66 |
- First maven30 software collection build
|
|
|
239c66 |
|
|
|
239c66 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 6-12
|
|
|
239c66 |
- Mass rebuild 2013-12-27
|
|
|
239c66 |
|
|
|
239c66 |
* Mon Aug 26 2013 Michal Srb <msrb@redhat.com> - 6-11
|
|
|
239c66 |
- Migrate away from mvn-rpmbuild (Resolves: #997506)
|
|
|
239c66 |
|
|
|
239c66 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6-10
|
|
|
239c66 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
239c66 |
|
|
|
239c66 |
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 6-9
|
|
|
239c66 |
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
239c66 |
- Replace maven BuildRequires with maven-local
|
|
|
239c66 |
|
|
|
239c66 |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6-8
|
|
|
239c66 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
239c66 |
|
|
|
239c66 |
* Thu Apr 19 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 6-7
|
|
|
239c66 |
- Simplify requires since they are only in depManagement
|
|
|
239c66 |
|
|
|
239c66 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6-6
|
|
|
239c66 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
239c66 |
|
|
|
239c66 |
* Mon Dec 12 2011 Alexander Kurtakov <akurtako@redhat.com> 6-5
|
|
|
239c66 |
- Add missing BR.
|
|
|
239c66 |
|
|
|
239c66 |
* Tue Sep 20 2011 Marek Goldmann <mgoldman@redhat.com> 6-4
|
|
|
239c66 |
- Removed unavailable deps from POM
|
|
|
239c66 |
|
|
|
239c66 |
* Mon Aug 29 2011 Marek Goldmann <mgoldman@redhat.com> 6-3
|
|
|
239c66 |
- Added maven-surefire-provider-junit requires
|
|
|
239c66 |
|
|
|
239c66 |
* Thu Jul 28 2011 Marek Goldmann <mgoldman@redhat.com> 6-2
|
|
|
239c66 |
- Added build section
|
|
|
239c66 |
- Removed unnecessary sections and BR's
|
|
|
239c66 |
|
|
|
239c66 |
* Mon Jul 18 2011 Marek Goldmann <mgoldman@redhat.com> 6-1
|
|
|
239c66 |
- Upstream release: 6.
|
|
|
239c66 |
|
|
|
239c66 |
* Tue Jun 07 2011 Marek Goldmann <mgoldman@redhat.com> 6-0.1.beta2
|
|
|
239c66 |
- Initial packaging
|