75f5c1
Name:         codemodel
75f5c1
Version:      2.6
75f5c1
Release:      24%{?dist}
75f5c1
Summary:      Java library for code generators
75f5c1
License:      CDDL-1.1 or GPLv2 with exceptions
75f5c1
URL:          http://codemodel.java.net
75f5c1
# svn export https://svn.java.net/svn/codemodel~svn/tags/codemodel-project-2.6/ codemodel-2.6
75f5c1
# tar -zcvf codemodel-2.6.tar.gz codemodel-2.6
75f5c1
Source0:      %{name}-%{version}.tar.gz
75f5c1
# Remove the dependency on istack-commons (otherwise it will be a
75f5c1
# recursive dependency with the upcoming changes to that package):
75f5c1
Patch0:       %{name}-remove-istack-commons-dependency.patch
75f5c1
75f5c1
BuildArch:     noarch
75f5c1
75f5c1
BuildRequires: maven-local
75f5c1
BuildRequires: mvn(junit:junit)
75f5c1
BuildRequires: mvn(net.java:jvnet-parent:pom:)
75f5c1
BuildRequires: mvn(org.apache.ant:ant)
75f5c1
75f5c1
75f5c1
%description
75f5c1
CodeModel is a Java library for code generators; it provides a way to
75f5c1
generate Java programs in a way much nicer than PrintStream.println().
75f5c1
This project is a spin-off from the JAXB RI for its schema compiler
75f5c1
to generate Java source files.
75f5c1
75f5c1
%package javadoc
75f5c1
Summary: Javadoc for %{name}
75f5c1
75f5c1
%description javadoc
75f5c1
This package contains the API documentation for %{name}.
75f5c1
75f5c1
%prep
75f5c1
75f5c1
# Unpack and patch the original source:
75f5c1
%setup -q
75f5c1
%patch0 -p1
75f5c1
75f5c1
# Remove bundled jar files:
75f5c1
find . -name '*.jar' -print -delete
75f5c1
75f5c1
%mvn_file :%{name} %{name}
75f5c1
%mvn_file :%{name}-annotation-compiler %{name}-annotation-compiler
75f5c1
75f5c1
%build
75f5c1
75f5c1
%mvn_build -- -Dproject.build.sourceEncoding=UTF-8
75f5c1
75f5c1
%install
75f5c1
%mvn_install
75f5c1
75f5c1
%files -f .mfiles
75f5c1
%license LICENSE.html
75f5c1
75f5c1
%files javadoc -f .mfiles-javadoc
75f5c1
%license LICENSE.html
75f5c1
75f5c1
%changelog
75f5c1
* Fri May 25 2018 Michael Simacek <msimacek@redhat.com> - 2.6-24
75f5c1
- Regenerate BRs
75f5c1
75f5c1
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-23
75f5c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
75f5c1
75f5c1
* Thu Nov 09 2017 Michael Simacek <msimacek@redhat.com> - 2.6-22
75f5c1
- Change license to CDDL-1.1 or GPLv2 with exceptions
75f5c1
75f5c1
* Wed Nov 08 2017 Michael Simacek <msimacek@redhat.com> - 2.6-21
75f5c1
- Change license to CDDL-1.1 and GPLv2
75f5c1
75f5c1
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-20
75f5c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
75f5c1
75f5c1
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-19
75f5c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
75f5c1
75f5c1
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-18
75f5c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
75f5c1
75f5c1
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-17
75f5c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
75f5c1
75f5c1
* Fri Feb 13 2015 gil cattaneo <puntogil@libero.it> 2.6-16
75f5c1
- introduce license macro
75f5c1
75f5c1
* Tue Jun 24 2014 Michael Simacek <msimacek@redhat.com> - 2.6-15
75f5c1
- Chnage jvnet-parent BR to jvnet-parent:pom
75f5c1
75f5c1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-14
75f5c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
75f5c1
75f5c1
* Thu May 22 2014 Michael Simacek <msimacek@redhat.com> - 2.6-13
75f5c1
- Change maven-surefire-provider-junit4 dependency to
75f5c1
  maven-surefire-provider-junit
75f5c1
75f5c1
* Thu Mar 20 2014 Michael Simacek <msimacek@redhat.com> - 2.6-12
75f5c1
- Remove BR java-devel
75f5c1
75f5c1
* Thu Mar 13 2014 Michael Simacek <msimacek@redhat.com> - 2.6-11
75f5c1
- Drop manual requires
75f5c1
75f5c1
* Mon Aug 05 2013 gil cattaneo <puntogil@libero.it> 2.6-10
75f5c1
- rebuilt FTBFS in rawhide
75f5c1
- swith to Xmvn
75f5c1
- adapt to new guideline
75f5c1
75f5c1
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-9
75f5c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
75f5c1
75f5c1
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-8
75f5c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
75f5c1
75f5c1
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 2.6-7
75f5c1
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
75f5c1
- Replace maven BuildRequires with maven-local
75f5c1
75f5c1
* Sat Jul 21 2012 Juan Hernandez <juan.hernandez@redhat.com> 2.6-6
75f5c1
- Add maven-enforcer-plugin as build time dependeny
75f5c1
75f5c1
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-5
75f5c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
75f5c1
75f5c1
* Sat Mar 31 2012 Juan Hernandez <juan.hernandez@redhat.com> 2.6-4
75f5c1
- Restore the dependency on jvnet-parent
75f5c1
- Remove the dependency on istack-commons
75f5c1
75f5c1
* Tue Feb 14 2012 Juan Hernandez <juan.hernandez@redhat.com> 2.6-3
75f5c1
- Added build requirement for maven-surefire-provider-junit4
75f5c1
75f5c1
* Tue Feb 14 2012 Juan Hernandez <juan.hernandez@redhat.com> 2.6-2
75f5c1
- Cleanup of the spec file
75f5c1
75f5c1
* Mon Jan 16 2012 Marek Goldmann <mgoldman@redhat.com> 2.6-1
75f5c1
- Initial packaging
75f5c1