af4482
%bcond_with bootstrap
af4482
af4482
Name:           google-guice
af4482
Version:        4.2.3
af4482
Release:        9%{?dist}
af4482
Summary:        Lightweight dependency injection framework for Java 5 and above
af4482
License:        ASL 2.0
af4482
URL:            https://github.com/google/guice
af4482
BuildArch:      noarch
af4482
ExclusiveArch:  %{java_arches} noarch
af4482
af4482
# ./create-tarball.sh %%{version}
af4482
Source0:        %{name}-%{version}.tar.xz
af4482
Source1:        create-tarball.sh
af4482
af4482
%if %{with bootstrap}
af4482
BuildRequires:  javapackages-bootstrap-openjdk8
af4482
%else
af4482
BuildRequires:  maven-local-openjdk8
af4482
BuildRequires:  mvn(com.google.code.findbugs:jsr305)
af4482
BuildRequires:  %{?module_prefix}mvn(com.google.guava:guava)
af4482
BuildRequires:  %{?module_prefix}mvn(javax.inject:javax.inject)
af4482
BuildRequires:  mvn(javax.servlet:servlet-api)
af4482
BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
af4482
BuildRequires:  mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
af4482
BuildRequires:  mvn(org.apache.maven.plugins:maven-source-plugin)
af4482
BuildRequires:  mvn(org.codehaus.mojo:build-helper-maven-plugin)
af4482
BuildRequires:  mvn(org.sonatype.plugins:munge-maven-plugin)
af4482
%endif
af4482
# xmvn-builddep misses this:
af4482
%if %{without bootstrap}
af4482
BuildRequires:  mvn(org.apache:apache-jar-resource-bundle)
af4482
%endif
af4482
af4482
%description
af4482
Put simply, Guice alleviates the need for factories and the use of new
af4482
in your Java code. Think of Guice's @Inject as the new new. You will
af4482
still need to write factories in some cases, but your code will not
af4482
depend directly on them. Your code will be easier to change, unit test
af4482
and reuse in other contexts.
af4482
af4482
Guice embraces Java's type safe nature, especially when it comes to
af4482
features introduced in Java 5 such as generics and annotations. You
af4482
might think of Guice as filling in missing features for core
af4482
Java. Ideally, the language itself would provide most of the same
af4482
features, but until such a language comes along, we have Guice.
af4482
af4482
Guice helps you design better APIs, and the Guice API itself sets a
af4482
good example. Guice is not a kitchen sink. We justify each feature
af4482
with at least three use cases. When in doubt, we leave it out. We
af4482
build general functionality which enables you to extend Guice rather
af4482
than adding every feature to the core framework.
af4482
af4482
%package -n guice-parent
af4482
Summary:        Guice parent POM
af4482
af4482
%description -n guice-parent
af4482
Guice is a lightweight dependency injection framework for Java 5
af4482
and above. This package provides parent POM for Guice modules.
af4482
af4482
%package -n guice-assistedinject
af4482
Summary:        AssistedInject extension module for Guice
af4482
af4482
%description -n guice-assistedinject
af4482
Guice is a lightweight dependency injection framework for Java 5
af4482
and above. This package provides AssistedInject module for Guice.
af4482
af4482
%package -n guice-extensions
af4482
Summary:        Extensions for Guice
af4482
af4482
%description -n guice-extensions
af4482
Guice is a lightweight dependency injection framework for Java 5
af4482
and above. This package provides extensions POM for Guice.
af4482
af4482
%package -n guice-grapher
af4482
Summary:        Grapher extension module for Guice
af4482
af4482
%description -n guice-grapher
af4482
Guice is a lightweight dependency injection framework for Java 5
af4482
and above. This package provides Grapher module for Guice.
af4482
af4482
%package -n guice-jmx
af4482
Summary:        JMX extension module for Guice
af4482
af4482
%description -n guice-jmx
af4482
Guice is a lightweight dependency injection framework for Java 5
af4482
and above. This package provides JMX module for Guice.
af4482
af4482
%package -n guice-jndi
af4482
Summary:        JNDI extension module for Guice
af4482
af4482
%description -n guice-jndi
af4482
Guice is a lightweight dependency injection framework for Java 5
af4482
and above. This package provides JNDI module for Guice.
af4482
af4482
%package -n guice-multibindings
af4482
Summary:        MultiBindings extension module for Guice
af4482
af4482
%description -n guice-multibindings
af4482
Guice is a lightweight dependency injection framework for Java 5
af4482
and above. This package provides MultiBindings module for Guice.
af4482
af4482
%package -n guice-servlet
af4482
Summary:        Servlet extension module for Guice
af4482
af4482
%description -n guice-servlet
af4482
Guice is a lightweight dependency injection framework for Java 5
af4482
and above. This package provides Servlet module for Guice.
af4482
af4482
%package -n guice-throwingproviders
af4482
Summary:        ThrowingProviders extension module for Guice
af4482
af4482
%description -n guice-throwingproviders
af4482
Guice is a lightweight dependency injection framework for Java 5
af4482
and above. This package provides ThrowingProviders module for Guice.
af4482
af4482
%package -n guice-bom
af4482
Summary:        Bill of Materials for Guice
af4482
af4482
%description -n guice-bom
af4482
Guice is a lightweight dependency injection framework for Java 5
af4482
and above. This package provides Bill of Materials module for Guice.
af4482
af4482
%{?javadoc_package}
af4482
af4482
%prep
af4482
%setup -q
af4482
af4482
# We don't have struts2 in Fedora yet.
af4482
%pom_disable_module struts2 extensions
af4482
# Android-specific extension
af4482
%pom_disable_module dagger-adapter extensions
af4482
af4482
# Remove additional build profiles, which we don't use anyways
af4482
# and which are only pulling additional dependencies.
af4482
%pom_xpath_remove "pom:profile[pom:id='guice.with.jarjar']" core
af4482
af4482
# Fix OSGi metadata due to not using jarjar
af4482
%pom_xpath_set "pom:instructions/pom:Import-Package" \
af4482
  "!com.google.inject.*,*" core
