750b72
Name:           bcel
750b72
Version:        6.4.1
750b72
Release:        2%{?dist}
750b72
Summary:        Byte Code Engineering Library
750b72
License:        ASL 2.0
750b72
URL:            http://commons.apache.org/proper/commons-bcel/
750b72
Source0:        http://archive.apache.org/dist/commons/bcel/source/bcel-%{version}-src.tar.gz
750b72
750b72
BuildArch:      noarch
750b72
750b72
BuildRequires:  maven-local
750b72
BuildRequires:  mvn(org.apache.commons:commons-parent:pom:)
750b72
750b72
%description
750b72
The Byte Code Engineering Library (formerly known as JavaClass) is
750b72
intended to give users a convenient possibility to analyze, create, and
750b72
manipulate (binary) Java class files (those ending with .class). Classes
750b72
are represented by objects which contain all the symbolic information of
750b72
the given class: methods, fields and byte code instructions, in
750b72
particular.  Such objects can be read from an existing file, be
750b72
transformed by a program (e.g. a class loader at run-time) and dumped to
750b72
a file again. An even more interesting application is the creation of
750b72
classes from scratch at run-time. The Byte Code Engineering Library
750b72
(BCEL) may be also useful if you want to learn about the Java Virtual
750b72
Machine (JVM) and the format of Java .class files.  BCEL is already
750b72
being used successfully in several projects such as compilers,
750b72
optimizers, obsfuscators and analysis tools, the most popular probably
750b72
being the Xalan XSLT processor at Apache.
750b72
750b72
%package javadoc
750b72
Summary:        API documentation for %{name}
750b72
750b72
%description javadoc
750b72
This package provides %{summary}.
750b72
750b72
%prep
750b72
%setup -q -n %{name}-%{version}-src
750b72
750b72
%pom_remove_plugin :maven-source-plugin
750b72
750b72
%mvn_alias : bcel: apache:
750b72
%mvn_file : %{name}
750b72
750b72
%build
750b72
%mvn_build -f
750b72
750b72
%install
750b72
%mvn_install
750b72
750b72
%files -f .mfiles
750b72
%doc RELEASE-NOTES.txt
750b72
%license LICENSE.txt NOTICE.txt
750b72
750b72
%files javadoc -f .mfiles-javadoc
750b72
%license LICENSE.txt NOTICE.txt
750b72
750b72
%changelog
750b72
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.4.1-2
750b72
- Mass rebuild for javapackages-tools 201902
750b72
750b72
* Wed Oct 16 2019 Marian Koncek <mkoncek@redhat.com> - 6.4.1-1
750b72
- Update to upstream version 6.4.1
750b72
750b72
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.3.1-2
750b72
- Mass rebuild for javapackages-tools 201901
750b72
750b72
* Mon May 06 2019 Marian Koncek <mkoncek@redhat.com> - 0:6.3.1-1
750b72
- Update to upstream version 6.3.1
750b72
- Fixes: RHBZ #1692150
750b72
750b72
* Tue Feb 05 2019 Marian Koncek <mkoncek@redhat.com> - 0:6.3-1
750b72
- Update to upstream version 6.3
750b72
- Fixes: RHBZ #1670025
750b72
750b72
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:6.2-2
750b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
750b72
750b72
* Sun Dec 10 2017 Michael Simacek <msimacek@redhat.com> - 0:6.2-1
750b72
- Update to upstream version 6.2
750b72
750b72
* Fri Sep 22 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:6.1-2
750b72
- Conditionally build without jna
750b72
750b72
* Tue Sep 19 2017 Michael Simacek <msimacek@redhat.com> - 0:6.1-1
750b72
- Update to upstream version 6.1
750b72
750b72
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:6.0-0.7.20140406svn1592769
750b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
750b72
750b72
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:6.0-0.6.20140406svn1592769
750b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
750b72
750b72
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0:6.0-0.5.20140406svn1592769
750b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
750b72
750b72
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:6.0-0.4.20140406svn1592769
750b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
750b72
750b72
* Mon Aug 11 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:6.0-0.3.20140406svn1592769
750b72
- Add alias for apache:bcel
750b72
750b72
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:6.0-0.2.20140406svn1592769
750b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
750b72
750b72
* Tue May 06 2014 Michael Simacek <msimacek@redhat.com> - 0:6.0-0.1.20140406svn1592769
750b72
- Update to upstream snapshot compatible with Java 8
750b72
750b72
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:5.2-17
750b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
750b72
750b72
* Fri Jun 14 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:5.2-16
750b72
- Complete spec file rewrite
750b72
- Build with Maven instead of Ant
750b72
- Remove manual subpackage
750b72
750b72
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:5.2-15
750b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
750b72
750b72
* Tue Nov 13 2012 Tom Callaway <spot@fedoraproject.org> - 0:5.2-14
750b72
- Package NOTICE.txt
750b72
750b72
* Tue Aug 21 2012 Andy Grimm <agrimm@gmail.com> - 0:5.2-13
750b72
- This package should not own _mavendepmapfragdir (RHBZ#850005)
750b72
- Build with maven, and clean up deprecated spec constructs
750b72
- Fix pom file (See http://jira.codehaus.org/browse/MEV-592)
750b72
750b72
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:5.2-12
750b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
750b72
750b72
* Sun Jun 24 2012 Gerard Ryan <galileo@fedoraproject.org> - 0:5.2-11
750b72
- Inject OSGI Manifest.
750b72
750b72
* Wed Jan 11 2012 Ville Skyttä <ville.skytta@iki.fi> - 0:5.2-10
750b72
- Specify explicit source encoding to fix build with Java 7.
750b72
- Install jar and javadocs unversioned.
750b72
- Crosslink with JDK javadocs.
750b72
750b72
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:5.2-9
750b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
750b72
750b72
* Tue Jul 13 2010 Alexander Kurtakov <akurtako@redhat.com> 0:5.2-8
750b72
- Use global.
750b72
- Drop gcj_support.
750b72
- Fix groups.
750b72
- Fix build.
750b72
750b72
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:5.2-7.1
750b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
750b72
750b72
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:5.2-6.1
750b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
750b72
750b72
* Thu Dec 04 2008 Permaine Cheung <pcheung at redhat.com> 0:5.2-5.1
750b72
- Do not install poms in /usr/share/maven2/default_poms
750b72
750b72
* Wed Jul  9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:5.2-5
750b72
- drop repotag
750b72
750b72
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0:5.2-4jpp.2
750b72
- Autorebuild for GCC 4.3
750b72
750b72
* Tue Jan 22 2008 Permaine Cheung <pcheung at redhat.com> 0:5.2-3jpp.1
750b72
- Merge with upstream
750b72
750b72
* Mon Jan 07 2008 Permaine Cheung <pcheung at redhat.com> 0:5.2-2jpp.2
750b72
- Fixed unowned directory (Bugzilla 246185)
750b72
750b72
* Fri Nov 16 2007 Ralph Apel <r.apel@r-apel.de> 0:5.2-3jpp
750b72
- Install poms unconditionally
750b72
- Add pom in ./maven2/default_poms
750b72
- Add org.apache.bcel:bcel depmap frag
750b72
750b72
* Wed Sep 19 2007 Permaine Cheung <pcheung at redhat.com> 0:5.2-2jpp.1
750b72
- Update to 5.2 in Fedora
750b72
750b72
* Mon Sep  4 2007 Jason Corley <jason.corley@gmail.com> 0:5.2-2jpp
750b72
- use official 5.2 release tarballs and location
750b72
- change vendor and distribution to macros
750b72
- add missing requires on and maven-plugin-test, maven-plugins-base, and
750b72
  maven-plugin-xdoc 
750b72
- macro bracket fixes
750b72
- remove demo subpackage (examples are not included in the distribution tarball)
750b72
- build in mock
750b72
750b72
* Wed Jun 27 2007 Ralph Apel <r.apel@r-apel.de> 0:5.2-1jpp
750b72
- Upgrade to 5.2
750b72
- Drop bootstrap option: not necessary any more
750b72
- Add pom and depmap frags
750b72
750b72
* Fri Feb 09 2007 Ralph Apel <r.apel@r-apel.de> 0:5.1-10jpp
750b72
- Fix empty-%%post and empty-%%postun
750b72
- Fix no-cleaning-of-buildroot
750b72
750b72
* Fri Feb 09 2007 Ralph Apel <r.apel@r-apel.de> 0:5.1-9jpp
750b72
- Optionally build without maven
750b72
- Add bootstrap option
750b72
750b72
* Thu Aug 10 2006 Matt Wringe <mwringe at redhat.com> 0:5.1-8jpp
750b72
- Add missing requires for Javadoc task
750b72
750b72
* Sun Jul 23 2006 Matt Wringe <mwringe at redhat.com> 0:5.1-7jpp
750b72
- Add conditional native compilation
750b72
- Change spec file encoding from ISO-8859-1 to UTF-8
750b72
- Add missing BR werken.xpath and ant-apache-regexp
750b72
750b72
* Tue Apr 11 2006 Ralph Apel <r.apel@r-apel.de> 0:5.1-6jpp
750b72
- First JPP-1.7 release
750b72
- Use tidyed sources from svn
750b72
- Add resources to build the manual
750b72
- Add examples to -demo subpackage
750b72
- Build with maven by default
750b72
- Add option to build with straight ant
750b72
750b72
* Fri Nov 19 2004 David Walluck <david@jpackage.org> 0:5.1-5jpp
750b72
- rebuild to fix packager
750b72
750b72
* Sat Nov 06 2004 David Walluck <david@jpackage.org> 0:5.1-4jpp
750b72
- rebuild with javac 1.4.2
750b72
750b72
* Sat Oct 16 2004 David Walluck <david@jpackage.org> 0:5.1-3jpp
750b72
- rebuild for JPackage 1.6
750b72
750b72
* Fri Aug 20 2004 Ralph Apel <r.apel at r-apel.de> 0:5.1-2jpp
750b72
- Build with ant-1.6.2
750b72
750b72
* Sun May 11 2003 David Walluck <david@anti-microsoft.org> 0:5.1-1jpp
750b72
- 5.1
750b72
- update for JPackage 1.5
750b72
750b72
* Mon Mar 24 2003 Nicolas Mailhot <Nicolas.Mailhot (at) JPackage.org> - 5.0-6jpp
750b72
- For jpackage-utils 1.5
750b72
750b72
* Tue Feb 25 2003 Ville Skyttä <ville.skytta@iki.fi> - 5.0-5jpp
750b72
- Rebuild to get docdir right on modern distros.
750b72
- Fix License tag and source file perms.
750b72
- Built with IBM's 1.3.1SR3 (doesn't build with Sun's 1.4.1_01).
750b72
750b72
* Tue Jun 11 2002 Henri Gomez <hgomez@slib.fr> 5.0-4jpp
750b72
- use sed instead of bash 2.x extension in link area to make spec compatible
750b72
  with distro using bash 1.1x
750b72
750b72
* Tue May 07 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 5.0-3jpp 
750b72
- vendor, distribution, group tags
750b72
750b72
* Wed Jan 23 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 5.0-2jpp 
750b72
- section macro
750b72
- no dependencies for manual and javadoc package
750b72
750b72
* Tue Jan 22 2002 Henri Gomez <hgomez@slib.fr> 5.0-1jpp
750b72
- bcel is now a jakarta apache project
750b72
- dependency on jakarta-regexp instead of gnu.regexp 
750b72
- created manual package
750b72
750b72
* Sat Dec 8 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 4.4.1-2jpp
750b72
- javadoc into javadoc package
750b72
- Requires: and BuildRequires: gnu.regexp
750b72
750b72
* Wed Nov 21 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 4.4.1-1jpp
750b72
- removed packager tag
750b72
- new jpp extension
750b72
- 4.4.1
750b72
750b72
* Thu Oct 11 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 4.4.0-2jpp
750b72
- first unified release
750b72
- used lower case for name
750b72
- used original tarball
750b72
- s/jPackage/JPackage
750b72
750b72
* Mon Aug 27 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 4.4.0-1mdk
750b72
- first Mandrake release