0f84719
%if 0%{?fedora}
0f84719
%bcond_without extensions
0f84719
%endif
0f84719
Stanislav Ochotnicky b6af55c
%global short_name guice
Stanislav Ochotnicky b6af55c
Stanislav Ochotnicky b6af55c
Name:           google-%{short_name}
9b85702
Version:        3.1.2
ede40fb
Release:        8%{?dist}
9b85702
Summary:        Lightweight dependency injection framework for Java 5 and above
9b85702
Group:          Development/Libraries
Stanislav Ochotnicky b6af55c
License:        ASL 2.0
9b85702
URL:            https://github.com/sonatype/sisu-%{short_name}
239c1f3
# ./create-tarball.sh %{version}
239c1f3
Source:         %{name}-%{version}.tar.xz
Stanislav Ochotnicky b6af55c
BuildArch:      noarch
Stanislav Ochotnicky b6af55c
9b85702
BuildRequires:  java-devel
9b85702
BuildRequires:  jpackage-utils
Stanislav Ochotnicky 2d6b886
BuildRequires:  javapackages-tools >= 0.7.0
9b85702
BuildRequires:  maven
9b85702
BuildRequires:  maven-remote-resources-plugin
9b85702
BuildRequires:  apache-resource-bundles
9b85702
BuildRequires:  aopalliance
Stanislav Ochotnicky b6af55c
BuildRequires:  atinject
9b85702
BuildRequires:  cglib
9b85702
BuildRequires:  guava
Stanislav Ochotnicky 413ef46
BuildRequires:  slf4j
30fccb6
30fccb6
%if %{with extensions}
30fccb6
BuildRequires:  hibernate-jpa-2.0-api
9b85702
BuildRequires:  springframework-beans
9b85702
BuildRequires:  tomcat-servlet-3.0-api
30fccb6
%endif
30fccb6
9b85702
# Test dependencies:
9b85702
%if 0
9b85702
BuildRequires:  maven-surefire-provider-testng
9b85702
BuildRequires:  aqute-bnd
9b85702
BuildRequires:  atinject-tck
9b85702
BuildRequires:  easymock2
9b85702
BuildRequires:  felix-framework
9b85702
BuildRequires:  hibernate3-entitymanager
9b85702
BuildRequires:  mvn(org.hsqldb:hsqldb-j5)
9b85702
BuildRequires:  testng
9b85702
%endif
9b85702
9b85702
Requires:       java
9b85702
Requires:       jpackage-utils
9b85702
Requires:       aopalliance
Stanislav Ochotnicky 03ed4c8
Requires:       atinject
9b85702
Requires:       cglib
9b85702
Requires:       guava
9b85702
Requires:       slf4j
9b85702
Requires:       %{short_name}-parent = %{version}-%{release}
9b85702
Provides:       %{short_name} = %{version}-%{release}
Stanislav Ochotnicky e3da9a0
Stanislav Ochotnicky b6af55c
%description
Stanislav Ochotnicky b6af55c
Put simply, Guice alleviates the need for factories and the use of new
Stanislav Ochotnicky b6af55c
in your Java code. Think of Guice's @Inject as the new new. You will
Stanislav Ochotnicky b6af55c
still need to write factories in some cases, but your code will not
Stanislav Ochotnicky b6af55c
depend directly on them. Your code will be easier to change, unit test
Stanislav Ochotnicky b6af55c
and reuse in other contexts.
Stanislav Ochotnicky b6af55c
Stanislav Ochotnicky b6af55c
Guice embraces Java's type safe nature, especially when it comes to
Stanislav Ochotnicky b6af55c
features introduced in Java 5 such as generics and annotations. You
Stanislav Ochotnicky b6af55c
might think of Guice as filling in missing features for core
Stanislav Ochotnicky b6af55c
Java. Ideally, the language itself would provide most of the same
Stanislav Ochotnicky b6af55c
features, but until such a language comes along, we have Guice.
Stanislav Ochotnicky b6af55c
Stanislav Ochotnicky b6af55c
Guice helps you design better APIs, and the Guice API itself sets a
Stanislav Ochotnicky b6af55c
good example. Guice is not a kitchen sink. We justify each feature
Stanislav Ochotnicky b6af55c
with at least three use cases. When in doubt, we leave it out. We
Stanislav Ochotnicky b6af55c
build general functionality which enables you to extend Guice rather
Stanislav Ochotnicky b6af55c
than adding every feature to the core framework.
Stanislav Ochotnicky b6af55c
0f84719
%package -n %{short_name}-parent
0f84719
Summary:        Guice parent POM
0f84719
Requires:       jpackage-utils
0f84719
0f84719
%description -n %{short_name}-parent
0f84719
Guice is a lightweight dependency injection framework for Java 5
0f84719
and above. This package provides parent POM for Guice modules.
0f84719
0f84719
%if %{with extensions}
0f84719
9b85702
%package -n %{short_name}-assistedinject
9b85702
Summary:        AssistedInject extension module for Guice
9b85702
Requires:       java
9b85702
Requires:       jpackage-utils
9b85702
Requires:       %{short_name} = %{version}-%{release}
9b85702
9b85702
%description -n %{short_name}-assistedinject
9b85702
Guice is a lightweight dependency injection framework for Java 5
9b85702
and above. This package provides AssistedInject module for Guice.
9b85702
9b85702
%package -n %{short_name}-extensions
9b85702
Summary:        Extensions for Guice
9b85702
Requires:       jpackage-utils
9b85702
Requires:       %{short_name} = %{version}-%{release}
9b85702
9b85702
%description -n %{short_name}-extensions
9b85702
Guice is a lightweight dependency injection framework for Java 5
9b85702
and above. This package provides extensions POM for Guice.
9b85702
9b85702
%package -n %{short_name}-grapher
9b85702
Summary:        Grapher extension module for Guice
9b85702
Requires:       java
9b85702
Requires:       jpackage-utils
9b85702
Requires:       %{short_name} = %{version}-%{release}
9b85702
Requires:       %{short_name}-assistedinject = %{version}-%{release}
9b85702
Requires:       %{short_name}-multibindings = %{version}-%{release}
9b85702
9b85702
%description -n %{short_name}-grapher
9b85702
Guice is a lightweight dependency injection framework for Java 5
9b85702
and above. This package provides Grapher module for Guice.
9b85702
9b85702
%package -n %{short_name}-jmx
9b85702
Summary:        JMX extension module for Guice
9b85702
Requires:       java
9b85702
Requires:       jpackage-utils
9b85702
Requires:       %{short_name} = %{version}-%{release}
9b85702
9b85702
%description -n %{short_name}-jmx
9b85702
Guice is a lightweight dependency injection framework for Java 5
9b85702
and above. This package provides JMX module for Guice.
9b85702
9b85702
%package -n %{short_name}-jndi
9b85702
Summary:        JNDI extension module for Guice
9b85702
Requires:       java
9b85702
Requires:       jpackage-utils
9b85702
Requires:       %{short_name} = %{version}-%{release}
9b85702
9b85702
%description -n %{short_name}-jndi
9b85702
Guice is a lightweight dependency injection framework for Java 5
9b85702
and above. This package provides JNDI module for Guice.
9b85702
9b85702
%package -n %{short_name}-multibindings
9b85702
Summary:        MultiBindings extension module for Guice
9b85702
Requires:       java
9b85702
Requires:       jpackage-utils
9b85702
Requires:       %{short_name} = %{version}-%{release}
9b85702
9b85702
%description -n %{short_name}-multibindings
9b85702
Guice is a lightweight dependency injection framework for Java 5
9b85702
and above. This package provides MultiBindings module for Guice.
9b85702
9b85702
%package -n %{short_name}-persist
9b85702
Summary:        Persist extension module for Guice
9b85702
Requires:       java
9b85702
Requires:       jpackage-utils
9b85702
Requires:       hibernate-jpa-2.0-api
9b85702
Requires:       tomcat-servlet-3.0-api
9b85702
Requires:       %{short_name} = %{version}-%{release}
9b85702
9b85702
%description -n %{short_name}-persist
9b85702
Guice is a lightweight dependency injection framework for Java 5
9b85702
and above. This package provides Persist module for Guice.
9b85702
9b85702
%package -n %{short_name}-servlet
9b85702
Summary:        Servlet extension module for Guice
9b85702
Requires:       java
9b85702
Requires:       jpackage-utils
9b85702
Requires:       tomcat-servlet-3.0-api
9b85702
Requires:       %{short_name} = %{version}-%{release}
9b85702
9b85702
%description -n %{short_name}-servlet
9b85702
Guice is a lightweight dependency injection framework for Java 5
9b85702
and above. This package provides Servlet module for Guice.
9b85702
9b85702
%package -n %{short_name}-spring
9b85702
Summary:        Spring extension module for Guice
9b85702
Requires:       java
9b85702
Requires:       jpackage-utils
9b85702
Requires:       springframework-beans
9b85702
Requires:       %{short_name} = %{version}-%{release}
9b85702
9b85702
%description -n %{short_name}-spring
9b85702
Guice is a lightweight dependency injection framework for Java 5
9b85702
and above. This package provides Spring module for Guice.
9b85702
9b85702
%package -n %{short_name}-throwingproviders
9b85702
Summary:        ThrowingProviders extension module for Guice
9b85702
Requires:       java
9b85702
Requires:       jpackage-utils
9b85702
Requires:       %{short_name} = %{version}-%{release}
9b85702
9b85702
%description -n %{short_name}-throwingproviders
9b85702
Guice is a lightweight dependency injection framework for Java 5
9b85702
and above. This package provides ThrowingProviders module for Guice.
9b85702
0f84719
%endif # with extensions
0f84719
9b85702
%package javadoc
9b85702
Summary:        API documentation for Guice
Stanislav Ochotnicky b6af55c
Group:          Documentation
Stanislav Ochotnicky b6af55c
Requires:       jpackage-utils
9b85702
Provides:       %{short_name}-javadoc = %{version}-%{release}
Stanislav Ochotnicky b6af55c
9b85702
%description javadoc
9b85702
This package provides %{summary}.
Stanislav Ochotnicky b6af55c
Stanislav Ochotnicky b6af55c
9b85702
%prep
239c1f3
%setup -q
Stanislav Ochotnicky b6af55c
9b85702
# We don't have struts2 in Fedora yet.
9b85702
%pom_disable_module struts2 extensions
Stanislav Ochotnicky b6af55c
9b85702
# Remove additional build profiles, which we don't use anyways
9b85702
# and which are only pulling additional dependencies.
9b85702
%pom_xpath_remove pom:project/pom:profiles core
Stanislav Ochotnicky b6af55c
9b85702
# Animal sniffer is only causing problems. Disable it for now.
9b85702
%pom_remove_plugin :animal-sniffer-maven-plugin core
9b85702
%pom_remove_plugin :animal-sniffer-maven-plugin extensions
Stanislav Ochotnicky b6af55c
9b85702
# We don't have the custom doclet used by upstream. Remove
9b85702
# maven-javadoc-plugin to generate javadocs with default style.
9b85702
%pom_remove_plugin :maven-javadoc-plugin
Stanislav Ochotnicky b6af55c
30fccb6
# Don't try to build extension modules unless they are needed
30fccb6
%if %{without extensions}
30fccb6
%pom_disable_module extensions
30fccb6
%endif
30fccb6
9b85702
%build
9b85702
# Skip tests because of missing dependency (hsqldb-j5).
9b85702
mvn-rpmbuild -e -Dmaven.test.skip=true verify javadoc:aggregate
Stanislav Ochotnicky b6af55c
9b85702
%install
9b85702
# directories
9b85702
install -d -m 755 %{buildroot}%{_javadir}/%{short_name}
9b85702
install -d -m 755 %{buildroot}%{_mavenpomdir}
9b85702
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
9b85702
# JARs
b35fce8
install -p -m 644 core/target/sisu-%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{short_name}/%{name}.jar
b35fce8
# POMs
b35fce8
install -p -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{short_name}-%{short_name}-parent.pom
b35fce8
install -p -m 644 core/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{short_name}-%{name}.pom
b35fce8
# depmaps
b35fce8
%add_maven_depmap JPP.%{short_name}-%{short_name}-parent.pom -f parent
b35fce8
%add_maven_depmap JPP.%{short_name}-%{name}.pom %{short_name}/%{name}.jar -a com.google.inject:guice
b35fce8
# javadoc
b35fce8
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
b35fce8
# compat symlink
b35fce8
ln -sf %{short_name}/%{name}.jar %{buildroot}%{_javadir}
b35fce8
b35fce8
# Extensions
b35fce8
%if %{with extensions}
b35fce8
# JARs
9b85702
install -p -m 644 extensions/assistedinject/target/%{short_name}-assistedinject-%{version}.jar %{buildroot}%{_javadir}/%{short_name}/%{short_name}-assistedinject.jar
9b85702
install -p -m 644 extensions/grapher/target/%{short_name}-grapher-%{version}.jar %{buildroot}%{_javadir}/%{short_name}/%{short_name}-grapher.jar
9b85702
install -p -m 644 extensions/jmx/target/%{short_name}-jmx-%{version}.jar %{buildroot}%{_javadir}/%{short_name}/%{short_name}-jmx.jar
9b85702
install -p -m 644 extensions/jndi/target/%{short_name}-jndi-%{version}.jar %{buildroot}%{_javadir}/%{short_name}/%{short_name}-jndi.jar
9b85702
install -p -m 644 extensions/multibindings/target/%{short_name}-multibindings-%{version}.jar %{buildroot}%{_javadir}/%{short_name}/%{short_name}-multibindings.jar
9b85702
install -p -m 644 extensions/persist/target/%{short_name}-persist-%{version}.jar %{buildroot}%{_javadir}/%{short_name}/%{short_name}-persist.jar
9b85702
install -p -m 644 extensions/servlet/target/%{short_name}-servlet-%{version}.jar %{buildroot}%{_javadir}/%{short_name}/%{short_name}-servlet.jar
9b85702
install -p -m 644 extensions/spring/target/%{short_name}-spring-%{version}.jar %{buildroot}%{_javadir}/%{short_name}/%{short_name}-spring.jar
9b85702
install -p -m 644 extensions/throwingproviders/target/%{short_name}-throwingproviders-%{version}.jar %{buildroot}%{_javadir}/%{short_name}/%{short_name}-throwingproviders.jar
9b85702
# POMs
9b85702
install -p -m 644 extensions/assistedinject/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{short_name}-%{short_name}-assistedinject.pom
9b85702
install -p -m 644 extensions/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{short_name}-%{short_name}-extensions.pom
9b85702
install -p -m 644 extensions/grapher/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{short_name}-%{short_name}-grapher.pom
9b85702
install -p -m 644 extensions/jmx/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{short_name}-%{short_name}-jmx.pom
9b85702
install -p -m 644 extensions/jndi/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{short_name}-%{short_name}-jndi.pom
9b85702
install -p -m 644 extensions/multibindings/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{short_name}-%{short_name}-multibindings.pom
9b85702
install -p -m 644 extensions/persist/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{short_name}-%{short_name}-persist.pom
9b85702
install -p -m 644 extensions/servlet/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{short_name}-%{short_name}-servlet.pom
9b85702
install -p -m 644 extensions/spring/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{short_name}-%{short_name}-spring.pom
9b85702
install -p -m 644 extensions/throwingproviders/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{short_name}-%{short_name}-throwingproviders.pom
9b85702
# depmaps
9b85702
%add_maven_depmap JPP.%{short_name}-%{short_name}-assistedinject.pom %{short_name}/%{short_name}-assistedinject.jar -f assistedinject -a com.google.inject.extensions:guice-assistedinject
9b85702
%add_maven_depmap JPP.%{short_name}-%{short_name}-extensions.pom -f extensions
9b85702
%add_maven_depmap JPP.%{short_name}-%{short_name}-grapher.pom %{short_name}/%{short_name}-grapher.jar -f grapher -a com.google.inject.extensions:guice-grapher
9b85702
%add_maven_depmap JPP.%{short_name}-%{short_name}-jmx.pom %{short_name}/%{short_name}-jmx.jar -f jmx -a com.google.inject.extensions:guice-jmx
9b85702
%add_maven_depmap JPP.%{short_name}-%{short_name}-jndi.pom %{short_name}/%{short_name}-jndi.jar -f jndi -a com.google.inject.extensions:guice-jndi
9b85702
%add_maven_depmap JPP.%{short_name}-%{short_name}-multibindings.pom %{short_name}/%{short_name}-multibindings.jar -f multibindings -a com.google.inject.extensions:guice-multibindings
9b85702
%add_maven_depmap JPP.%{short_name}-%{short_name}-persist.pom %{short_name}/%{short_name}-persist.jar -f persist -a com.google.inject.extensions:guice-persist
9b85702
%add_maven_depmap JPP.%{short_name}-%{short_name}-servlet.pom %{short_name}/%{short_name}-servlet.jar -f servlet -a com.google.inject.extensions:guice-servlet
9b85702
%add_maven_depmap JPP.%{short_name}-%{short_name}-spring.pom %{short_name}/%{short_name}-spring.jar -f spring -a com.google.inject.extensions:guice-spring
9b85702
%add_maven_depmap JPP.%{short_name}-%{short_name}-throwingproviders.pom %{short_name}/%{short_name}-throwingproviders.jar -f throwingproviders -a com.google.inject.extensions:guice-throwingproviders
b35fce8
%endif # with extensions
Stanislav Ochotnicky b6af55c
540dad5
%files -f .mfiles
Stanislav Ochotnicky c5d3b20
%{_javadir}/%{name}.jar
Stanislav Ochotnicky 2d6b886
0f84719
%files -n %{short_name}-parent -f .mfiles-parent
0f84719
%doc COPYING
Stanislav Ochotnicky 2d6b886
0f84719
%if %{with extensions}
0f84719
%files -n %{short_name}-assistedinject -f .mfiles-assistedinject
540dad5
%files -n %{short_name}-extensions -f .mfiles-extensions
540dad5
%files -n %{short_name}-grapher -f .mfiles-grapher
540dad5
%files -n %{short_name}-jmx -f .mfiles-jmx
540dad5
%files -n %{short_name}-jndi -f .mfiles-jndi
540dad5
%files -n %{short_name}-multibindings -f .mfiles-multibindings
540dad5
%files -n %{short_name}-persist -f .mfiles-persist
540dad5
%files -n %{short_name}-servlet -f .mfiles-servlet
540dad5
%files -n %{short_name}-spring -f .mfiles-spring
540dad5
%files -n %{short_name}-throwingproviders -f .mfiles-throwingproviders
0f84719
%endif # with extensions
9b85702
9b85702
%files javadoc
9b85702
%doc COPYING
9b85702
%{_javadocdir}/%{name}
Stanislav Ochotnicky b6af55c
Stanislav Ochotnicky b6af55c
Stanislav Ochotnicky b6af55c
%changelog
ede40fb
* Fri Nov 16 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-8
ede40fb
- Remove README
ede40fb
239c1f3
* Fri Nov 16 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-7
239c1f3
- Repackage tarball
239c1f3
30fccb6
* Fri Nov  9 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-6
30fccb6
- Don't try to build extension modules unless they are needed
30fccb6
b35fce8
* Fri Nov  9 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-5
b35fce8
- Conditionalize %%install section too
b35fce8
0f84719
* Fri Nov  9 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-4
0f84719
- Conditionally disable extensions
0f84719
540dad5
* Thu Nov  1 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-3
540dad5
- Update to new add_maven_depmap macro
540dad5
Stanislav Ochotnicky 2d6b886
* Wed Oct 31 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.1.2-2
Stanislav Ochotnicky 2d6b886
- Use new generated maven filelist feature from javapackages-tools
Stanislav Ochotnicky 2d6b886
9b85702
* Fri Oct  5 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.2-1
9b85702
- Complete rewrite of the spec file
9b85702
- New upstream, to ease future maintenance
9b85702
- Build with maven instead of ant
9b85702
- Split into multiple subpackages
9b85702
c31cb0f
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-0.7.rc2
c31cb0f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c31cb0f
Stanislav Ochotnicky e3da9a0
* Thu Feb  9 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-0.6.rc2
Stanislav Ochotnicky e3da9a0
- Temporary fix for maven buildroots
Stanislav Ochotnicky e3da9a0
9c20ba0
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-0.5.rc2
9c20ba0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
9c20ba0
Stanislav Ochotnicky c5d3b20
* Wed Oct 12 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-0.4.rc2
Stanislav Ochotnicky c5d3b20
- Build with aqute-bnd (#745176)
Stanislav Ochotnicky c5d3b20
- Use new maven macros
Stanislav Ochotnicky c5d3b20
- Few packaging tweaks
Stanislav Ochotnicky c5d3b20
Stanislav Ochotnicky 03ed4c8
* Tue May 24 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-0.3.rc2
Stanislav Ochotnicky 03ed4c8
- Add cglib and atinject to R
Stanislav Ochotnicky 03ed4c8
Stanislav Ochotnicky bf6ca62
* Thu May 12 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-0.2.rc2
Stanislav Ochotnicky bf6ca62
- Remove test and missing deps from pom.xml
Stanislav Ochotnicky bf6ca62
Stanislav Ochotnicky 413ef46
* Tue Mar  1 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-0.1.rc2
Stanislav Ochotnicky 413ef46
- Update to 3.0rc2
Stanislav Ochotnicky 413ef46
- Changes according to new guidelines (versionless jars & javadocs)
Stanislav Ochotnicky 413ef46
28b99cf
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-4.1219svn
28b99cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
28b99cf
Stanislav Ochotnicky ae53868
* Thu Oct 14 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.0-3.1219svn
Stanislav Ochotnicky ae53868
- Add java-devel >= 1:1.6.0 to BR
Stanislav Ochotnicky ae53868
Stanislav Ochotnicky b6af55c
* Wed Oct 13 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.0-2.1219svn
Stanislav Ochotnicky b6af55c
- Moved munge repacking to prep
Stanislav Ochotnicky b6af55c
- Added -Dversion to change generated manifest version
Stanislav Ochotnicky b6af55c
- Removed http part of URL
Stanislav Ochotnicky b6af55c
Stanislav Ochotnicky b6af55c
* Thu Oct  7 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.0-1.1219svn
Stanislav Ochotnicky b6af55c
- Initial version of the package