b2c2ca
Name:           apache-commons-beanutils
b2c2ca
Version:        1.9.4
b2c2ca
Release:        2%{?dist}
b2c2ca
Summary:        Java utility methods for accessing and modifying the properties of arbitrary JavaBeans
b2c2ca
License:        ASL 2.0
b2c2ca
URL:            http://commons.apache.org/beanutils
b2c2ca
BuildArch:      noarch
b2c2ca
Source0:        http://archive.apache.org/dist/commons/beanutils/source/commons-beanutils-%{version}-src.tar.gz
b2c2ca
b2c2ca
BuildRequires:  maven-local
b2c2ca
BuildRequires:  mvn(commons-collections:commons-collections)
b2c2ca
BuildRequires:  mvn(commons-collections:commons-collections-testframework)
b2c2ca
BuildRequires:  mvn(commons-logging:commons-logging)
b2c2ca
BuildRequires:  mvn(org.apache.commons:commons-parent:pom:)
b2c2ca
b2c2ca
%description
b2c2ca
The scope of this package is to create a package of Java utility methods
b2c2ca
for accessing and modifying the properties of arbitrary JavaBeans.  No
b2c2ca
dependencies outside of the JDK are required, so the use of this package
b2c2ca
is very lightweight.
b2c2ca
b2c2ca
%package javadoc
b2c2ca
Summary:        Javadoc for %{name}
b2c2ca
b2c2ca
%description javadoc
b2c2ca
%{summary}.
b2c2ca
b2c2ca
%prep
b2c2ca
%setup -q -n commons-beanutils-%{version}-src
b2c2ca
sed -i 's/\r//' *.txt
b2c2ca
b2c2ca
%pom_remove_plugin :maven-assembly-plugin
b2c2ca
b2c2ca
%mvn_alias :{*} :@1-core :@1-bean-collections
b2c2ca
%mvn_alias :{*} org.apache.commons:@1 org.apache.commons:@1-core org.apache.commons:@1-bean-collections
b2c2ca
%mvn_file : %{name} %{name}-core %{name}-bean-collections
b2c2ca
%mvn_file : commons-beanutils commons-beanutils-core commons-beanutils-bean-collections
b2c2ca
b2c2ca
%build
b2c2ca
# Some tests fail in Koji
b2c2ca
%mvn_build -f
b2c2ca
b2c2ca
%install
b2c2ca
%mvn_install
b2c2ca
b2c2ca
%files -f .mfiles
b2c2ca
%doc RELEASE-NOTES.txt
b2c2ca
%doc LICENSE.txt NOTICE.txt
b2c2ca
b2c2ca
%files javadoc -f .mfiles-javadoc
b2c2ca
%doc LICENSE.txt NOTICE.txt
b2c2ca
b2c2ca
%changelog
b2c2ca
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.4-2
b2c2ca
- Mass rebuild for javapackages-tools 201902
b2c2ca
b2c2ca
* Thu Aug 15 2019 Marian Koncek <mkoncek@redhat.com> - 1.9.4-1
b2c2ca
- Update to upstream version 1.9.4
b2c2ca
b2c2ca
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.3-5
b2c2ca
- Mass rebuild for javapackages-tools 201901
b2c2ca
b2c2ca
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.3-4
b2c2ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b2c2ca
b2c2ca
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.3-3
b2c2ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b2c2ca
b2c2ca
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.3-2
b2c2ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b2c2ca
b2c2ca
* Tue Nov 01 2016 Michael Simacek <msimacek@redhat.com> - 1.9.3-1
b2c2ca
- Update to upstream version 1.9.3
b2c2ca
b2c2ca
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.2-5
b2c2ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b2c2ca
b2c2ca
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.2-4
b2c2ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b2c2ca
b2c2ca
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.2-3
b2c2ca
- Remove Provides/Obsoletes for javadoc package
b2c2ca
b2c2ca
* Wed Jul 30 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.2-2
b2c2ca
- Fix build-requires on apache-commons-parent
b2c2ca
b2c2ca
* Fri Jun  6 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.2-1
b2c2ca
- Update to upstream version 1.9.2
b2c2ca
- Remove legacy Provides/Obsoletes for jakarta-commons-beanutils
b2c2ca
- Remove RPM bug workaround
b2c2ca
b2c2ca
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.9.1-2
b2c2ca
- Use Requires: java-headless rebuild (#1067528)
b2c2ca
b2c2ca
* Mon Jan 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.1-1
b2c2ca
- Update to upstream version 1.9.1
b2c2ca
b2c2ca
* Mon Jan  6 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.0-1
b2c2ca
- Update to upstream version 1.9.0
b2c2ca
b2c2ca
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.3-11
b2c2ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b2c2ca
b2c2ca
* Mon Apr 29 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.8.3-10
b2c2ca
- Build with xmvn
b2c2ca
- Don't generate extra JARs
b2c2ca
- Simplify build dependencies
b2c2ca
- Update to current packaging guidelines
b2c2ca
b2c2ca
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.3-9
b2c2ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b2c2ca
b2c2ca
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.8.3-8
b2c2ca
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
b2c2ca
- Replace maven BuildRequires with maven-local
b2c2ca
b2c2ca
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.3-7
b2c2ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b2c2ca
b2c2ca
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.3-6
b2c2ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b2c2ca
b2c2ca
* Tue Nov 22 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.8.3-5
b2c2ca
- Packaging fixes
b2c2ca
- Remove unneeded depmap
b2c2ca
- Remove versioned jars and javadocs
b2c2ca
- Use maven 3 to build
b2c2ca
b2c2ca
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.3-4
b2c2ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b2c2ca
b2c2ca
* Thu Jul  8 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.8.3-3
b2c2ca
- Add license to javadoc subpackage
b2c2ca
b2c2ca
* Mon May 24 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.8.3-2
b2c2ca
- Added provides to javadoc subpackage
b2c2ca
b2c2ca
* Fri May 21 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.8.3-1
b2c2ca
- Re-did whole spec file, dropped gcj support
b2c2ca
- Rename package (jakarta-commons-beanutils->apache-commons-beanutils)
b2c2ca
b2c2ca
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.7.0-12.3
b2c2ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b2c2ca
b2c2ca
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.7.0-11.3
b2c2ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b2c2ca
b2c2ca
* Thu Oct 23 2008 David Walluck <dwalluck@redhat.com> 0:1.7.0-10.3
b2c2ca
- Fedora-specific: enable GCJ support
b2c2ca
b2c2ca
* Thu Oct 23 2008 David Walluck <dwalluck@redhat.com> 0:1.7.0-10.2
b2c2ca
- Fedora-specific: BuildRequires: java-1.6.0-devel
b2c2ca
b2c2ca
* Thu Oct 23 2008 David Walluck <dwalluck@redhat.com> 0:1.7.0-10.1
b2c2ca
- Fedora-specific: remove repolib
b2c2ca
- Fedora-specific: enable JDK6 support
b2c2ca
b2c2ca
* Mon Oct 20 2008 David Walluck <dwalluck@redhat.com> 0:1.7.0-10
b2c2ca
- add flag to build with maven
b2c2ca
b2c2ca
* Fri Sep 19 2008 David Walluck <dwalluck@redhat.com> 0:1.7.0-9
b2c2ca
- add jdk6 patch
b2c2ca
- fix repolib
b2c2ca
b2c2ca
* Sun Jun 15 2008 David Walluck <dwalluck@redhat.com> 0:1.7.0-8.jpp5
b2c2ca
- fix duplicate files
b2c2ca
- correctly unpack sources
b2c2ca
- remove spurious gnu-crypto requirement
b2c2ca
- remove spurious javadoc package requirements
b2c2ca
- fix javadoc directory
b2c2ca
- fix build-classpath call
b2c2ca
- use macros
b2c2ca
b2c2ca
* Fri May 30 2008 Permaine Cheung <pcheung@redhat.com> - 0:1.7.0-7
b2c2ca
- First JPP5 build
b2c2ca
b2c2ca
* Tue Jul 24 2007 Ralph Apel <r.apel at r-apel.de> - 0:1.7.0-6jpp
b2c2ca
- Make Vendor, Distribution based on macro
b2c2ca
- Fix aot build
b2c2ca
- Add poms and depmap frags
b2c2ca
- Build with maven1 by default
b2c2ca
- Add manual subpackage when built with maven
b2c2ca
b2c2ca
* Tue Mar 13 2007 Vivek Lakshmanan <vivekl@redhat.com> - 0:1.7.0-2jpp.ep1.2
b2c2ca
- Fix repolib location
b2c2ca
b2c2ca
* Tue Mar 13 2007 Fernando Nasser <fnasser@redhat.com> - 0:1.7.0-2jpp.ep1.1
b2c2ca
- New repolib location
b2c2ca
b2c2ca
* Mon Mar 05 2007 Fernando Nasser <fnasser@redhat.com> - 0:1.7.0-2jpp.el4ep1.3
b2c2ca
- Remove pre section used for RHUG cleanup
b2c2ca
b2c2ca
* Tue Feb 20 2007 Vivek Lakshmanan <vivekl@redhat.com> - 0:1.7.0-2jpp.el4ep1.2
b2c2ca
- Add -brew suffix
b2c2ca
b2c2ca
* Fri Feb 17 2007 Vivek Lakshmanan <vivekl@redhat.com> - 0:1.7.0-2jpp.el4ep1.1
b2c2ca
- Add repolib support
b2c2ca
b2c2ca
* Thu Aug 17 2006 Fernando Nasser <fnasser@redhat.com> - 0:1.7.0-5jpp
b2c2ca
- Require what is used in post/postun for javadoc
b2c2ca
b2c2ca
* Fri Jul 14 2006 Fernando Nasser <fnasser@redhat.com> - 0:1.7.0-4jpp
b2c2ca
- Add AOT bits
b2c2ca
b2c2ca
* Thu May 11 2006 Fernando Nasser <fnasser@redhat.com> - 0:1.7.0-3jpp
b2c2ca
- Add header
b2c2ca
- Remove unecessary macro definitions
b2c2ca
b2c2ca
* Wed Feb 22 2006 Fernando Nasser <fnasser@redhat.com> - 0:1.7.0-2jpp_1rh
b2c2ca
- Merge with upstream
b2c2ca
b2c2ca
* Wed Apr 27 2005 Fernando Nasser <fnasser@redhat.com> - 0:1.7.0-1jpp_3rh
b2c2ca
- Fix build so that collections jar is created
b2c2ca
b2c2ca
* Sat Jan 29 2005 Ralph Apel <r.apel@r-apel.de> - 0:1.7.0-2jpp
b2c2ca
- Use the "dist" target to get a full build, including bean-collections
b2c2ca
b2c2ca
* Thu Oct 21 2004 Fernando Nasser <fnasser@redhat.com> - 0:1.7.0-1jpp_1rh
b2c2ca
- Import from upstream
b2c2ca
b2c2ca
* Thu Oct 21 2004 Fernando Nasser <fnasser@redhat.com> - 0:1.7.0-1jpp
b2c2ca
- Upgrade to 1.7.0
b2c2ca
b2c2ca
* Fri Oct 1 2004 Andrew Overholt <overholt@redhat.com> 0:1.6.1-4jpp_6rh
b2c2ca
- add coreutils BuildRequires
b2c2ca
b2c2ca
* Sun Aug 23 2004 Randy Watler <rwatler at finali.com> - 0:1.6.1-5jpp
b2c2ca
- Rebuild with ant-1.6.2
b2c2ca
b2c2ca
* Fri Jul 2 2004 Aizaz Ahmed <aahmed@redhat.com> 0:1.6.1-4jpp_5rh
b2c2ca
- Added trigger to restore symlinks that are removed if ugrading
b2c2ca
  from a commons-beanutils rhug package
b2c2ca
b2c2ca
* Fri Apr  2 2004 Frank Ch. Eigler <fche@redhat.com> 0:1.6.1-4jpp_4rh
b2c2ca
- more of the same, for version-suffixed .jar files
b2c2ca
b2c2ca
* Fri Mar 26 2004 Frank Ch. Eigler <fche@redhat.com> 0:1.6.1-4jpp_3rh
b2c2ca
- add RHUG upgrade cleanup
b2c2ca
b2c2ca
* Fri Mar  5 2004 Frank Ch. Eigler <fche@redhat.com> 0:1.6.1-4jpp_2rh
b2c2ca
- RH vacuuming part II
b2c2ca
b2c2ca
* Thu Mar  4 2004 Frank Ch. Eigler <fche@redhat.com> 0:1.6.1-4jpp_1rh
b2c2ca
- RH vacuuming
b2c2ca
b2c2ca
* Fri May 09 2003 David Walluck <david@anti-microsoft.org> 0:1.6.1-4jpp
b2c2ca
- update for JPackage 1.5
b2c2ca
b2c2ca
* Thu Feb 27 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.6.1-2jpp
b2c2ca
- fix ASF license and add packager name
b2c2ca
b2c2ca
* Wed Feb 19 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.6.1-1jpp
b2c2ca
- 1.6.1
b2c2ca
b2c2ca
* Thu Feb 13 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.6-1jpp
b2c2ca
- 1.6
b2c2ca
b2c2ca
* Thu Oct 24 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5-1jpp
b2c2ca
- 1.5
b2c2ca
b2c2ca
* Fri Aug 23 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.4.1-1jpp
b2c2ca
- 1.4.1
b2c2ca
b2c2ca
* Tue Aug 20 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.4-1jpp
b2c2ca
- 1.4
b2c2ca
b2c2ca
* Fri Jul 12 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.3-3jpp
b2c2ca
- change to commons-xxx.jar instead of commons-xxx.home in ant parameters
b2c2ca
b2c2ca
* Mon Jun 10 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.3-2jpp
b2c2ca
- use sed instead of bash 2.x extension in link area to make spec compatible
b2c2ca
  with distro using bash 1.1x
b2c2ca
b2c2ca
* Fri Jun 07 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.3-1jpp
b2c2ca
- 1.3
b2c2ca
- added short names in %%{_javadir}, as does jakarta developpers
b2c2ca
- first jPackage release