02ebd1c
# empty debuginfo
02ebd1c
%global debug_package %nil
02ebd1c
Marek Goldmann 2da9031
%global namedreltag .Final
Marek Goldmann 72cd2df
%global namedversion %{version}%{?namedreltag}
02ebd1c
%global customnamedversion 2_4_7_Final
Marek Goldmann 72cd2df
Marek Goldmann 19a5de7
# Use this switch to rebuild without narayana
Marek Goldmann 19a5de7
# This is useful to break the hornetq circular dependency
02ebd1c
%if 0%{?fedora}
02ebd1c
%bcond_with narayana
Marek Goldmann b746b65
%endif
Marek Goldmann b746b65
02ebd1c
Name:          hornetq
02ebd1c
Version:       2.4.7
71e92fd
Release:       8%{?dist}
02ebd1c
Summary:       High performance messaging system
02ebd1c
License:       ASL 2.0
02ebd1c
URL:           http://hornetq.jboss.org/
02ebd1c
Source0:       https://github.com/hornetq/hornetq/archive/HornetQ_%{customnamedversion}.tar.gz
c75eae5
# https://issues.jboss.org/browse/HORNETQ-1534
02ebd1c
# Replace json.org with javax.json
02ebd1c
Patch0:        hornetq-2.4.7-javax.json.patch
02ebd1c
02ebd1c
BuildRequires: autoconf
02ebd1c
BuildRequires: automake
02ebd1c
BuildRequires: graphviz
02ebd1c
BuildRequires: libaio-devel
02ebd1c
BuildRequires: libtool
02ebd1c
BuildRequires: maven-local
02ebd1c
BuildRequires: mvn(com.github.maven-nar:nar-maven-plugin)
02ebd1c
BuildRequires: mvn(io.netty:netty-all)
02ebd1c
BuildRequires: mvn(java_cup:java_cup)
02ebd1c
BuildRequires: mvn(javax.inject:javax.inject)
02ebd1c
BuildRequires: mvn(javax.json:javax.json-api)
02ebd1c
BuildRequires: mvn(javax.servlet:servlet-api)
02ebd1c
BuildRequires: mvn(jdepend:jdepend)
02ebd1c
BuildRequires: mvn(junit:junit)
02ebd1c
BuildRequires: mvn(net.sf.saxon:saxon)
02ebd1c
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
02ebd1c
BuildRequires: mvn(org.apache.maven.plugins:maven-install-plugin)
02ebd1c
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
02ebd1c
BuildRequires: mvn(org.codehaus.mojo:javacc-maven-plugin)
02ebd1c
BuildRequires: mvn(org.codehaus.mojo:xml-maven-plugin)
02ebd1c
BuildRequires: mvn(org.jboss:jboss-transaction-spi)
02ebd1c
BuildRequires: mvn(org.jboss.apiviz:apiviz)
02ebd1c
BuildRequires: mvn(org.jboss.logging:jboss-logging)
02ebd1c
BuildRequires: mvn(org.jboss.logging:jboss-logging-processor)
02ebd1c
BuildRequires: mvn(org.jboss.logmanager:jboss-logmanager)
02ebd1c
BuildRequires: mvn(org.jboss.naming:jnpserver)
02ebd1c
%if %{without narayana}
02ebd1c
BuildRequires: mvn(org.jboss.narayana.jta:jta)
02ebd1c
BuildRequires: mvn(org.springframework:spring-beans)
02ebd1c
BuildRequires: mvn(org.springframework:spring-context)
02ebd1c
BuildRequires: mvn(org.springframework:spring-core)
02ebd1c
BuildRequires: mvn(org.springframework:spring-jms)
Marek Goldmann 19a5de7
%endif
02ebd1c
BuildRequires: mvn(org.jboss.resteasy:resteasy-atom-provider)
02ebd1c
BuildRequires: mvn(org.jboss.resteasy:resteasy-jackson-provider)
02ebd1c
BuildRequires: mvn(org.jboss.resteasy:resteasy-jaxb-provider)
02ebd1c
BuildRequires: mvn(org.jboss.resteasy:resteasy-jaxrs)
02ebd1c
BuildRequires: mvn(org.jboss.resteasy:tjws)
02ebd1c
BuildRequires: mvn(org.jboss.spec.javax.jms:jboss-jms-api_2.0_spec)
02ebd1c
BuildRequires: mvn(org.jboss.spec.javax.resource:jboss-connector-api_1.6_spec)
02ebd1c
BuildRequires: mvn(org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec)
02ebd1c
BuildRequires: mvn(org.jgroups:jgroups)
9429372
9429372
%description
9429372
HornetQ is an open source project to build a multi-protocol, embeddable,
9429372
very high performance, clustered, asynchronous messaging system.
9429372
02ebd1c
%package commons
02ebd1c
Summary:       HornetQ Commons
02ebd1c
# Public Domain: ./hornetq-commons/src/main/java/org/hornetq/utils/Base64.java
02ebd1c
License:       ASL 2.0 and Public Domain
02ebd1c
Provides:      bundled(java-base64) = 2.2.2
d2e12ac
Obsoletes:     %{name} < 2.4.2
02ebd1c
BuildArch:     noarch
02ebd1c
02ebd1c
%description commons
02ebd1c
HornetQ Commons Classes.
02ebd1c
02ebd1c
%package core-client
02ebd1c
Summary:       HornetQ Core Client
02ebd1c
License:       ASL 2.0 and LGPLv2+
02ebd1c
# LGPLv2: 
02ebd1c
#./hornetq-core-client/src/main/java/org/hornetq/core/filter/impl/Operator.java
02ebd1c
#./hornetq-core-client/src/main/java/org/hornetq/core/filter/impl/RegExp.java
02ebd1c
#./hornetq-core-client/src/main/java/org/hornetq/core/filter/impl/Identifier.java
02ebd1c
BuildArch:     noarch
02ebd1c
02ebd1c
%description core-client
02ebd1c
HornetQ Core Client.
02ebd1c
02ebd1c
%package jms-client
02ebd1c
Summary:       HornetQ JMS Client
02ebd1c
BuildArch:     noarch
02ebd1c
02ebd1c
%description jms-client
02ebd1c
HornetQ JMS Client Implementation.
02ebd1c
02ebd1c
%package jms-server
02ebd1c
Summary:       HornetQ JMS Server
02ebd1c
BuildArch:     noarch
02ebd1c
02ebd1c
%description jms-server
02ebd1c
HornetQ JMS Server Implementation.
02ebd1c
02ebd1c
%package journal
02ebd1c
Summary:       HornetQ Journal
02ebd1c
BuildArch:     noarch
02ebd1c
02ebd1c
%description journal
02ebd1c
HornetQ Journal.
02ebd1c
02ebd1c
%package native
02ebd1c
Summary:       HornetQ Journal
02ebd1c
02ebd1c
%description native
02ebd1c
HornetQ Journal.
02ebd1c
02ebd1c
%package pom
02ebd1c
Summary:       HornetQ Parent POM
02ebd1c
BuildArch:     noarch
02ebd1c
02ebd1c
%description pom
02ebd1c
HornetQ Parent POM.
02ebd1c
02ebd1c
%package protocols
02ebd1c
Summary:       HornetQ Protocols Parent POM
02ebd1c
BuildArch:     noarch
02ebd1c
02ebd1c
%description protocols
02ebd1c
HornetQ Protocols Parent POM.
02ebd1c
02ebd1c
%package ra
02ebd1c
Summary:       HornetQ RAR
02ebd1c
BuildArch:     noarch
02ebd1c
02ebd1c
%description ra
02ebd1c
HornetQ RAR Implementation.
02ebd1c
02ebd1c
%package rest
02ebd1c
Summary:       HornetQ REST
02ebd1c
BuildArch:     noarch
02ebd1c
02ebd1c
%description rest
02ebd1c
HornetQ REST Interface Implementation.
02ebd1c
02ebd1c
%package server
02ebd1c
Summary:       HornetQ Server
02ebd1c
License:       ASL 2.0 and LGPLv2+
02ebd1c
# LGPLv2: ./hornetq-server/src/main/java/org/hornetq/core/messagecounter/MessageCounter.java
02ebd1c
BuildArch:     noarch
02ebd1c
02ebd1c
%description server
02ebd1c
HornetQ Server Implementation.
02ebd1c
02ebd1c
%package spring-integration
02ebd1c
Summary:       HornetQ Spring Integration
02ebd1c
BuildArch:     noarch
02ebd1c
02ebd1c
%description spring-integration
02ebd1c
HornetQ Spring Integration.
02ebd1c
02ebd1c
%package stomp-protocol
02ebd1c
Summary:       HornetQ STOMP Protocol
02ebd1c
BuildArch:     noarch
02ebd1c
02ebd1c
%description stomp-protocol
02ebd1c
HornetQ STOMP Protocol Implementation.
02ebd1c
02ebd1c
%package tools
02ebd1c
Summary:       HornetQ Tools
02ebd1c
BuildArch:     noarch
02ebd1c
02ebd1c
%description tools
02ebd1c
HornetQ Tools.
02ebd1c
9429372
%package javadoc
02ebd1c
Summary:       Javadoc for %{name}
02ebd1c
BuildArch:     noarch
9429372
9429372
%description javadoc
9429372
This package contains the API documentation for %{name}.
9429372
Marek Goldmann 72cd2df
%prep
Marek Goldmann 72cd2df
%setup -q -n hornetq-HornetQ_%{customnamedversion}
Marek Goldmann 72cd2df
# Remove bundled .so files
02ebd1c
find -name "*.so" -print -delete
02ebd1c
find -name "*.jar" -print -delete
9429372
02ebd1c
%patch0 -p1
02ebd1c
rm -rf hornetq-core-client/src/main/java/org/hornetq/utils/json
9429372
02ebd1c
%pom_change_dep -r :geronimo-json_1.0_spec javax.json:javax.json-api:1.0 hornetq-core-client hornetq-jms-server tests/integration-tests
9429372
02ebd1c
%pom_disable_module examples
02ebd1c
%pom_disable_module hornetq-bootstrap
02ebd1c
%pom_disable_module hornetq-service-sar
02ebd1c
%pom_disable_module integration/hornetq-aerogear-integration
Marek Goldmann 72cd2df
%pom_disable_module integration/hornetq-jboss-as-integration
Marek Goldmann 72cd2df
%pom_disable_module integration/hornetq-twitter-integration
02ebd1c
%pom_disable_module tests
9429372
776569f
# Incompatible version of qpid-proton-java
776569f
%pom_disable_module hornetq-amqp-protocol hornetq-protocols
776569f
02ebd1c
%pom_remove_dep -r "org.jboss.microcontainer:jboss-kernel"
02ebd1c
02ebd1c
%if %{with narayana}
Marek Goldmann 19a5de7
%pom_disable_module hornetq-jms-server
Marek Goldmann 19a5de7
%pom_disable_module hornetq-ra
02ebd1c
%pom_disable_module hornetq-rest
Marek Goldmann 19a5de7
%pom_disable_module hornetq-tools
02ebd1c
%pom_disable_module integration/hornetq-spring-integration
Marek Goldmann 19a5de7
%endif
9429372
02ebd1c
%pom_change_dep -r org.jboss.jbossts.jts:jbossjts-jacorb org.jboss.narayana.jta:jta
02ebd1c
%pom_change_dep -r org.jboss.jbossts.jts:jbossjts-jacorb org.jboss.narayana.jta:jta hornetq-jms-server
e134ad7
e134ad7
%pom_remove_dep -r org.jboss.javaee:jboss-ejb-api
e134ad7
%pom_remove_dep -r org.jboss.javaee:jboss-jaspi-api
c75eae5
%pom_change_dep -r org.jboss.javaee:jboss-jca-api org.jboss.spec.javax.resource:jboss-connector-api_1.6_spec
c75eae5
%pom_change_dep -r org.jboss.javaee:jboss-jca-api org.jboss.spec.javax.resource:jboss-connector-api_1.6_spec hornetq-ra
Marek Goldmann 2da9031
02ebd1c
%pom_remove_plugin -r :license-maven-plugin
02ebd1c
%pom_remove_plugin -r :maven-checkstyle-plugin
02ebd1c
%pom_remove_plugin -r :maven-help-plugin
02ebd1c
%pom_remove_plugin -r :maven-source-plugin
02ebd1c
%pom_remove_plugin -r :findbugs-maven-plugin
Marek Goldmann 2da9031
02ebd1c
cp -p distribution/hornetq/src/main/resources/licenses/LICENSE.txt .
9429372
Marek Goldmann 2da9031
# Workaround for building native bits
Marek Goldmann 2da9031
# Currently the build script uses the .so in the hornetq-nativebin/ directory
Marek Goldmann 2da9031
# but we need to rebuild them. The issue is that the mvn build process does not
Marek Goldmann 2da9031
# use the new .so files we've built. Here is a simple workaround.
02ebd1c
%pom_xpath_inject "pom:project/pom:profiles" "
02ebd1c
<profile>
02ebd1c
  <id>native</id>
