Blame SPECS/google-guice.spec

249b5c
%global short_name guice
249b5c
%global pkg_name google-%{short_name}
249b5c
%{?scl:%scl_package %{pkg_name}}
249b5c
%{?maven_find_provides_and_requires}
249b5c
249b5c
%if 0%{?fedora}
249b5c
%bcond_without extensions
249b5c
%endif
249b5c
249b5c
Name:           %{?scl_prefix}%{pkg_name}
249b5c
Version:        4.0
249b5c
Release:        2.7%{?dist}
249b5c
Summary:        Lightweight dependency injection framework for Java 5 and above
249b5c
License:        ASL 2.0
249b5c
URL:            https://github.com/google/%{short_name}
249b5c
BuildArch:      noarch
249b5c
249b5c
# ./create-tarball.sh %%{version}
249b5c
Source0:        %{pkg_name}-%{version}.tar.xz
249b5c
Source1:        create-tarball.sh
249b5c
249b5c
Patch0:         0001-Revert-Some-work-on-issue-910-ensure-that-anonymous-.patch
249b5c
249b5c
# Rejected upstream: https://github.com/google/guice/issues/492
249b5c
Patch100:       https://raw.githubusercontent.com/sonatype/sisu-guice/master/PATCHES/GUICE_492_slf4j_logger_injection.patch
249b5c
# Forwarded upstream: https://github.com/google/guice/issues/618
249b5c
Patch101:       https://raw.githubusercontent.com/sonatype/sisu-guice/master/PATCHES/GUICE_618_extensible_filter_pipeline.patch
249b5c
249b5c
BuildRequires:  %{?scl_prefix}maven-local
249b5c
BuildRequires:  %{?scl_prefix}maven-remote-resources-plugin
249b5c
BuildRequires:  %{?scl_prefix}munge-maven-plugin
249b5c
BuildRequires:  %{?scl_prefix}maven-gpg-plugin
249b5c
BuildRequires:  %{?scl_prefix}apache-resource-bundles
249b5c
BuildRequires:  %{?scl_prefix_java_common}aopalliance
249b5c
BuildRequires:  %{?scl_prefix_java_common}atinject
249b5c
BuildRequires:  %{?scl_prefix_java_common}cglib
249b5c
BuildRequires:  %{?scl_prefix_java_common}guava
249b5c
BuildRequires:  %{?scl_prefix_java_common}slf4j
249b5c
249b5c
%if %{with extensions}
249b5c
BuildRequires:  %{?scl_prefix}hibernate-jpa-2.0-api
249b5c
BuildRequires:  %{?scl_prefix}springframework-beans
249b5c
%endif
249b5c
249b5c
# Test dependencies:
249b5c
%if 0
249b5c
BuildRequires:  %{?scl_prefix}maven-surefire-provider-testng
249b5c
BuildRequires:  %{?scl_prefix}aqute-bnd
249b5c
BuildRequires:  %{?scl_prefix_java_common}atinject-tck
249b5c
BuildRequires:  %{?scl_prefix_java_common}easymock2
249b5c
BuildRequires:  %{?scl_prefix_java_common}felix-framework
249b5c
BuildRequires:  %{?scl_prefix}hibernate3-entitymanager
249b5c
BuildRequires:  %{?scl_prefix}mvn(org.hsqldb:hsqldb-j5)
249b5c
BuildRequires:  %{?scl_prefix}testng
249b5c
%endif
249b5c
249b5c
%description
249b5c
Put simply, Guice alleviates the need for factories and the use of new
249b5c
in your Java code. Think of Guice's @Inject as the new new. You will
249b5c
still need to write factories in some cases, but your code will not
249b5c
depend directly on them. Your code will be easier to change, unit test
249b5c
and reuse in other contexts.
249b5c
249b5c
Guice embraces Java's type safe nature, especially when it comes to
249b5c
features introduced in Java 5 such as generics and annotations. You
249b5c
might think of Guice as filling in missing features for core
249b5c
Java. Ideally, the language itself would provide most of the same
249b5c
features, but until such a language comes along, we have Guice.
249b5c
249b5c
Guice helps you design better APIs, and the Guice API itself sets a
249b5c
good example. Guice is not a kitchen sink. We justify each feature
249b5c
with at least three use cases. When in doubt, we leave it out. We
249b5c
build general functionality which enables you to extend Guice rather
249b5c
than adding every feature to the core framework.
249b5c
249b5c
%package -n %{?scl_prefix}%{short_name}-parent
249b5c
Summary:        Guice parent POM
249b5c
249b5c
%description -n %{?scl_prefix}%{short_name}-parent
249b5c
Guice is a lightweight dependency injection framework for Java 5
249b5c
and above. This package provides parent POM for Guice modules.
249b5c
249b5c
%package -n %{?scl_prefix}%{short_name}-servlet
249b5c
Summary:        Servlet extension module for Guice
249b5c
249b5c
%description -n %{?scl_prefix}%{short_name}-servlet
249b5c
Guice is a lightweight dependency injection framework for Java 5
249b5c
and above. This package provides Servlet module for Guice.
249b5c
249b5c
%if %{with extensions}
249b5c
249b5c
%package -n %{?scl_prefix}%{short_name}-assistedinject
249b5c
Summary:        AssistedInject extension module for Guice
249b5c
249b5c
%description -n %{?scl_prefix}%{short_name}-assistedinject
249b5c
Guice is a lightweight dependency injection framework for Java 5
249b5c
and above. This package provides AssistedInject module for Guice.
249b5c
249b5c
%package -n %{?scl_prefix}%{short_name}-extensions
249b5c
Summary:        Extensions for Guice
249b5c
249b5c
%description -n %{?scl_prefix}%{short_name}-extensions
249b5c
Guice is a lightweight dependency injection framework for Java 5
249b5c
and above. This package provides extensions POM for Guice.
249b5c
249b5c
%package -n %{?scl_prefix}%{short_name}-grapher
249b5c
Summary:        Grapher extension module for Guice
249b5c
249b5c
%description -n %{?scl_prefix}%{short_name}-grapher
249b5c
Guice is a lightweight dependency injection framework for Java 5
249b5c
and above. This package provides Grapher module for Guice.
249b5c
249b5c
%package -n %{?scl_prefix}%{short_name}-jmx
249b5c
Summary:        JMX extension module for Guice
249b5c
249b5c
%description -n %{?scl_prefix}%{short_name}-jmx
249b5c
Guice is a lightweight dependency injection framework for Java 5
249b5c
and above. This package provides JMX module for Guice.
249b5c
249b5c
%package -n %{?scl_prefix}%{short_name}-jndi
249b5c
Summary:        JNDI extension module for Guice
249b5c
249b5c
%description -n %{?scl_prefix}%{short_name}-jndi
249b5c
Guice is a lightweight dependency injection framework for Java 5
249b5c
and above. This package provides JNDI module for Guice.
249b5c
249b5c
%package -n %{?scl_prefix}%{short_name}-multibindings
249b5c
Summary:        MultiBindings extension module for Guice
249b5c
249b5c
%description -n %{?scl_prefix}%{short_name}-multibindings
249b5c
Guice is a lightweight dependency injection framework for Java 5
249b5c
and above. This package provides MultiBindings module for Guice.
249b5c
249b5c
%package -n %{?scl_prefix}%{short_name}-persist
249b5c
Summary:        Persist extension module for Guice
249b5c
249b5c
%description -n %{?scl_prefix}%{short_name}-persist
249b5c
Guice is a lightweight dependency injection framework for Java 5
249b5c
and above. This package provides Persist module for Guice.
249b5c
249b5c
%package -n %{?scl_prefix}%{short_name}-spring
249b5c
Summary:        Spring extension module for Guice
249b5c
249b5c
%description -n %{?scl_prefix}%{short_name}-spring
249b5c
Guice is a lightweight dependency injection framework for Java 5
249b5c
and above. This package provides Spring module for Guice.
249b5c
249b5c
%package -n %{?scl_prefix}%{short_name}-testlib
249b5c
Summary:        TestLib extension module for Guice
249b5c
249b5c
%description -n %{?scl_prefix}%{short_name}-testlib
249b5c
Guice is a lightweight dependency injection framework for Java 5
249b5c
and above. This package provides TestLib module for Guice.
249b5c
249b5c
%package -n %{?scl_prefix}%{short_name}-throwingproviders
249b5c
Summary:        ThrowingProviders extension module for Guice
249b5c
249b5c
%description -n %{?scl_prefix}%{short_name}-throwingproviders
249b5c
Guice is a lightweight dependency injection framework for Java 5
249b5c
and above. This package provides ThrowingProviders module for Guice.
249b5c
249b5c
%endif # with extensions
249b5c
249b5c
%package -n %{?scl_prefix}%{short_name}-bom
249b5c
Summary:        Bill of Materials for Guice
249b5c
249b5c
%description -n %{?scl_prefix}%{short_name}-bom
249b5c
Guice is a lightweight dependency injection framework for Java 5
249b5c
and above. This package provides Bill of Materials module for Guice.
249b5c
249b5c
%package javadoc
249b5c
Summary:        API documentation for Guice
249b5c
249b5c
%description javadoc
249b5c
This package provides %{summary}.
249b5c
249b5c
249b5c
%prep
249b5c
%setup -q -n %{pkg_name}-%{version}
249b5c
%patch0 -p1
249b5c
%patch100 -p1
249b5c
%patch101 -p1
249b5c
%{?scl:scl enable %{scl} - <<"EOF"}
249b5c
set -e -x
249b5c
249b5c
# We don't have struts2 in Fedora yet.
249b5c
%pom_disable_module struts2 extensions
249b5c
# Android-specific extension
249b5c
%pom_disable_module dagger-adapter extensions
249b5c
249b5c
# Remove additional build profiles, which we don't use anyways
249b5c
# and which are only pulling additional dependencies.
249b5c
%pom_xpath_remove "pom:profile[pom:id='guice.with.jarjar']" core
249b5c
249b5c
# Animal sniffer is only causing problems. Disable it for now.
249b5c
%pom_remove_plugin :animal-sniffer-maven-plugin core
249b5c
%pom_remove_plugin :animal-sniffer-maven-plugin extensions
249b5c
249b5c
# We don't have the custom doclet used by upstream. Remove
249b5c
# maven-javadoc-plugin to generate javadocs with default style.
249b5c
%pom_remove_plugin :maven-javadoc-plugin
249b5c
249b5c
# remove test dependency to make sure we don't produce requires
249b5c
# see #1007498
249b5c
%pom_remove_dep :guava-testlib extensions
249b5c
%pom_xpath_remove "pom:dependency[pom:classifier[text()='tests']]" extensions
249b5c
249b5c
%pom_remove_parent
249b5c
%pom_set_parent com.google.inject:guice-parent:%{version} jdk8-tests
249b5c
249b5c
# Don't try to build extension modules unless they are needed
249b5c
%if %{without extensions}
249b5c
sed -i '/<module>/s|extensions|&/servlet|' pom.xml
249b5c
%endif
249b5c
249b5c
%mvn_package :jdk8-tests __noinstall
249b5c
249b5c
# Don't generate auto-requires for optional dependencies
249b5c
sed -i "s|<optional>true</optional>|<scope>provided</scope>|" core/pom.xml
249b5c
%{?scl:EOF}
249b5c
249b5c
%build
249b5c
%{?scl:scl enable %{scl} - <<"EOF"}
249b5c
set -e -x
249b5c
%mvn_alias "com.google.inject.extensions:" "org.sonatype.sisu.inject:"
249b5c
249b5c
%mvn_package :::no_aop: guice
249b5c
249b5c
%mvn_file  ":guice-{*}"  %{short_name}/guice-@1
249b5c
%mvn_file  ":guice" %{short_name}/%{pkg_name} %{pkg_name}
249b5c
%mvn_alias ":guice" "org.sonatype.sisu:sisu-guice"
249b5c
# Skip tests because of missing dependency guice-testlib
249b5c
%mvn_build -f -s
249b5c
%{?scl:EOF}
249b5c
249b5c
%install
249b5c
%{?scl:scl enable %{scl} - <<"EOF"}
249b5c
set -e -x
249b5c
%mvn_install
249b5c
%{?scl:EOF}
249b5c
249b5c
%files -f .mfiles-guice
249b5c
%dir %{_mavenpomdir}/guice
249b5c
%dir %{_javadir}/%{short_name}
249b5c
249b5c
%files -n %{?scl_prefix}%{short_name}-parent -f .mfiles-guice-parent
249b5c
%dir %{_mavenpomdir}/guice
249b5c
%doc COPYING
249b5c
249b5c
%files -n %{?scl_prefix}%{short_name}-servlet -f .mfiles-guice-servlet
249b5c
249b5c
%if %{with extensions}
249b5c
%files -n %{?scl_prefix}%{short_name}-assistedinject -f .mfiles-guice-assistedinject
249b5c
%files -n %{?scl_prefix}%{short_name}-extensions -f .mfiles-extensions-parent
249b5c
%files -n %{?scl_prefix}%{short_name}-grapher -f .mfiles-guice-grapher
249b5c
%files -n %{?scl_prefix}%{short_name}-jmx -f .mfiles-guice-jmx
249b5c
%files -n %{?scl_prefix}%{short_name}-jndi -f .mfiles-guice-jndi
249b5c
%files -n %{?scl_prefix}%{short_name}-multibindings -f .mfiles-guice-multibindings
249b5c
%files -n %{?scl_prefix}%{short_name}-persist -f .mfiles-guice-persist
249b5c
%files -n %{?scl_prefix}%{short_name}-spring -f .mfiles-guice-spring
249b5c
%files -n %{?scl_prefix}%{short_name}-testlib -f .mfiles-guice-testlib
249b5c
%files -n %{?scl_prefix}%{short_name}-throwingproviders -f .mfiles-guice-throwingproviders
249b5c
%endif # with extensions
249b5c
249b5c
%files -n %{?scl_prefix}%{short_name}-bom -f .mfiles-guice-bom
249b5c
249b5c
%files javadoc -f .mfiles-javadoc
249b5c
%doc COPYING
249b5c
249b5c
249b5c
%changelog
249b5c
* Thu Apr 14 2016 Michal Srb <msrb@redhat.com> - 4.0-2.7
249b5c
- Really fix directory ownership (Resolves: rhbz#1325866)
249b5c
249b5c
* Thu Apr 14 2016 Michal Srb <msrb@redhat.com> - 4.0-2.6
249b5c
- Fix directory ownership (Resolves: rhbz#1325866)
249b5c
249b5c
* Thu Feb 11 2016 Michal Srb <msrb@redhat.com> - 4.0-2.5
249b5c
- Fix FTBFS
249b5c
249b5c
* Mon Feb 08 2016 Michal Srb <msrb@redhat.com> - 4.0-2.4
249b5c
- Fix BR on maven-local & co.
249b5c
249b5c
* Mon Feb 08 2016 Michal Srb <msrb@redhat.com> - 4.0-2.3
249b5c
- BR aopalliance from rh-java-common SCL
249b5c
249b5c
* Mon Jan 18 2016 Michal Srb <msrb@redhat.com> - 4.0-2.2
249b5c
- Do not generate requires on optional dependencies
249b5c
249b5c
* Tue Jan 12 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0-2.1
249b5c
- SCL-ize package
249b5c
- Unconditionally enable servlet extension
249b5c
249b5c
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-2
249b5c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
249b5c
249b5c
* Thu May 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0-1
249b5c
- Update to upstream version 4.0
249b5c
249b5c
* Mon Apr 27 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.6-1
249b5c
- Update to upstream version 3.2.6
249b5c
249b5c
* Fri Mar 6 2015 Alexander Kurtakov <akurtako@redhat.com> 3.2.5-2
249b5c
- Drop gone tomcat-servlet-3.0-api BR, builds fine without it.
249b5c
249b5c
* Fri Jan 23 2015 Michael Simacek <msimacek@redhat.com> - 3.2.5-1
249b5c
- Update to upstream version 3.2.5
249b5c
249b5c
* Mon Sep 29 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.4-1
249b5c
- Update to upstream version 3.2.4
249b5c
249b5c
* Fri Jun  6 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.2-1
249b5c
- Update to upstream version 3.2.2
249b5c
249b5c
* Wed May 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.1-2
249b5c
- Rebuild to regenerate Maven auto-requires
249b5c
249b5c
* Wed Apr 16 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.1-1
249b5c
- Update to upstream version 3.2.1
249b5c
- Add testlib subpackage
249b5c
249b5c
* Tue Mar  4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.10-3
249b5c
- Fix directory ownership
249b5c
249b5c
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.1.10-3
249b5c
- Use Requires: java-headless rebuild (#1067528)
249b5c
249b5c
* Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.10-2
249b5c
- Fix unowned directory
249b5c
249b5c
* Tue Feb 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.10-1
249b5c
- Update to upstream version 3.1.10
249b5c
249b5c
* Mon Jan 20 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.9-1
249b5c
- Update to upstream version 3.1.9
249b5c
249b5c
* Mon Nov 11 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.8-1
249b5c
- Update to upstream version 3.1.8
249b5c
249b5c
* Wed Oct 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.3-10
249b5c
- Rebuild to regenerate broken POMs
249b5c
- Related: rhbz#1021484
249b5c
249b5c
* Fri Oct 18 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.3-9
249b5c
- Don't force generation of pom.properties
249b5c
249b5c
* Wed Sep 25 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.3-8
249b5c
- Install no_aop artifact after javapackages update
249b5c
249b5c
* Thu Sep 12 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.1.3-7
249b5c
- Remove dependency on tests from runtime
249b5c
- Related: rhbz#1007498
249b5c
249b5c
* Tue Sep 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.3-6
249b5c
- Install no_aop artifact
249b5c
- Resolves: rhbz#1006491
249b5c
249b5c
* Wed Sep  4 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.3-5
249b5c
- Enable pom.properties
249b5c
- Resolves: rhbz#1004360
249b5c
249b5c
* Wed Aug 07 2013 Michal Srb <msrb@redhat.com> - 3.1.3-4
249b5c
- Add create-tarball.sh script to SRPM
249b5c
249b5c
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.3-3
249b5c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
249b5c
249b5c
* Fri Aug 02 2013 Michal Srb <msrb@redhat.com> - 3.1.3-4
249b5c
- Add create-tarball.sh script to SRPM
249b5c
249b5c
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.3-3
249b5c
- Rebuild to regenerate API documentation
249b5c
- Resolves: CVE-2013-1571
249b5c
249b5c
* Wed Apr 24 2013 Michal Srb <msrb@redhat.com> - 3.1.3-2
249b5c
- Revert update to 3.1.4 (uses asm4)
249b5c
249b5c
* Thu Mar 14 2013 Michal Srb <msrb@redhat.com> - 3.1.3-1
249b5c
- Update to upstream version 3.1.3
249b5c
- Remove bundled JARs from tarball
249b5c
249b5c
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 3.1.2-11
249b5c
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
249b5c
- Replace maven BuildRequires with maven-local
249b5c
249b5c
* Thu Jan 31 2013 Michal Srb <msrb@redhat.com> - 3.1.2-10
249b5c
- Remove all requires
249b5c
- Correct usage of xmvn's macros
249b5c
249b5c
* Mon Jan 28 2013 Michal Srb <msrb@redhat.com> - 3.1.2-9
249b5c
- Build with xmvn
249b5c
249b5c
* Fri Nov 16 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-8
249b5c
- Remove README
249b5c
249b5c
* Fri Nov 16 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-7
249b5c
- Repackage tarball
249b5c
249b5c
* Fri Nov  9 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-6
249b5c
- Don't try to build extension modules unless they are needed
249b5c
249b5c
* Fri Nov  9 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-5
249b5c
- Conditionalize %%install section too
249b5c
249b5c
* Fri Nov  9 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-4
249b5c
- Conditionally disable extensions
249b5c
249b5c
* Thu Nov  1 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-3
249b5c
- Update to new add_maven_depmap macro
249b5c
249b5c
* Wed Oct 31 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.1.2-2
249b5c
- Use new generated maven filelist feature from javapackages-tools
249b5c
249b5c
* Fri Oct  5 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-1
249b5c
- Complete rewrite of the spec file
249b5c
- New upstream, to ease future maintenance
249b5c
- Build with maven instead of ant
249b5c
- Split into multiple subpackages
249b5c
249b5c
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-0.7.rc2
249b5c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
249b5c
249b5c
* Thu Feb  9 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-0.6.rc2
249b5c
- Temporary fix for maven buildroots
249b5c
249b5c
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-0.5.rc2
249b5c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
249b5c
249b5c
* Wed Oct 12 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-0.4.rc2
249b5c
- Build with aqute-bnd (#745176)
249b5c
- Use new maven macros
249b5c
- Few packaging tweaks
249b5c
249b5c
* Tue May 24 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-0.3.rc2
249b5c
- Add cglib and atinject to R
249b5c
249b5c
* Thu May 12 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-0.2.rc2
249b5c
- Remove test and missing deps from pom.xml
249b5c
249b5c
* Tue Mar  1 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-0.1.rc2
249b5c
- Update to 3.0rc2
249b5c
- Changes according to new guidelines (versionless jars & javadocs)
249b5c
249b5c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-4.1219svn
249b5c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
249b5c
249b5c
* Thu Oct 14 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.0-3.1219svn
249b5c
- Add java-devel >= 1:1.6.0 to BR
249b5c
249b5c
* Wed Oct 13 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.0-2.1219svn
249b5c
- Moved munge repacking to prep
249b5c
- Added -Dversion to change generated manifest version
249b5c
- Removed http part of URL
249b5c
249b5c
* Thu Oct  7 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.0-1.1219svn
249b5c
- Initial version of the package