Upstream to 3.0.1
This commit is contained in:
parent
d05fe1a2db
commit
21666b82d3
2 changed files with 10 additions and 7 deletions
|
|
@ -1,12 +1,12 @@
|
|||
Name: activemq-cpp
|
||||
Version: 2.2.6
|
||||
Release: 5%{?dist}
|
||||
Version: 3.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: C++ implementation of JMS-like messaging client
|
||||
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0
|
||||
URL: http://activemq.apache.org/cms/
|
||||
Source0: http://www.apache.org/dyn/closer.cgi/activemq/activemq-cpp/source/activemq-cpp-%{version}-src.tar.gz
|
||||
Source0: http://www.apache.org/dist/activemq/activemq-cpp/source/activemq-cpp-library-%{version}-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)
|
||||
|
|
@ -82,13 +82,13 @@ for your clients to communicate.
|
|||
%{name}-doc contains api documentation.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n activemq-cpp-library-%{version}
|
||||
%patch1 -p1
|
||||
|
||||
chmod 644 LICENSE.txt
|
||||
chmod 644 src/main/activemq/transport/mock/MockTransport.cpp
|
||||
|
||||
|
||||
%build
|
||||
mkdir config
|
||||
./autogen.sh
|
||||
# Build pdf(30MB) rather than default html(400MB).
|
||||
%configure --disable-static --disable-doxygen-html --enable-doxygen-pdf
|
||||
|
|
@ -130,6 +130,9 @@ make %{?_smp_mflags} check
|
|||
%doc doc/%{name}.pdf
|
||||
|
||||
%changelog
|
||||
* Fri Dec 11 2009 Steve Traylen <steve.traylen@cern.ch> - 3.0.1-1
|
||||
- Upstream to 3.0.1
|
||||
- Tar ball name change.
|
||||
* Fri Dec 11 2009 Steve Traylen <steve.traylen@cern.ch> - 2.2.6-5
|
||||
- Add libuuid-devel as Requires to -devel package.
|
||||
* Sat Nov 14 2009 Steve Traylen <steve.traylen@cern.ch> - 2.2.6-4
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
1222f0d6c5f86ef3ed5a558a533c7564 activemq-cpp-2.2.6-src.tar.gz
|
||||
b917d8a27841e9ab0aeeb2297f771447 activemq-cpp-library-3.0.1-src.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue