- add missing build require
This commit is contained in:
parent
d6583c18e6
commit
fa77dfcc07
@ -1,6 +1,6 @@
|
||||
Name: libtdb
|
||||
Version: 1.2.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Group: System Environment/Daemons
|
||||
Summary: The tdb library
|
||||
License: LGPLv3+
|
||||
@ -10,6 +10,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: docbook-style-xsl
|
||||
|
||||
%description
|
||||
A library that implements a trivial database.
|
||||
@ -78,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Wed Feb 24 2010 Simo Sorce <ssorce@redhat.com> - 1.2.1-3
|
||||
- add missing build require
|
||||
|
||||
* Wed Feb 24 2010 Simo Sorce <ssorce@redhat.com> - 1.2.1-2
|
||||
- Fix spec file
|
||||
- Package manpages too
|
||||
|
Loading…
Reference in New Issue
Block a user