~ubuntu-branches/ubuntu/trusty/apr-util/trusty

« back to all changes in this revision

Viewing changes to apr-util.spec

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur
  • Date: 2009-03-26 22:25:48 UTC
  • mto: (4.1.1 squeeze) (20.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20090326222548-v103269kb84vo0ub
Tags: upstream-1.3.4+dfsg
ImportĀ upstreamĀ versionĀ 1.3.4+dfsg

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.2.12
 
6
Version: 1.3.4
7
7
Release: 1
8
8
License: Apache Software License
9
9
Group: System Environment/Libraries
45
45
%check
46
46
# Run non-interactive tests
47
47
pushd test
48
 
make %{?_smp_mflags} testall CFLAGS=-fno-strict-aliasing
 
48
make %{?_smp_mflags} all CFLAGS=-fno-strict-aliasing
49
49
./testall -v || exit 1
50
50
popd
51
51