BR: libtool

This commit is contained in:
Tom Callaway 2007-07-09 15:18:51 +00:00
parent cd98ed6817
commit e0c9a42d63

View File

@ -1,6 +1,6 @@
Name: libpaper
Version: 1.1.21
Release: 1%{?dist}
Release: 1%{?dist}.1
Summary: Library and tools for handling papersize
Group: System Environment/Libraries
License: GPL
@ -8,7 +8,7 @@ URL: http://packages.qa.debian.org/libp/libpaper.html
Source0: http://ftp.debian.org/debian/pool/main/libp/libpaper/%{name}_%{version}.tar.gz
Patch0: libpaper-1.1.20-automake_1.10.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: automake, gettext
BuildRequires: libtool, gettext
%description
The paper library and accompanying files are intended to provide a
@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Mon Jul 09 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.1.21-1.1
- BR: libtool
* Mon Jul 09 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.1.21-1
- bump to 1.1.21
- fix automake bug (bz 247458)