Blame SPECS/joda-convert.spec

112cf5
%{?scl:%scl_package joda-convert}
112cf5
%{!?scl:%global pkg_name %{name}}
112cf5
112cf5
Name:           %{?scl_prefix}joda-convert
112cf5
Version:        1.8.1
112cf5
Release:        5.2%{?dist}
112cf5
Summary:        Java library for conversion to and from standard string formats
112cf5
License:        ASL 2.0
112cf5
URL:            https://github.com/JodaOrg/joda-convert/
112cf5
BuildArch:      noarch
112cf5
112cf5
Source0:        https://github.com/JodaOrg/joda-convert/archive/v%{version}.tar.gz#/%{pkg_name}-%{version}.tar.gz
112cf5
112cf5
BuildRequires:  %{?scl_prefix}maven-local
112cf5
BuildRequires:  %{?scl_prefix}mvn(org.apache.felix:maven-bundle-plugin)
112cf5
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.plugins:maven-assembly-plugin)
112cf5
112cf5
%description
112cf5
Java library to enable conversion to and from standard string formats.
112cf5
112cf5
%package javadoc
112cf5
Summary:        API documentation for %{pkg_name}
112cf5
112cf5
%description javadoc
112cf5
This package contains the %{summary}.
112cf5
112cf5
%prep
112cf5
%setup -n %{pkg_name}-%{version} -q
112cf5
%mvn_file : %{pkg_name}
112cf5
sed -i s/\r// *.txt
112cf5
112cf5
%pom_remove_plugin :maven-checkstyle-plugin
112cf5
%pom_remove_plugin :maven-source-plugin
112cf5
%pom_remove_plugin :maven-javadoc-plugin
112cf5
112cf5
%build
112cf5
%mvn_build
112cf5
112cf5
%install
112cf5
%mvn_install
112cf5
112cf5
%files -f .mfiles
112cf5
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
112cf5
112cf5
%files javadoc -f .mfiles-javadoc
112cf5
%doc LICENSE.txt NOTICE.txt
112cf5
112cf5
%changelog
112cf5
* Thu Jun 22 2017 Michael Simacek <msimacek@redhat.com> - 1.8.1-5.2
112cf5
- Mass rebuild 2017-06-22
112cf5
112cf5
* Wed Jun 21 2017 Java Maintainers <java-maint@redhat.com> - 1.8.1-5.1
112cf5
- Automated package import and SCL-ization
112cf5
112cf5
* Thu Feb 23 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.8.1-5
112cf5
- Remove unneeded maven-javadoc-plugin invocation
112cf5
112cf5
* Tue Feb 07 2017 Michael Simacek <msimacek@redhat.com> - 1.8.1-4
112cf5
- Remove useless plugins
112cf5
112cf5
* Tue May 31 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.8.1-3
112cf5
- Disable maven-checkstyle-plugin
112cf5
112cf5
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2
112cf5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
112cf5
112cf5
* Fri Nov 20 2015 Michael Simacek <msimacek@redhat.com> - 1.8.1-1
112cf5
- Update to upstream version 1.8.1
112cf5
112cf5
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-2
112cf5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
112cf5
112cf5
* Tue Aug  5 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7-1
112cf5
- Update to upstream version 1.7
112cf5
112cf5
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-2
112cf5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
112cf5
112cf5
* Mon Feb 10 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.6-1
112cf5
- Update to upstream version 1.6
112cf5
112cf5
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-2
112cf5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
112cf5
112cf5
* Sun Jul 14 2013 Mat Booth <fedora@matbooth.co.uk> - 1.3.1-1
112cf5
- Update to latest upstream, fixes rhbz #919539
112cf5
- Use XMvn macros
112cf5
112cf5
* Tue May 28 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.3-2
112cf5
- Install NOTICE file with javadoc as well
112cf5
- Use full URL for Source0
112cf5
112cf5
* Fri Feb 22 2013 Andy Grimm <agrimm@gmail.com> - 1.3-1
112cf5
- Update to 1.3
112cf5
112cf5
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-5
112cf5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
112cf5
112cf5
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.2-4
112cf5
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
112cf5
- Replace maven BuildRequires with maven-local
112cf5
112cf5
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-3
112cf5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
112cf5
112cf5
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-2
112cf5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
112cf5
112cf5
* Thu Nov 17 2011 Andy Grimm <agrimm@gmail.com> - 1.2-1
112cf5
- update to 1.2 and pull source tarball correctly
112cf5
112cf5
* Tue Oct 18 2011 Andy Grimm <agrimm@gmail.com> - 1.1-1
112cf5
- Initial package