af4482
af4482
# Animal sniffer is only causing problems. Disable it for now.
af4482
%pom_remove_plugin :animal-sniffer-maven-plugin core
af4482
%pom_remove_plugin :animal-sniffer-maven-plugin extensions
af4482
af4482
%pom_remove_plugin :maven-gpg-plugin
af4482
af4482
# We don't have the custom doclet used by upstream. Remove
af4482
# maven-javadoc-plugin to generate javadocs with default style.
af4482
%pom_remove_plugin -r :maven-javadoc-plugin
af4482
af4482
# remove test dependency to make sure we don't produce requires
af4482
# see #1007498
af4482
%pom_remove_dep :guava-testlib extensions
af4482
%pom_xpath_remove "pom:dependency[pom:classifier='tests']" extensions
af4482
af4482
%pom_remove_parent
af4482
%pom_set_parent com.google.inject:guice-parent:%{version} jdk8-tests
af4482
af4482
%pom_disable_module persist extensions
af4482
%pom_disable_module spring extensions
af4482
af4482
%pom_disable_module jdk8-tests
af4482
af4482
# Require a newer compiler
af4482
%pom_xpath_set "pom:build/pom:pluginManagement/pom:plugins/pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/pom:source" "1.8"
af4482
%pom_xpath_set "pom:build/pom:pluginManagement/pom:plugins/pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/pom:target" "1.8"
af4482
af4482
%pom_disable_module testlib extensions
af4482
af4482
%pom_remove_dep :aopalliance core
af4482
%pom_remove_dep :asm core
af4482
%pom_remove_dep :cglib core
af4482
%pom_xpath_remove "pom:plugin[pom:artifactId='maven-jar-plugin']/pom:configuration"
af4482
%pom_xpath_remove "pom:plugin[pom:artifactId='maven-jar-plugin']/pom:executions"
af4482
%pom_xpath_set "pom:plugin[pom:artifactId='munge-maven-plugin']/pom:executions/pom:execution/pom:phase" generate-sources core
af4482
%pom_xpath_set "pom:plugin[pom:artifactId='munge-maven-plugin']/pom:executions/pom:execution/pom:goals/pom:goal" munge core
af4482
af4482
%pom_xpath_inject "pom:dependency[pom:artifactId='guice']" "<scope>provided</scope>" extensions
af4482
af4482
%build
af4482
%mvn_alias "com.google.inject.extensions:" "org.sonatype.sisu.inject:"
af4482
af4482
%mvn_package :::no_aop: guice
af4482
%mvn_package :guice:jar:{}: __noinstall
af4482
af4482
%mvn_file  ":guice-{*}"  guice/guice-@1
af4482
%mvn_file  ":guice" guice/%{name} %{name}
af4482
%mvn_alias ":guice" "org.sonatype.sisu:sisu-guice"
af4482
# Skip tests because of missing dependency guice-testlib
af4482
%mvn_build -f -s
af4482
af4482
%install
af4482
%mvn_install
af4482
af4482
%files -n %{?module_prefix}%{name} -f .mfiles-guice
af4482
af4482
%files -n guice-parent -f .mfiles-guice-parent
af4482
%license COPYING
af4482
af4482
%files -n guice-assistedinject -f .mfiles-guice-assistedinject
af4482
%files -n guice-extensions -f .mfiles-extensions-parent
af4482
%files -n guice-grapher -f .mfiles-guice-grapher
af4482
%files -n guice-jmx -f .mfiles-guice-jmx
af4482
%files -n guice-jndi -f .mfiles-guice-jndi
af4482
%files -n guice-multibindings -f .mfiles-guice-multibindings
af4482
%files -n guice-servlet -f .mfiles-guice-servlet
af4482
%files -n guice-throwingproviders -f .mfiles-guice-throwingproviders
af4482
af4482
%files -n guice-bom -f .mfiles-guice-bom
af4482
af4482
%changelog
af4482
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.3-9
af4482
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
af4482
af4482
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 4.2.3-8
af4482
- Rebuilt for java-17-openjdk as system jdk
af4482
af4482
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.3-7
af4482
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
af4482
af4482
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.3-6
af4482
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
af4482
af4482
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2.3-5
af4482
- Bump release
af4482
af4482
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2.3-2
af4482
- Bootstrap build
af4482
- Non-bootstrap build
af4482
af4482
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.3-4
af4482
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
af4482
af4482
* Fri Sep 18 2020 Marian Koncek <mkoncek@redhat.com> - 4.2.3-1
af4482
- Update to upstream version 4.2.3
af4482
af4482
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.3-3
af4482
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
af4482
af4482
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 4.2.3-2
af4482
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
af4482
af4482
* Fri May 08 2020 Fabio Valentini <decathorpe@gmail.com> - 4.2.3-1
af4482
- Update to version 4.2.3.
af4482
af4482
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.2-2
af4482
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
af4482
af4482
* Sat Jan 25 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2.2-4
af4482
- Build with OpenJDK 8
af4482
af4482
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2.2-3
af4482
- Mass rebuild for javapackages-tools 201902
af4482
af4482
* Mon Jul 29 2019 Fabio Valentini <decathorpe@gmail.com> - 4.2.2-1
af4482
- Update to version 4.2.2.
af4482
- Obsolete guice-testlib.
af4482
af4482
* Fri Jul 26 2019 Fabio Valentini <decathorpe@gmail.com> - 4.1-16
af4482
- Disable support for spring and JPA.
af4482
af4482
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-15
af4482
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
af4482
af4482
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2.2-2
af4482
- Mass rebuild for javapackages-tools 201901
af4482
af4482
* Fri Apr 05 2019 Marian Koncek <mkoncek@redhat.com> - 4.2.2-1
af4482
- Update to upstream version 4.2.2
af4482
- Fixes: RHBZ #1563661
af4482
af4482
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-14
af4482
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
af4482
af4482
* Thu Dec 13 2018 Mat Booth <mat.booth@redhat.com> - 4.1-13
af4482
- Regenerate OSGi metadata due to ASM 7
af4482
af4482
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-12
af4482
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
af4482
af4482
* Wed Apr 18 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.1-11
af4482
- Remove legacy Provides
af4482
af4482
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-10
af4482
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
af4482
af4482
* Mon Feb 05 2018 Michael Simacek <msimacek@redhat.com> - 4.1-9
af4482
- Use guava20
af4482
af4482
* Mon Oct 02 2017 Mat Booth <mat.booth@redhat.com> - 4.1-8
af4482
- Fix OSGi metadata to import cglib and asm, since we are not bundling them with
af4482
  jarjar
