diff --git a/.gitignore b/.gitignore index 114e7c8..712296a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,13 +2,4 @@ activemq-cpp-library-3.2.1-src.tar.gz /activemq-cpp-library-3.2.3-src.tar.gz /activemq-cpp-library-3.2.4-src.tar.gz /activemq-cpp-library-3.2.5-src.tar.gz -/activemq-cpp-library-3.3.0-src.tar.gz -/activemq-cpp-library-3.4.0-src.tar.gz -/activemq-cpp-library-3.4.1-src.tar.gz -/activemq-cpp-library-3.4.4-src.tar.gz -/activemq-cpp-library-3.7.1-src.tar.gz -/activemq-cpp-library-3.8.2-src.tar.gz /activemq-cpp-library-3.8.3-src.tar.gz -/activemq-cpp-library-3.8.4-src.tar.gz -/activemq-cpp-library-3.9.4-src.tar.gz -/activemq-cpp-library-3.9.5-src.tar.gz diff --git a/activemq-cpp-3.8.2-system-zlib.patch b/activemq-cpp-3.8.2-system-zlib.patch deleted file mode 100644 index c14e202..0000000 --- a/activemq-cpp-3.8.2-system-zlib.patch +++ /dev/null @@ -1,177 +0,0 @@ -diff --git a/src/main/Makefile.am b/src/main/Makefile.am -index 5d117aa..9e71d92 100644 ---- a/src/main/Makefile.am -+++ b/src/main/Makefile.am -@@ -385,20 +385,6 @@ cc_sources = \ - decaf/internal/util/concurrent/Threading.cpp \ - decaf/internal/util/concurrent/unix/Atomics.cpp \ - decaf/internal/util/concurrent/unix/PlatformThread.cpp \ -- decaf/internal/util/zip/adler32.c \ -- decaf/internal/util/zip/crc32.c \ -- decaf/internal/util/zip/deflate.c \ -- decaf/internal/util/zip/gzclose.c \ -- decaf/internal/util/zip/gzlib.c \ -- decaf/internal/util/zip/gzread.c \ -- decaf/internal/util/zip/gzwrite.c \ -- decaf/internal/util/zip/infback.c \ -- decaf/internal/util/zip/inffast.c \ -- decaf/internal/util/zip/inflate.c \ -- decaf/internal/util/zip/inftrees.c \ -- decaf/internal/util/zip/trees.c \ -- decaf/internal/util/zip/uncompr.c \ -- decaf/internal/util/zip/zutil.c \ - decaf/io/BlockingByteArrayInputStream.cpp \ - decaf/io/BufferedInputStream.cpp \ - decaf/io/BufferedOutputStream.cpp \ -@@ -1042,17 +1028,6 @@ h_sources = \ - decaf/internal/util/concurrent/Transferer.h \ - decaf/internal/util/concurrent/unix/PlatformDefs.h \ - decaf/internal/util/concurrent/windows/PlatformDefs.h \ -- decaf/internal/util/zip/crc32.h \ -- decaf/internal/util/zip/deflate.h \ -- decaf/internal/util/zip/gzguts.h \ -- decaf/internal/util/zip/inffast.h \ -- decaf/internal/util/zip/inffixed.h \ -- decaf/internal/util/zip/inflate.h \ -- decaf/internal/util/zip/inftrees.h \ -- decaf/internal/util/zip/trees.h \ -- decaf/internal/util/zip/zconf.h \ -- decaf/internal/util/zip/zlib.h \ -- decaf/internal/util/zip/zutil.h \ - decaf/io/BlockingByteArrayInputStream.h \ - decaf/io/BufferedInputStream.h \ - decaf/io/BufferedOutputStream.h \ -@@ -1327,7 +1302,7 @@ libactivemq_cpp_la_SOURCES= $(h_sources) $(cc_sources) - libactivemq_cpp_la_CXXFLAGS= $(AMQ_CXXFLAGS) - libactivemq_cpp_la_CFLAGS= $(AMQ_CFLAGS) - libactivemq_cpp_la_LDFLAGS= -version-info $(ACTIVEMQ_LIBRARY_VERSION) --libactivemq_cpp_la_LIBADD= $(AMQ_LIBS) -+libactivemq_cpp_la_LIBADD= $(AMQ_LIBS) -lz - - ## - ## Packaging Info -diff --git a/src/main/Makefile.in b/src/main/Makefile.in -index a53e327..53e79c1 100644 ---- a/src/main/Makefile.in -+++ b/src/main/Makefile.in -@@ -493,20 +493,6 @@ am__objects_2 = activemq/cmsutil/libactivemq_cpp_la-CachedConsumer.lo \ - decaf/internal/util/concurrent/libactivemq_cpp_la-Threading.lo \ - decaf/internal/util/concurrent/unix/libactivemq_cpp_la-Atomics.lo \ - decaf/internal/util/concurrent/unix/libactivemq_cpp_la-PlatformThread.lo \ -- decaf/internal/util/zip/libactivemq_cpp_la-adler32.lo \ -- decaf/internal/util/zip/libactivemq_cpp_la-crc32.lo \ -- decaf/internal/util/zip/libactivemq_cpp_la-deflate.lo \ -- decaf/internal/util/zip/libactivemq_cpp_la-gzclose.lo \ -- decaf/internal/util/zip/libactivemq_cpp_la-gzlib.lo \ -- decaf/internal/util/zip/libactivemq_cpp_la-gzread.lo \ -- decaf/internal/util/zip/libactivemq_cpp_la-gzwrite.lo \ -- decaf/internal/util/zip/libactivemq_cpp_la-infback.lo \ -- decaf/internal/util/zip/libactivemq_cpp_la-inffast.lo \ -- decaf/internal/util/zip/libactivemq_cpp_la-inflate.lo \ -- decaf/internal/util/zip/libactivemq_cpp_la-inftrees.lo \ -- decaf/internal/util/zip/libactivemq_cpp_la-trees.lo \ -- decaf/internal/util/zip/libactivemq_cpp_la-uncompr.lo \ -- decaf/internal/util/zip/libactivemq_cpp_la-zutil.lo \ - decaf/io/libactivemq_cpp_la-BlockingByteArrayInputStream.lo \ - decaf/io/libactivemq_cpp_la-BufferedInputStream.lo \ - decaf/io/libactivemq_cpp_la-BufferedOutputStream.lo \ -@@ -1346,20 +1332,6 @@ cc_sources = \ - decaf/internal/util/concurrent/Threading.cpp \ - decaf/internal/util/concurrent/unix/Atomics.cpp \ - decaf/internal/util/concurrent/unix/PlatformThread.cpp \ -- decaf/internal/util/zip/adler32.c \ -- decaf/internal/util/zip/crc32.c \ -- decaf/internal/util/zip/deflate.c \ -- decaf/internal/util/zip/gzclose.c \ -- decaf/internal/util/zip/gzlib.c \ -- decaf/internal/util/zip/gzread.c \ -- decaf/internal/util/zip/gzwrite.c \ -- decaf/internal/util/zip/infback.c \ -- decaf/internal/util/zip/inffast.c \ -- decaf/internal/util/zip/inflate.c \ -- decaf/internal/util/zip/inftrees.c \ -- decaf/internal/util/zip/trees.c \ -- decaf/internal/util/zip/uncompr.c \ -- decaf/internal/util/zip/zutil.c \ - decaf/io/BlockingByteArrayInputStream.cpp \ - decaf/io/BufferedInputStream.cpp \ - decaf/io/BufferedOutputStream.cpp \ -@@ -2002,17 +1974,6 @@ h_sources = \ - decaf/internal/util/concurrent/Transferer.h \ - decaf/internal/util/concurrent/unix/PlatformDefs.h \ - decaf/internal/util/concurrent/windows/PlatformDefs.h \ -- decaf/internal/util/zip/crc32.h \ -- decaf/internal/util/zip/deflate.h \ -- decaf/internal/util/zip/gzguts.h \ -- decaf/internal/util/zip/inffast.h \ -- decaf/internal/util/zip/inffixed.h \ -- decaf/internal/util/zip/inflate.h \ -- decaf/internal/util/zip/inftrees.h \ -- decaf/internal/util/zip/trees.h \ -- decaf/internal/util/zip/zconf.h \ -- decaf/internal/util/zip/zlib.h \ -- decaf/internal/util/zip/zutil.h \ - decaf/io/BlockingByteArrayInputStream.h \ - decaf/io/BufferedInputStream.h \ - decaf/io/BufferedOutputStream.h \ -@@ -2282,7 +2243,7 @@ libactivemq_cpp_la_SOURCES = $(h_sources) $(cc_sources) - libactivemq_cpp_la_CXXFLAGS = $(AMQ_CXXFLAGS) - libactivemq_cpp_la_CFLAGS = $(AMQ_CFLAGS) - libactivemq_cpp_la_LDFLAGS = -version-info $(ACTIVEMQ_LIBRARY_VERSION) --libactivemq_cpp_la_LIBADD = $(AMQ_LIBS) -+libactivemq_cpp_la_LIBADD = $(AMQ_LIBS) -lz - library_includedir = $(includedir)/$(ACTIVEMQ_LIBRARY_NAME)-$(ACTIVEMQ_VERSION) - nobase_library_include_HEADERS = $(h_sources) - all: all-am -diff --git a/src/main/decaf/util/zip/Adler32.cpp b/src/main/decaf/util/zip/Adler32.cpp -index 517fbb4..f1fcd3c 100644 ---- a/src/main/decaf/util/zip/Adler32.cpp -+++ b/src/main/decaf/util/zip/Adler32.cpp -@@ -17,7 +17,7 @@ - - #include "Adler32.h" - --#include -+#include - - using namespace decaf; - using namespace decaf::lang; -diff --git a/src/main/decaf/util/zip/CRC32.cpp b/src/main/decaf/util/zip/CRC32.cpp -index 5d3b308..8b100bc 100644 ---- a/src/main/decaf/util/zip/CRC32.cpp -+++ b/src/main/decaf/util/zip/CRC32.cpp -@@ -17,7 +17,7 @@ - - #include "CRC32.h" - --#include -+#include - - using namespace decaf; - using namespace decaf::lang; -diff --git a/src/main/decaf/util/zip/Deflater.cpp b/src/main/decaf/util/zip/Deflater.cpp -index 12f4184..be21808 100644 ---- a/src/main/decaf/util/zip/Deflater.cpp -+++ b/src/main/decaf/util/zip/Deflater.cpp -@@ -20,7 +20,7 @@ - #include - #include - --#include -+#include - #include - - using namespace decaf; -diff --git a/src/main/decaf/util/zip/Inflater.cpp b/src/main/decaf/util/zip/Inflater.cpp -index bb0923f..e0dde29 100644 ---- a/src/main/decaf/util/zip/Inflater.cpp -+++ b/src/main/decaf/util/zip/Inflater.cpp -@@ -20,7 +20,7 @@ - #include - #include - --#include -+#include - - #include - diff --git a/activemq-cpp-local-texmf.patch b/activemq-cpp-local-texmf.patch new file mode 100644 index 0000000..8989a32 --- /dev/null +++ b/activemq-cpp-local-texmf.patch @@ -0,0 +1,24 @@ +diff -uNr activemq-cpp-2.2.6.ORIG/texmf.cnf activemq-cpp-2.2.6/texmf.cnf +--- activemq-cpp-2.2.6.ORIG/texmf.cnf 1970-01-01 01:00:00.000000000 +0100 ++++ activemq-cpp-2.2.6/texmf.cnf 2009-11-07 20:47:00.466113909 +0100 +@@ -0,0 +1,2 @@ ++pool_size = 4000000 ++ +diff -uNr activemq-cpp-2.2.6.ORIG/doxygen-include.am activemq-cpp-2.2.6/doxygen-include.am +--- activemq-cpp-2.2.6.ORIG/doxygen-include.am 2009-01-23 14:56:26.000000000 +0100 ++++ activemq-cpp-2.2.6/doxygen-include.am 2009-11-07 20:52:10.558509912 +0100 +@@ -153,12 +153,12 @@ + rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \ + $(DX_PDFLATEX) refman.tex; \ + $(DX_MAKEINDEX) refman.idx; \ +- $(DX_PDFLATEX) refman.tex; \ ++ TEXMFCNF=.: $(DX_PDFLATEX) refman.tex; \ + countdown=5; \ + while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \ + refman.log > /dev/null 2>&1 \ + && test $$countdown -gt 0; do \ +- $(DX_PDFLATEX) refman.tex; \ ++ TEXMFCNF=.: $(DX_PDFLATEX) refman.tex; \ + countdown=`expr $$countdown - 1`; \ + done; \ + mv refman.pdf ../@PACKAGE@.pdf diff --git a/activemq-cpp.spec b/activemq-cpp.spec index d8d7cec..ce783fc 100644 --- a/activemq-cpp.spec +++ b/activemq-cpp.spec @@ -1,184 +1,307 @@ + +# The normal* variables refer to the standard packaging. +# The compattwo* variables refer to a newer compat packages. +# The compat* variables refer to the compat packages. +%global globrelease 6 + +%global normalver 3.8.3 +%global normalso 18 + +%global compatver 3.2.5 +%global compatso 12 + +%global compattwover 3.4.0 +%global compattwoso 14 + +%global compatthreever 3.7.1 +%global compatthreeso 17 + + + Name: activemq-cpp -Version: 3.9.5 -Release: 5%{?dist} +Version: %{normalver} +Release: %{globrelease}%{?dist} Summary: C++ implementation of JMS-like messaging client -License: Apache-2.0 +Group: Development/Libraries +License: ASL 2.0 URL: http://activemq.apache.org/cms/ -Source0: http://www.apache.org/dist/activemq/activemq-cpp/%{version}/activemq-cpp-library-%{version}-src.tar.gz -Patch: activemq-cpp-3.8.2-system-zlib.patch +Source0: http://www.apache.org/dist/activemq/activemq-cpp/%{normalver}/activemq-cpp-library-%{normalver}-src.tar.gz +Source1: http://www.apache.org/dist/activemq/activemq-cpp/source/activemq-cpp-library-%{compatver}-src.tar.gz +Source2: http://www.apache.org/dist/activemq/activemq-cpp/source/activemq-cpp-library-%{compattwover}-src.tar.gz +Source3: http://www.apache.org/dist/activemq/activemq-cpp/source/activemq-cpp-library-%{compatthreever}-src.tar.gz +# Some local texmf configuration to increase default pool_size. +Patch1: %{name}-local-texmf.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gcc -BuildRequires: gcc-c++ +BuildRequires: doxygen +BuildRequires: graphviz BuildRequires: openssl-devel -BuildRequires: zlib-devel -BuildRequires: apr-util-devel >= 1.3 -BuildRequires: cppunit-devel >= 1.10.2 -BuildRequires: libuuid-devel +%if %{?fedora}%{!?fedora:0} >= 9 || %{?rhel}%{!?rhel:0} >= 6 +BuildRequires: tex(latex) +%else +BuildRequires: tetex-latex +%endif + +BuildRequires: apr-util-devel%{?_isa} >= 1.3 +BuildRequires: cppunit-devel%{?_isa} >= 1.10.2 + +%if %{?fedora}%{!?fedora:0} >= 12 || %{?rhel}%{!?rhel:0} >= 6 +BuildRequires: libuuid-devel%{?_isa} +%else +BuildRequires: e2fsprogs-devel%{?_isa} +%endif %description -activemq-cpp is a JMS-like API for C++ for interfacing with Message -Brokers such as Apache ActiveMQ. C++ messaging service helps to make your -C++ client code much neater and easier to follow. To get a better feel for -CMS try the API Reference. -ActiveMQ-CPP is a client only library, a message broker such as Apache -ActiveMQ is still needed for your clients to communicate. +activemq-cpp is a JMS-like API for C++ for interfacing with Message +Brokers such as Apache ActiveMQ. C++ messaging service helps to make your +C++ client code much neater and easier to follow. To get a better feel for +CMS try the API Reference. +ActiveMQ-CPP is a client only library, a message broker such as Apache +ActiveMQ is still needed for your clients to communicate. %package devel Summary: C++ implementation header files for JMS-like messaging -Requires: %{name} = %{version}-%{release} +Group: Development/Libraries +Requires: %{name} = %{normalver}-%{globrelease}%{?dist} Requires: pkgconfig -Requires: libuuid-devel +%if %{?fedora}%{!?fedora:0} >= 12 || %{?rhel}%{!?rhel:0} >= 6 +Requires: libuuid-devel%{?_isa} +%else +Requires: e2fsprogs-devel%{?_isa} +%endif %description devel -activemq-cpp is a JMS-like API for C++ for interfacing with Message -Brokers such as Apache ActiveMQ. C++ messaging service helps to make +activemq-cpp is a JMS-like API for C++ for interfacing with Message +Brokers such as Apache ActiveMQ. C++ messaging service helps to make your C++ client code much neater and easier to follow. To get a better -feel for CMS try the API Reference. ActiveMQ-CPP is a client only -library, a message broker such as Apache ActiveMQ is still needed -for your clients to communicate. +feel for CMS try the API Reference. ActiveMQ-CPP is a client only +library, a message broker such as Apache ActiveMQ is still needed +for your clients to communicate. %{name}-devel contains development header files. +%package doc +Summary: C++ implementation header files for JMS-like messaging +Group: Documentation +%if %{?fedora}%{!?fedora:0} >= 10 || %{?rhel}%{!?rhel:0} >= 6 +BuildArch: noarch +%endif + +%description doc +activemq-cpp is a JMS-like API for C++ for interfacing with Message +Brokers such as Apache ActiveMQ. C++ messaging service helps to make +your C++ client code much neater and easier to follow. To get a better +feel for CMS try the API Reference. ActiveMQ-CPP is a client only +library, a message broker such as Apache ActiveMQ is still needed +for your clients to communicate. + +%{name}-doc contains api documentation. + +%package compat +Version: %{compatver} +Release: %{globrelease}%{?dist} +Summary: C++ implementation of JMS-like messaging client +Group: Development/Libraries + +%description compat +activemq-cpp is a JMS-like API for C++ for interfacing with Message +Brokers such as Apache ActiveMQ. C++ messaging service helps to make your +C++ client code much neater and easier to follow. To get a better feel for +CMS try the API Reference. +ActiveMQ-CPP is a client only library, a message broker such as Apache +ActiveMQ is still needed for your clients to communicate. + +This package contains activemq-cpp libraries for applications to bind to. + +%package -n activemq-cpp%{compattwover}-compat +Version: %{compattwover} +Release: %{globrelease}%{?dist} +Summary: C++ implementation of JMS-like messaging client +Group: Development/Libraries + +%description -n activemq-cpp%{compattwover}-compat +activemq-cpp is a JMS-like API for C++ for interfacing with Message +Brokers such as Apache ActiveMQ. C++ messaging service helps to make your +C++ client code much neater and easier to follow. To get a better feel for +CMS try the API Reference. +ActiveMQ-CPP is a client only library, a message broker such as Apache +ActiveMQ is still needed for your clients to communicate. + +This package contains activemq-cpp libraries for applications to bind to. + +%package -n activemq-cpp%{compatthreever}-compat +Version: %{compatthreever} +Release: %{globrelease}%{?dist} +Summary: C++ implementation of JMS-like messaging client +Group: Development/Libraries + +%description -n activemq-cpp%{compatthreever}-compat +activemq-cpp is a JMS-like API for C++ for interfacing with Message +Brokers such as Apache ActiveMQ. C++ messaging service helps to make your +C++ client code much neater and easier to follow. To get a better feel for +CMS try the API Reference. +ActiveMQ-CPP is a client only library, a message broker such as Apache +ActiveMQ is still needed for your clients to communicate. + +This package contains activemq-cpp libraries for applications to bind to. + + %prep -%autosetup -n activemq-cpp-library-%{version} -p1 -rm -r src/main/decaf/internal/util/zip +#extract source1 as well 0 , the compat lib. +%setup -q -n activemq-cpp-library-%{normalver} -a 1 -a 2 -a 3 +pushd activemq-cpp-library-%{compatver} +%patch1 -p1 +chmod 644 LICENSE.txt +chmod 644 src/main/activemq/transport/mock/MockTransport.cpp +popd +pushd activemq-cpp-library-%{compattwover} +%patch1 -p1 +chmod 644 LICENSE.txt +chmod 644 src/main/activemq/transport/mock/MockTransport.cpp +popd + +pushd activemq-cpp-library-%{compatthreever} +%patch1 -p1 +chmod 644 LICENSE.txt +chmod 644 src/main/activemq/transport/mock/MockTransport.cpp +popd + + +%patch1 -p1 chmod 644 LICENSE.txt chmod 644 src/main/activemq/transport/mock/MockTransport.cpp -%configure --disable-static - %build -%make_build +pushd activemq-cpp-library-%{compatver} +%configure --disable-static --disable-doxygen-html --enable-doxygen-pdf +make %{?_smp_mflags} +popd +pushd activemq-cpp-library-%{compattwover} +%configure --disable-static --disable-doxygen-html --enable-doxygen-pdf +make %{?_smp_mflags} +popd + +pushd activemq-cpp-library-%{compatthreever} +%configure --disable-static --disable-doxygen-html --enable-doxygen-pdf +make %{?_smp_mflags} +popd + + + +# Build pdf(30MB) rather than default html(400MB). +%configure --disable-static --disable-doxygen-html --enable-doxygen-pdf +make %{?_smp_mflags} +make %{?_smp_mflags} doxygen-run +cp -p texmf.cnf doc/latex/texmf.cnf +make %{?_smp_mflags} doxygen-pdf %install -%make_install -rm %{buildroot}%{_libdir}/lib%{name}.la -rm %{buildroot}%{_bindir}/example +rm -rf $RPM_BUILD_ROOT +pushd activemq-cpp-library-%{compatver} +make install DESTDIR=$RPM_BUILD_ROOT +rm $RPM_BUILD_ROOT/%{_libdir}/lib%{name}.la +rm $RPM_BUILD_ROOT/%{_bindir}/example +# Remove the devel files from the compat package +# we only one the runtime stuff. +rm $RPM_BUILD_ROOT/%{_bindir}/activemqcpp-config +rm -rf $RPM_BUILD_ROOT/%{_includedir}/activemq-cpp-%{compatver} +rm $RPM_BUILD_ROOT/%{_libdir}/libactivemq-cpp.so +rm $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/activemq-cpp.pc +popd +pushd activemq-cpp-library-%{compattwover} +make install DESTDIR=$RPM_BUILD_ROOT +rm $RPM_BUILD_ROOT/%{_libdir}/lib%{name}.la +rm $RPM_BUILD_ROOT/%{_bindir}/example +# Remove the devel files from the compat package +# we only one the runtime stuff. +rm $RPM_BUILD_ROOT/%{_bindir}/activemqcpp-config +rm -rf $RPM_BUILD_ROOT/%{_includedir}/activemq-cpp-%{compattwover} +rm $RPM_BUILD_ROOT/%{_libdir}/libactivemq-cpp.so +rm $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/activemq-cpp.pc +popd + +pushd activemq-cpp-library-%{compatthreever} +make install DESTDIR=$RPM_BUILD_ROOT +rm $RPM_BUILD_ROOT/%{_libdir}/lib%{name}.la +rm $RPM_BUILD_ROOT/%{_bindir}/example +# Remove the devel files from the compat package +# we only one the runtime stuff. +rm $RPM_BUILD_ROOT/%{_bindir}/activemqcpp-config +rm -rf $RPM_BUILD_ROOT/%{_includedir}/activemq-cpp-%{compatthreever} +rm $RPM_BUILD_ROOT/%{_libdir}/libactivemq-cpp.so +rm $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/activemq-cpp.pc +popd + + +make install DESTDIR=$RPM_BUILD_ROOT +rm $RPM_BUILD_ROOT/%{_libdir}/lib%{name}.la +rm $RPM_BUILD_ROOT/%{_bindir}/example + +%clean +rm -rf $RPM_BUILD_ROOT %check -make check - -%ldconfig_scriptlets +make %{?_smp_mflags} check +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig %files -%{_libdir}/lib%{name}.so.* -%license LICENSE.txt -%doc NOTICE.txt README.txt RELEASE_NOTES.txt - +%defattr(-,root,root,-) +%{_libdir}/lib%{name}.so.%{normalso}* +%doc LICENSE.txt NOTICE.txt README.txt RELEASE_NOTES.txt %files devel +%defattr(-,root,root,-) %{_libdir}/lib%{name}.so -%{_includedir}/%{name}-%{version} +%{_includedir}/%{name}-%{normalver} %{_libdir}/pkgconfig/%{name}.pc %{_bindir}/activemqcpp-config +%files doc +%defattr(-,root,root,-) +%doc doc/%{name}.pdf + +%files compat +%defattr(-,root,root,-) +%{_libdir}/lib%{name}.so.%{compatso}* +%doc LICENSE.txt + + +%files -n activemq-cpp%{compattwover}-compat +%defattr(-,root,root,-) +%{_libdir}/lib%{name}.so.%{compattwoso}* +%doc LICENSE.txt + +%files -n activemq-cpp%{compatthreever}-compat +%defattr(-,root,root,-) +%{_libdir}/lib%{name}.so.%{compatthreeso}* +%doc LICENSE.txt + %changelog -* Fri Jan 16 2026 Fedora Release Engineering - 3.9.5-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild - -* Wed Jul 23 2025 Fedora Release Engineering - 3.9.5-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Thu Jan 16 2025 Fedora Release Engineering - 3.9.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Wed Jul 17 2024 Fedora Release Engineering - 3.9.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Wed Apr 03 2024 Jonathan Wright - 3.9.5-1 -- Unorphan package -- Update to 3.9.5 -- Overhaul spec file - -* Wed Jul 24 2019 Fedora Release Engineering - 3.9.4-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jan 31 2019 Fedora Release Engineering - 3.9.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Jul 12 2018 Fedora Release Engineering - 3.9.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Apr 13 2018 Steve Traylen - 3.9.4-1 -- New from upstream -- Add patch for openssl1 - -* Wed Feb 07 2018 Fedora Release Engineering - 3.8.4-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Aug 02 2017 Fedora Release Engineering - 3.8.4-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 3.8.4-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 3.8.4-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Feb 03 2016 Fedora Release Engineering - 3.8.4-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Jun 16 2015 Fedora Release Engineering - 3.8.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat May 02 2015 Kalev Lember - 3.8.4-2 -- Rebuilt for GCC 5 C++11 ABI change - -* Wed Mar 11 2015 Steve Traylen - 3.8.4-1 -- Upstream to 3.8.4 - -* Wed Aug 27 2014 Steve Traylen - 3.8.3-1 +* Wed Aug 27 2014 Steve Traylen - 3.8.3-6 - Upstream to 3.8.3 +- Source URL changed. -* Fri Aug 15 2014 Fedora Release Engineering - 3.8.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 3.8.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Thu May 29 2014 Ville Skyttä - 3.8.2-2 -- Patch to use system zlib instead of bundled one - -* Thu Jan 23 2014 Steve Traylen - 3.8.2-1 +* Sat Oct 29 2011 Steve Traylen - 3.8.2-5 - Upstream to 3.8.2 +- Add another compat package activemq-cpp3.7.0-compat -* Wed Sep 4 2013 Steve Traylen - 3.7.1-1 -- Upstream to 3.7.1 +* Sat Oct 29 2011 Steve Traylen - 3.7.0-1 +- Upstream to 3.7.0 +- Add another compat activemq-cpp3.4.0-compat package. -* Sat Aug 03 2013 Fedora Release Engineering - 3.4.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild +* Sat Oct 29 2011 Steve Traylen - 3.4.0-2 +- Fix rhbz#757629 and bump 3.2.5-3 compat package. -* Wed Feb 13 2013 Fedora Release Engineering - 3.4.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Sep 16 2012 Steve Traylen - 3.4.4-1 -- Upstream to 3.4.4 - -* Wed Jul 18 2012 Fedora Release Engineering - 3.4.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Tue Feb 28 2012 Fedora Release Engineering - 3.4.1-2 -- Rebuilt for c++ ABI breakage - -* Sun Feb 12 2012 Steve Traylen - 3.4.1-1 -- Upstream to 3.4.1 -- Add patch for gcc47, AMQCPP-389 - -* Thu Jan 12 2012 Fedora Release Engineering - 3.4.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Sun Jul 10 2011 Steve Traylen - 3.4.0-1 -- Upstream to 3.4.0 - -* Mon Apr 18 2011 Steve Traylen - 3.3.0-1 -- Upstream to 3.3.0 +* Sat Oct 29 2011 Steve Traylen - 3.4.0-1 +- Upstream to 3.4.0 and add a 3.2.5-2 compat package. * Mon Mar 7 2011 Steve Traylen - 3.2.5-1 - autoconf step removed. diff --git a/sources b/sources index fc0102a..0e497bf 100644 --- a/sources +++ b/sources @@ -1 +1,4 @@ -SHA512 (activemq-cpp-library-3.9.5-src.tar.gz) = 6481974f079b63f78fa9988726a544e86206c535066621068dae4e0856316219f92f4ead032431fa3d11a90e496e6d23b7f0f0183e44b4f51d47a98c82dc9078 +47341f057cee34997ca826f526e3f681 activemq-cpp-library-3.2.5-src.tar.gz +1e476bb5e8b98d095c0ac917ebd31026 activemq-cpp-library-3.4.0-src.tar.gz +2a577ef3f900bd2735a32398366088ff activemq-cpp-library-3.7.1-src.tar.gz +065a9ea9b279e512cd96a985869bd697 activemq-cpp-library-3.8.3-src.tar.gz