Drop some white space

This commit is contained in:
Steve Traylen 2014-05-30 12:38:07 +00:00
commit 33ffad74f8
2 changed files with 185 additions and 6 deletions

View file

@ -2,20 +2,20 @@
Name: activemq-cpp
Version: 3.8.2
Release: 1%{?dist}
Release: 2%{?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/dist/activemq/activemq-cpp/source/activemq-cpp-library-%{version}-src.tar.gz
%if %{?with_docs}0
Patch0: activemq-cpp-3.8.2-system-zlib.patch
# Some local texmf configuration to increase default pool_size.
Patch1: activemq-cpp-local-texmf.patch
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: openssl-devel
BuildRequires: zlib-devel
%if %{?with_docs}0
BuildRequires: doxygen
BuildRequires: graphviz
@ -53,9 +53,6 @@ Requires: libuuid-devel%{?_isa}
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
@ -87,6 +84,8 @@ for your clients to communicate.
%prep
%setup -q -n activemq-cpp-library-%{version}
%patch0 -p1
rm -r src/main/decaf/internal/util/zip
%if %{?with_docs}0
%patch1 -p1
%endif
@ -143,6 +142,9 @@ make %{?_smp_mflags} check
%endif
%changelog
* Thu May 29 2014 Ville Skyttä <ville.skytta@iki.fi> - 3.8.2-2
- Patch to use system zlib instead of bundled one
* Thu Jan 23 2014 Steve Traylen <steve.traylen@cern.ch> - 3.8.2-1
- Upstream to 3.8.2