Blame SPECS/jboss-parent.spec

b6f5a4
%{?scl:%scl_package jboss-parent}
b6f5a4
%{!?scl:%global pkg_name %{name}}
b6f5a4
b6f5a4
Name:           %{?scl_prefix}jboss-parent
b6f5a4
Version:        20
b6f5a4
Release:        2.2%{?dist}
b6f5a4
Summary:        JBoss Parent POM
b6f5a4
License:        CC0
b6f5a4
URL:            http://www.jboss.org/
b6f5a4
BuildArch:      noarch
b6f5a4
b6f5a4
Source0:        https://github.com/jboss/jboss-parent-pom/archive/%{pkg_name}-%{version}.tar.gz
b6f5a4
Source1:        http://repository.jboss.org/licenses/cc0-1.0.txt
b6f5a4
b6f5a4
BuildRequires:  %{?scl_prefix}maven-local
b6f5a4
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.plugins:maven-source-plugin)
b6f5a4
b6f5a4
%description
b6f5a4
The Project Object Model files for JBoss packages.
b6f5a4
b6f5a4
%prep
b6f5a4
%setup -q -n %{pkg_name}-pom-%{pkg_name}-%{version}
b6f5a4
b6f5a4
# NOT available plugins
b6f5a4
%pom_remove_plugin :maven-clover2-plugin
b6f5a4
%pom_remove_plugin :cobertura-maven-plugin
b6f5a4
%pom_remove_plugin :findbugs-maven-plugin
b6f5a4
%pom_remove_plugin :javancss-maven-plugin
b6f5a4
%pom_remove_plugin :jdepend-maven-plugin
b6f5a4
%pom_remove_plugin :license-maven-plugin
b6f5a4
%pom_remove_plugin :sonar-maven-plugin
b6f5a4
b6f5a4
%pom_remove_plugin :maven-enforcer-plugin
b6f5a4
%pom_remove_plugin :buildnumber-maven-plugin
b6f5a4
b6f5a4
cp -p %SOURCE1 LICENSE
b6f5a4
sed -i 's/\r//' LICENSE
b6f5a4
b6f5a4
%build
b6f5a4
%mvn_build
b6f5a4
b6f5a4
%install
b6f5a4
%mvn_install
b6f5a4
b6f5a4
%files -f .mfiles
b6f5a4
%doc README.md
b6f5a4
%license LICENSE
b6f5a4
b6f5a4
%changelog
b6f5a4
* Thu Jun 22 2017 Michael Simacek <msimacek@redhat.com> - 20-2.2
b6f5a4
- Mass rebuild 2017-06-22
b6f5a4
b6f5a4
* Wed Jun 21 2017 Java Maintainers <java-maint@redhat.com> - 20-2.1
b6f5a4
- Automated package import and SCL-ization
b6f5a4
b6f5a4
* Mon Feb 06 2017 Michael Simacek <msimacek@redhat.com> - 20-2
b6f5a4
- Remove useless plugins
b6f5a4
b6f5a4
* Sat Aug 20 2016 gil cattaneo <puntogil@libero.it> 20-1
b6f5a4
- update to 20
b6f5a4
b6f5a4
* Fri May 27 2016 gil cattaneo <puntogil@libero.it> 19-1
b6f5a4
- update to 19
b6f5a4
- update license field and add license file (see POM file)
b6f5a4
b6f5a4
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 11-7
b6f5a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b6f5a4
b6f5a4
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 11-6
b6f5a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b6f5a4
b6f5a4
* Tue Apr 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 11-5
b6f5a4
- Cleanup spec file
b6f5a4
b6f5a4
* Tue Jun 17 2014 Marek Goldmann <mgoldman@redhat.com> - 11-4
b6f5a4
- Remove com.sun:tools scope
b6f5a4
b6f5a4
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 11-3
b6f5a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b6f5a4
b6f5a4
* Wed May 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 11-2
b6f5a4
- Rebuild to regenerate Maven auto-requires
b6f5a4
b6f5a4
* Tue Sep 10 2013 Marek Goldmann <mgoldman@redhat.com> - 11-1
b6f5a4
- Upstream release 11
b6f5a4
- License change
b6f5a4
b6f5a4
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6-11
b6f5a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b6f5a4
b6f5a4
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6-10
b6f5a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b6f5a4
b6f5a4
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 6-9
b6f5a4
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
b6f5a4
- Replace maven BuildRequires with maven-local
b6f5a4
b6f5a4
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6-8
b6f5a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b6f5a4
b6f5a4
* Thu Apr 19 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 6-7
b6f5a4
- Simplify requires since they are only in depManagement
b6f5a4
b6f5a4
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6-6
b6f5a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b6f5a4
b6f5a4
* Mon Dec 12 2011 Alexander Kurtakov <akurtako@redhat.com> 6-5
b6f5a4
- Add missing BR.
b6f5a4
b6f5a4
* Tue Sep 20 2011 Marek Goldmann <mgoldman@redhat.com> 6-4
b6f5a4
- Removed unavailable deps from POM
b6f5a4
b6f5a4
* Mon Aug 29 2011 Marek Goldmann <mgoldman@redhat.com> 6-3
b6f5a4
- Added maven-surefire-provider-junit requires
b6f5a4
b6f5a4
* Thu Jul 28 2011 Marek Goldmann <mgoldman@redhat.com> 6-2
b6f5a4
- Added build section
b6f5a4
- Removed unnecessary sections and BR's
b6f5a4
b6f5a4
* Mon Jul 18 2011 Marek Goldmann <mgoldman@redhat.com> 6-1
b6f5a4
- Upstream release: 6.
b6f5a4
b6f5a4
* Tue Jun 07 2011 Marek Goldmann <mgoldman@redhat.com> 6-0.1.beta2
b6f5a4
- Initial packaging