~ubuntu-branches/ubuntu/saucy/apr-util/saucy-proposed

« back to all changes in this revision

Viewing changes to apr-util.spec

  • Committer: Bazaar Package Importer
  • Author(s): Peter Samuelson, Stefan Fritsch, Peter Samuelson
  • Date: 2009-08-06 13:21:48 UTC
  • mfrom: (4.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090806132148-0n94v8692wgufsbc
Tags: 1.3.9+dfsg-1
[ Stefan Fritsch ]
* Enable -fstack-protector for arm/armel. A workaround has been added to
  gcc.
* Remove obsolete libmysqlclient15off dependency. Update build-dep to
  libmysqlclient-dev.

[ Peter Samuelson ]
* New upstream security release.
  - Fix CVE-2009-2412, overflow in RMM allocations due to alignment.
* Add myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
Summary: Apache Portable Runtime Utility library
5
5
Name: apr-util
6
 
Version: 1.3.8
 
6
Version: 1.3.9
7
7
Release: 1
8
8
License: Apache Software License
9
9
Group: System Environment/Libraries
11
11
Source0: http://www.apache.org/dist/apr/%{name}-%{version}.tar.bz2
12
12
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
13
13
BuildPrereq: autoconf, libtool, doxygen, apr-devel >= 1.3.0
14
 
BuildPrereq: db4-devel, expat-devel
 
14
BuildPrereq: expat-devel
15
15
 
16
16
%description
17
17
The mission of the Apache Portable Runtime (APR) is to provide a
90
90
%description ldap
91
91
This package provides the LDAP support for the apr-util.
92
92
 
 
93
%package dbm
 
94
Group: Development/Libraries
 
95
Summary: APR utility library DBM support
 
96
BuildRequires: db4-devel
 
97
Requires: apr-util = %{version}-%{release}
 
98
 
 
99
%description dbm
 
100
This package provides the dbm support for the apr-util.
 
101
 
93
102
%prep
94
103
%setup -q
95
104
 
106
115
# Run non-interactive tests
107
116
pushd test
108
117
make %{?_smp_mflags} all CFLAGS=-fno-strict-aliasing
109
 
./testall -v || exit 1
 
118
make check || exit 1
110
119
popd
111
120
 
112
121
%install
156
165
%defattr(-,root,root,-)
157
166
%{_libdir}/apr-util-%{apuver}/apr_ldap*
158
167
 
 
168
%files dbm
 
169
%defattr(-,root,root,-)
 
170
%{_libdir}/apr-util-%{apuver}/apr_dbm_db*
 
171
 
159
172
%files devel
160
173
%defattr(-,root,root,-)
161
174
%{_bindir}/apu-%{apuver}-config