Blame SPECS/jetty-toolchain.spec

43b7af
%global pkg_name jetty-toolchain
43b7af
%{?scl:%scl_package %{pkg_name}}
43b7af
%{?maven_find_provides_and_requires}
43b7af
43b7af
Name:           %{?scl_prefix}%{pkg_name}
43b7af
Version:        1.4
43b7af
Release:        9.12%{?dist}
43b7af
Summary:        Jetty Toolchain main POM file
43b7af
43b7af
License:        ASL 2.0 or EPL
43b7af
URL:            http://www.eclipse.org/jetty/
43b7af
Source0:        http://git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git/snapshot/%{pkg_name}-%{version}.tar.bz2
43b7af
# rpmlint config file (fedpkg lint will use this)
43b7af
Source1:        .rpmlint
43b7af
BuildArch:      noarch
43b7af
43b7af
BuildRequires:  %{?scl_prefix}maven-local
43b7af
BuildRequires:  %{?scl_prefix}jetty-parent
43b7af
BuildRequires:  %{?scl_prefix}maven-release-plugin
43b7af
43b7af
%description
43b7af
Jetty Toolchain main POM file
43b7af
43b7af
%prep
43b7af
%setup -q -n %{pkg_name}-%{version}
43b7af
%{?scl:scl enable %{scl} - <<"EOF"}
43b7af
set -e -x
43b7af
cp -p jetty-distribution-remote-resources/src/main/resources/* .
43b7af
%{?scl:EOF}
43b7af
43b7af
%build
43b7af
%{?scl:scl enable %{scl} - <<"EOF"}
43b7af
set -e -x
43b7af
pushd %{pkg_name}
43b7af
%mvn_build
43b7af
%{?scl:EOF}
43b7af
43b7af
%install
43b7af
%{?scl:scl enable %{scl} - <<"EOF"}
43b7af
set -e -x
43b7af
pushd %{pkg_name}
43b7af
%mvn_install
43b7af
%{?scl:EOF}
43b7af
43b7af
%files -f %{pkg_name}/.mfiles
43b7af
%dir %{_mavenpomdir}/%{pkg_name}
43b7af
%doc LICENSE-APACHE-2.0.txt LICENSE-ECLIPSE-1.0.html notice.html
43b7af
43b7af
43b7af
%changelog
43b7af
* Mon Feb 08 2016 Michal Srb <msrb@redhat.com> - 1.4-9.12
43b7af
- Fix BR on maven-local & co.
43b7af
43b7af
* Mon Jan 11 2016 Michal Srb <msrb@redhat.com> - 1.4-9.11
43b7af
- maven33 rebuild #2
43b7af
43b7af
* Sat Jan 09 2016 Michal Srb <msrb@redhat.com> - 1.4-9.10
43b7af
- maven33 rebuild
43b7af
43b7af
* Thu Jan 15 2015 Michal Srb <msrb@redhat.com> - 1.4-9.9
43b7af
- Fix directory ownership
43b7af
43b7af
* Tue Jan 13 2015 Michael Simacek <msimacek@redhat.com> - 1.4-9.8
43b7af
- Mass rebuild 2015-01-13
43b7af
43b7af
* Tue Jan 06 2015 Michael Simacek <msimacek@redhat.com> - 1.4-9.7
43b7af
- Mass rebuild 2015-01-06
43b7af
43b7af
* Mon May 26 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-9.6
43b7af
- Mass rebuild 2014-05-26
43b7af
43b7af
* Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-9.5
43b7af
- Mass rebuild 2014-02-19
43b7af
43b7af
* Tue Feb 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-9.4
43b7af
- Mass rebuild 2014-02-18
43b7af
43b7af
* Mon Feb 17 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-9.3
43b7af
- SCL-ize build-requires
43b7af
43b7af
* Thu Feb 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-9.2
43b7af
- Rebuild to regenerate auto-requires
43b7af
43b7af
* Tue Feb 11 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-9.1
43b7af
- First maven30 software collection build
43b7af
43b7af
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.4-9
43b7af
- Mass rebuild 2013-12-27
43b7af
43b7af
* Tue Jul 30 2013 Michal Srb <msrb@redhat.com> - 1.4-8
43b7af
- Build with XMvn
43b7af
- Drop group tag
43b7af
- Fix R/BR
43b7af
43b7af
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-7
43b7af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
43b7af
43b7af
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.4-6
43b7af
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
43b7af
- Replace maven BuildRequires with maven-local
43b7af
43b7af
* Thu Sep 20 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-5
43b7af
- Install license files
43b7af
43b7af
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-4
43b7af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
43b7af
43b7af
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-3
43b7af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
43b7af
43b7af
* Thu Nov  3 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.4-2
43b7af
- Added build section (available for overriding)
43b7af
43b7af
* Wed Nov  2 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.4-1
43b7af
- Initial version
43b7af