Blame SPECS/maven-gpg-plugin.spec

962723
%global pkg_name maven-gpg-plugin
962723
%{?scl:%scl_package %{pkg_name}}
962723
%{?maven_find_provides_and_requires}
962723
962723
Name:           %{?scl_prefix}%{pkg_name}
962723
Version:        1.4
962723
Release:        11.13%{?dist}
962723
Summary:        Maven GPG Plugin
962723
962723
License:        ASL 2.0
962723
URL:            http://maven.apache.org/plugins/maven-gpg-plugin/
962723
Source0:        http://repo2.maven.org/maven2/org/apache/maven/plugins/%{pkg_name}/%{version}/%{pkg_name}-%{version}-source-release.zip
962723
Patch0:         0001-Add-support-for-maven-3.patch
962723
962723
BuildArch: noarch
962723
962723
BuildRequires: %{?scl_prefix}plexus-utils
962723
BuildRequires: %{?scl_prefix_java_common}ant
962723
BuildRequires: %{?scl_prefix}maven-local
962723
BuildRequires: %{?scl_prefix}maven-install-plugin
962723
BuildRequires: %{?scl_prefix}maven-compiler-plugin
962723
BuildRequires: %{?scl_prefix}maven-plugin-plugin
962723
BuildRequires: %{?scl_prefix}maven-resources-plugin
962723
BuildRequires: %{?scl_prefix}maven-surefire-plugin
962723
BuildRequires: %{?scl_prefix}maven-jar-plugin
962723
BuildRequires: %{?scl_prefix}maven-javadoc-plugin
962723
962723
# Uses system gpg binary for actual signing
962723
Requires:      gnupg
962723
962723
962723
%description
962723
This plugin signs all of the project's attached artifacts with
962723
GnuPG. It adds goals gpg:sign and gpg:sign-and-deploy-file.
962723
962723
962723
%package javadoc
962723
Summary:        Javadoc for %{pkg_name}
962723
962723
%description javadoc
962723
API documentation for %{pkg_name}.
962723
962723
%prep
962723
%setup -q -n %{pkg_name}-%{version}
962723
%{?scl:scl enable %{scl} - <<"EOF"}
962723
set -e -x
962723
962723
# migrate to maven 3.x 
962723
%patch0 -p1
962723
sed -i 's/${mavenVersion}/3.0.4/' pom.xml
962723
%{?scl:EOF}
962723
962723
%build
962723
%{?scl:scl enable %{scl} - <<"EOF"}
962723
set -e -x
962723
%mvn_build
962723
%{?scl:EOF}
962723
962723
%install
962723
%{?scl:scl enable %{scl} - <<"EOF"}
962723
set -e -x
962723
%mvn_install
962723
%{?scl:EOF}
962723
962723
%files -f .mfiles
962723
%dir %{_mavenpomdir}/%{pkg_name}
962723
%dir %{_javadir}/%{pkg_name}
962723
%doc LICENSE NOTICE
962723
962723
%files javadoc -f .mfiles-javadoc
962723
%doc LICENSE NOTICE
962723
962723
%changelog
962723
* Mon Feb 08 2016 Michal Srb <msrb@redhat.com> - 1.4-11.13
962723
- Fix BR on maven-local & co.
962723
962723
* Mon Jan 11 2016 Michal Srb <msrb@redhat.com> - 1.4-11.12
962723
- maven33 rebuild #2
962723
962723
* Sat Jan 09 2016 Michal Srb <msrb@redhat.com> - 1.4-11.11
962723
- maven33 rebuild
962723
962723
* Thu Jan 15 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-11.10
962723
- Add directory ownership on %%{_mavenpomdir} subdir
962723
962723
* Tue Jan 13 2015 Michael Simacek <msimacek@redhat.com> - 1.4-11.9
962723
- Mass rebuild 2015-01-13
962723
962723
* Tue Jan 06 2015 Michael Simacek <msimacek@redhat.com> - 1.4-11.8
962723
- Mass rebuild 2015-01-06
962723
962723
* Mon May 26 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-11.7
962723
- Mass rebuild 2014-05-26
962723
962723
* Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-11.6
962723
- Mass rebuild 2014-02-19
962723
962723
* Tue Feb 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-11.5
962723
- Mass rebuild 2014-02-18
962723
962723
* Tue Feb 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-11.4
962723
- Rebuild to fix incorrect auto-requires
962723
962723
* Fri Feb 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-11.3
962723
- SCL-ize requires and build-requires
962723
962723
* Thu Feb 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-11.2
962723
- Rebuild to regenerate auto-requires
962723
962723
* Tue Feb 11 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-11.1
962723
- First maven30 software collection build
962723
962723
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.4-11
962723
- Mass rebuild 2013-12-27
962723
962723
* Wed Jul 17 2013 Tomas Radej <tradej@redhat.com> - 1.4-10
962723
- Added R on gnupg (used for actual singing)
962723
962723
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-9
962723
- Rebuild to regenerate API documentation
962723
- Resolves: CVE-2013-1571
962723
962723
* Tue Jun 25 2013 Tomas Radej <tradej@redhat.com> - 1.4-8
962723
- Removed BR on ant-nodeps (no longer available)
962723
962723
* Tue Feb 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-7
962723
- Use default packaging layout
962723
962723
* Tue Feb 12 2013 Michal Srb <msrb@redhat.com> - 1.4-6
962723
- Build with xmvn
962723
962723
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.4-5
962723
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
962723
- Replace maven BuildRequires with maven-local
962723
962723
* Mon Nov 26 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.4-4
962723
- Install LICENSE and NOTICE files (#879367)
962723
962723
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-3
962723
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
962723
962723
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-2
962723
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
962723
962723
* Tue Sep 6 2011 Alexander Kurtakov <akurtako@redhat.com> 1.4-1
962723
- Update to latest upstream version.
962723
962723
* Mon Jun 13 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.3-1
962723
- Update to latest upstream version
962723
962723
* Fri Mar 25 2011 Alexander Kurtakov <akurtako@redhat.com> 1.2-1
962723
- Update to new upstream release.
962723
- Adapt to current guidelines.
962723
962723
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-3
962723
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
962723
962723
* Wed Jun  2 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1-2
962723
- Fix depmap call
962723
- Add gnupg2 to Requires
962723
962723
* Tue Jun  1 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1-1
962723
- Initial package