02ebd1c
  <modules>
02ebd1c
    <module>hornetq-commons</module>
02ebd1c
    <module>hornetq-native</module>
02ebd1c
  </modules>
02ebd1c
</profile>"
02ebd1c
321981a
rm -r **/src/test/* tests/*/src/test/*
321981a
02ebd1c
# [ERROR] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique duplicate declaration of version
02ebd1c
%pom_remove_dep org.jboss.logmanager:jboss-logmanager hornetq-server
02ebd1c
%pom_add_dep org.jboss.logmanager:jboss-logmanager:1.2.2.GA:test hornetq-server
02ebd1c
02ebd1c
%build
Marek Goldmann 19a5de7
Marek Goldmann 2da9031
# Let's build the .so files
02ebd1c
%mvn_build -i -f -- -Pnative,native-build
02ebd1c
pushd hornetq-native
Marek Goldmann 2da9031
# Copy them to hornetq-native/bin/ dir
Marek Goldmann 2da9031
find -name "*.so" -exec cp {} bin/libHornetQAIO.so \;
Marek Goldmann 2da9031
find -name "*.so" -exec cp {} bin/libHornetQAIO%{__isa_bits}.so \;
9429372
popd
9429372
Marek Goldmann 2da9031
# Tests are skipped because required modules are disabled
02ebd1c
%mvn_build -sf -- -Pmaven-release
9429372
Marek Goldmann 72cd2df
%install
Marek Goldmann 72cd2df
%mvn_install
Marek Goldmann 72cd2df
Marek Goldmann 72cd2df
# Install native stuff
Marek Goldmann 72cd2df
install -d -m 755 %{buildroot}/%{_libdir}
Marek Goldmann 2da9031
cp -L hornetq-native/bin/libHornetQAIO.so %{buildroot}/%{_libdir}/libHornetQAIO.so
9429372
02ebd1c
%files commons -f .mfiles-hornetq-commons
02ebd1c
%doc README.md
02ebd1c
%license LICENSE.txt NOTICE
02ebd1c
02ebd1c
%files core-client -f .mfiles-hornetq-core-client
02ebd1c
%files jms-client -f .mfiles-hornetq-jms-client
02ebd1c
%files journal -f .mfiles-hornetq-journal
9429372
02ebd1c
%post -n hornetq-native -p /sbin/ldconfig
02ebd1c
%postun -n hornetq-native -p /sbin/ldconfig
02ebd1c
02ebd1c
%files native -f .mfiles-hornetq-native
9429372
%{_libdir}/libHornetQAIO.so
02ebd1c
%doc hornetq-native/README
02ebd1c
02ebd1c
%files pom -f .mfiles-hornetq-pom
02ebd1c
%license LICENSE.txt NOTICE
02ebd1c
02ebd1c
%files protocols -f .mfiles-hornetq-protocols
02ebd1c
%license LICENSE.txt NOTICE
02ebd1c
02ebd1c
%files server -f .mfiles-hornetq-server
02ebd1c
%files stomp-protocol -f .mfiles-hornetq-stomp-protocol
02ebd1c
02ebd1c
%if %{without narayana}
02ebd1c
%files jms-server -f .mfiles-hornetq-jms-server
02ebd1c
%files ra -f .mfiles-hornetq-ra
02ebd1c
%files rest -f .mfiles-hornetq-rest
02ebd1c
%files spring-integration -f .mfiles-hornetq-spring-integration
02ebd1c
%files tools -f .mfiles-hornetq-tools
Marek Goldmann 19a5de7
%endif
Marek Goldmann 72cd2df
Marek Goldmann 72cd2df
%files javadoc -f .mfiles-javadoc
02ebd1c
%license LICENSE.txt NOTICE
9429372
9429372
%changelog
71e92fd
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.7-8
71e92fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
71e92fd
8ffd641
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.7-7
8ffd641
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8ffd641
2a6f780
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.7-6
2a6f780
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2a6f780
7c16204
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.7-5
7c16204
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7c16204
66413bb
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.7-4
66413bb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
66413bb
321981a
* Tue Nov 01 2016 gil cattaneo <puntogil@libero.it> 2.4.7-3
321981a
- remove test suites
321981a
d2e12ac
* Wed Sep 14 2016 gil cattaneo <puntogil@libero.it> 2.4.7-2
d2e12ac
- Obsoletes hornetq package
d2e12ac
02ebd1c
* Wed Jun 29 2016 gil cattaneo <puntogil@libero.it> 2.4.7-1
02ebd1c
- Upstream release 2.4.7.Final
02ebd1c
- remove non free json.org
02ebd1c
4991daa
* Mon Jun 13 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.4.1-8
4991daa
- Add missing BR on java_cup
776569f
- Disable hornetq-amqp-protocol module
4991daa
2f6ca98
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-7
2f6ca98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2f6ca98
8cb9381
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.1-6
8cb9381
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8cb9381
c151ef7
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 2.4.1-5
c151ef7
- Rebuilt for GCC 5 C++11 ABI change
c151ef7
61a0d6d
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.1-4
61a0d6d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
61a0d6d
2c9f705
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.1-3
2c9f705
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2c9f705
84eaae2
* Fri Mar 28 2014 Michael Simacek <msimacek@redhat.com> - 2.4.1-2
84eaae2
- Use Requires: java-headless rebuild (#1067528)
84eaae2
Marek Goldmann f350be9
* Thu Feb 13 2014 Marek Goldmann <mgoldman@redhat.com> - 2.4.1-1
Marek Goldmann f350be9
- Upstream release 2.4.1.Final
Marek Goldmann f350be9
Marek Goldmann 2e90c93
* Fri Jan 24 2014 Marek Goldmann <mgoldman@redhat.com> - 2.4.0-6
Marek Goldmann 2e90c93
- Rebuild with narayana deps
Marek Goldmann 2e90c93
Marek Goldmann fd88edb
* Fri Jan 24 2014 Marek Goldmann <mgoldman@redhat.com> - 2.4.0-5
Marek Goldmann fd88edb
- Rebuild without narayana deps
Marek Goldmann fd88edb
- Enable ARM build
Marek Goldmann fd88edb
Marek Goldmann eeccd91
* Tue Jan 21 2014 Marek Goldmann <mgoldman@redhat.com> - 2.4.0-4
Marek Goldmann eeccd91
- Rebuild to recreate debug package and use new qpid-proton-java package
Marek Goldmann eeccd91
Marek Goldmann eebd8c9
* Tue Jan 14 2014 Marek Goldmann <mgoldman@redhat.com> - 2.4.0-3
Marek Goldmann eebd8c9
- Rebuild with new narayana
Marek Goldmann 7915aec
- Exclude ARM for now
Marek Goldmann eebd8c9
Marek Goldmann 19a5de7
* Tue Jan 14 2014 Marek Goldmann <mgoldman@redhat.com> - 2.4.0-2
Marek Goldmann 19a5de7
- Rebuild without narayana to disable circular dependency
Marek Goldmann 19a5de7
- Changes to netty requirement
Marek Goldmann 19a5de7
Marek Goldmann 2da9031
* Thu Jan 09 2014 Marek Goldmann <mgoldman@redhat.com> - 2.4.0-1
Marek Goldmann 2da9031
- Upstream release 2.4.0.Final
Marek Goldmann 2da9031
Marek Goldmann 2da9031
* Mon Dec 16 2013 Marek Goldmann <mgoldman@redhat.com> - 2.4.0-0.3.Beta3
Marek Goldmann 2da9031
- Upstream release 2.4.0.Beta3
Marek Goldmann 2da9031
Marek Goldmann eda052a
* Thu Oct 24 2013 Marek Goldmann <mgoldman@redhat.com> - 2.4.0-0.2.Beta1
Marek Goldmann eda052a
- Upstream release 2.4.0.Beta2
Marek Goldmann eda052a
Marek Goldmann 0d35217
* Wed Sep 11 2013 Marek Goldmann <mgoldman@redhat.com> - 2.4.0-0.1.Beta1
Marek Goldmann 0d35217
- Upstream release 2.4.0.Beta1
Marek Goldmann 0d35217
Marek Goldmann 3ebc4ee
* Tue Jul 30 2013 Marek Goldmann <mgoldman@redhat.com> - 2.3.1-2
Marek Goldmann 3ebc4ee
- Rebuild with narayana
Marek Goldmann 3ebc4ee
- Added hornetq-jms-server and hornetq-ra modules
Marek Goldmann 3ebc4ee
Marek Goldmann 72cd2df
* Wed Jun 12 2013 Marek Goldmann <mgoldman@redhat.com> - 2.3.1-1
Marek Goldmann 72cd2df
- Upstream release 2.3.1.Final
Marek Goldmann 72cd2df
- New guidelines
Marek Goldmann 72cd2df
ccd698d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.13-6
ccd698d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ccd698d
feb45bd
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.13-5
feb45bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
feb45bd
9429372
* Thu May 24 2012 Marek Goldmann <mgoldman@redhat.com> 2.2.13-4
9429372
- Removed unnecessary Requires
9429372
9429372
* Wed May 23 2012 Marek Goldmann <mgoldman@redhat.com> 2.2.13-3
9429372
- Removed unnecessary %%global
9429372
- Added License file to -devel subpackage
9429372
- Removed static files
9429372
9429372
* Wed May 16 2012 Marek Goldmann <mgoldman@redhat.com> 2.2.13-2
9429372
- Added native part to the build
9429372
9429372
* Tue May 15 2012 Marek Goldmann <mgoldman@redhat.com> 2.2.13-1
9429372
- Initial packaging
9429372
02ebd1c