Gah. Okay, this time I built it in mock, and all the BR should be squared

away...
This commit is contained in:
Jarod Wilson 2007-06-15 21:31:01 +00:00
parent 5e708addcf
commit 256b30c6c7

View File

@ -9,7 +9,7 @@
Summary: Round Robin Database Tool to store and display time-series data
Name: rrdtool
Version: 1.2.999
Release: 0.1.%{svnrev}%{?dist}
Release: 0.2.%{svnrev}%{?dist}
License: GPL
Group: Applications/Databases
URL: http://oss.oetiker.ch/rrdtool/
@ -21,7 +21,7 @@ Patch0: rrdtool-1.2.999-php.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gcc-c++, openssl-devel, freetype-devel
BuildRequires: libpng-devel, zlib-devel, cairo-devel, pango-devel
BuildRequires: perl-ExtUtils-MakeMaker, libtool
BuildRequires: perl-ExtUtils-MakeMaker, libtool, groff
%if "%{?fedora}" >= "7"
BuildRequires: perl-devel
%endif
@ -316,6 +316,9 @@ find examples/ -type f -exec chmod 0644 {} \;
%endif
%changelog
* Fri Jun 15 2007 Jarod Wilson <jwilson@redhat.com> 1.2.999-0.2.r1127
- Fix up BuildRequires
* Fri Jun 15 2007 Jarod Wilson <jwilson@redhat.com> 1.2.999-0.1.r1127
- Update to rrdtool pre-1.3 svn snapshot (svn r1127)