af4482
af4482
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-7
af4482
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
af4482
af4482
* Fri Jun 23 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.1-6
af4482
- Remove unused patches
af4482
af4482
* Fri Feb 24 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.1-5
af4482
- Remove maven-javadoc-plugin from all POMs
af4482
af4482
* Thu Feb 23 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.1-4
af4482
- Add missing BR on apache-resource-bundles
af4482
af4482
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-3
af4482
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
af4482
af4482
* Wed Feb  1 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.1-2
af4482
- Introduce build-conditionals for jpa and spring
af4482
af4482
* Thu Aug  4 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.1-1
af4482
- Update to upstream version 4.1
af4482
af4482
* Wed Jun 29 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0-6
af4482
- Make aopalliance dependency optional
af4482
af4482
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0-5
af4482
- Regenerate build-requires
af4482
af4482
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-4
af4482
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
af4482
af4482
* Tue Jan 12 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0-3
af4482
- Install BOM even when without extensions
af4482
af4482
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-2
af4482
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
af4482
af4482
* Thu May 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0-1
af4482
- Update to upstream version 4.0
af4482
af4482
* Mon Apr 27 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.6-1
af4482
- Update to upstream version 3.2.6
af4482
af4482
* Fri Mar 6 2015 Alexander Kurtakov <akurtako@redhat.com> 3.2.5-2
af4482
- Drop gone tomcat-servlet-3.0-api BR, builds fine without it.
af4482
af4482
* Fri Jan 23 2015 Michael Simacek <msimacek@redhat.com> - 3.2.5-1
af4482
- Update to upstream version 3.2.5
af4482
af4482
* Mon Sep 29 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.4-1
af4482
- Update to upstream version 3.2.4
af4482
af4482
* Fri Jun  6 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.2-1
af4482
- Update to upstream version 3.2.2
af4482
af4482
* Wed May 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.1-2
af4482
- Rebuild to regenerate Maven auto-requires
af4482
af4482
* Wed Apr 16 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.1-1
af4482
- Update to upstream version 3.2.1
af4482
- Add testlib subpackage
af4482
af4482
* Tue Mar  4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.10-3
af4482
- Fix directory ownership
af4482
af4482
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.1.10-3
af4482
- Use Requires: java-headless rebuild (#1067528)
af4482
af4482
* Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.10-2
af4482
- Fix unowned directory
af4482
af4482
* Tue Feb 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.10-1
af4482
- Update to upstream version 3.1.10
af4482
af4482
* Mon Jan 20 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.9-1
af4482
- Update to upstream version 3.1.9
af4482
af4482
* Mon Nov 11 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.8-1
af4482
- Update to upstream version 3.1.8
af4482
af4482
* Wed Oct 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.3-10
af4482
- Rebuild to regenerate broken POMs
af4482
- Related: rhbz#1021484
af4482
af4482
* Fri Oct 18 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.3-9
af4482
- Don't force generation of pom.properties
af4482
af4482
* Wed Sep 25 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.3-8
af4482
- Install no_aop artifact after javapackages update
af4482
af4482
* Thu Sep 12 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.1.3-7
af4482
- Remove dependency on tests from runtime
af4482
- Related: rhbz#1007498
af4482
af4482
* Tue Sep 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.3-6
af4482
- Install no_aop artifact
af4482
- Resolves: rhbz#1006491
af4482
af4482
* Wed Sep  4 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.3-5
af4482
- Enable pom.properties
af4482
- Resolves: rhbz#1004360
af4482
af4482
* Wed Aug 07 2013 Michal Srb <msrb@redhat.com> - 3.1.3-4
af4482
- Add create-tarball.sh script to SRPM
af4482
af4482
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.3-3
af4482
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
af4482
af4482
* Wed Apr 24 2013 Michal Srb <msrb@redhat.com> - 3.1.3-2
af4482
- Revert update to 3.1.4 (uses asm4)
af4482
af4482
* Thu Mar 14 2013 Michal Srb <msrb@redhat.com> - 3.1.3-1
af4482
- Update to upstream version 3.1.3
af4482
- Remove bundled JARs from tarball
af4482
af4482
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 3.1.2-11
af4482
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
af4482
- Replace maven BuildRequires with maven-local
af4482
af4482
* Thu Jan 31 2013 Michal Srb <msrb@redhat.com> - 3.1.2-10
af4482
- Remove all requires
af4482
- Correct usage of xmvn's macros
af4482
af4482
* Mon Jan 28 2013 Michal Srb <msrb@redhat.com> - 3.1.2-9
af4482
- Build with xmvn
af4482
af4482
* Fri Nov 16 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-8
af4482
- Remove README
af4482
af4482
* Fri Nov 16 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-7
af4482
- Repackage tarball
af4482
af4482
* Fri Nov  9 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-6
af4482
- Don't try to build extension modules unless they are needed
af4482
af4482
* Fri Nov  9 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-5
af4482
- Conditionalize %%install section too
af4482
af4482
* Fri Nov  9 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-4
af4482
- Conditionally disable extensions
af4482
af4482
* Thu Nov  1 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-3
af4482
- Update to new add_maven_depmap macro
af4482
af4482
* Wed Oct 31 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.1.2-2
af4482
- Use new generated maven filelist feature from javapackages-tools
af4482
af4482
* Fri Oct  5 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-1
af4482
- Complete rewrite of the spec file
af4482
- New upstream, to ease future maintenance
af4482
- Build with maven instead of ant
af4482
- Split into multiple subpackages
af4482
af4482
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-0.7.rc2
af4482
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
af4482
af4482
* Thu Feb  9 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-0.6.rc2
af4482
- Temporary fix for maven buildroots
af4482
af4482
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-0.5.rc2
af4482
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
af4482
af4482
* Wed Oct 12 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-0.4.rc2
af4482
- Build with aqute-bnd (#745176)
af4482
- Use new maven macros
af4482
- Few packaging tweaks
af4482
af4482
* Tue May 24 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-0.3.rc2
af4482
- Add cglib and atinject to R
af4482
af4482
* Thu May 12 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-0.2.rc2
af4482
- Remove test and missing deps from pom.xml
af4482
af4482
* Tue Mar  1 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-0.1.rc2
af4482
- Update to 3.0rc2
af4482
- Changes according to new guidelines (versionless jars & javadocs)
af4482
af4482
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-4.1219svn
af4482
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
af4482
af4482
* Thu Oct 14 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.0-3.1219svn
af4482
- Add java-devel >= 1:1.6.0 to BR
af4482
af4482
* Wed Oct 13 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.0-2.1219svn
af4482
- Moved munge repacking to prep
af4482
- Added -Dversion to change generated manifest version
af4482
- Removed http part of URL
af4482
af4482
* Thu Oct  7 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.0-1.1219svn
af4482
- Initial version of the package