Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
RPM: Ensure we depend correctly on libuuid-devel at build time.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.4.x@1207609 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
minfrin committed Nov 28, 2011
1 parent b81b102 commit 33b0df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/rpm/apr-util.spec.in
Expand Up @@ -11,7 +11,7 @@ URL: http://apr.apache.org/
Source0: http://www.apache.org/dist/apr/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: autoconf, libtool, doxygen, apr-devel >= 1.4.0
BuildRequires: expat-devel
BuildRequires: expat-devel, libuuid-devel

%description
The mission of the Apache Portable Runtime (APR) is to provide a
Expand Down

0 comments on commit 33b0df5

Please sign in to comment.