- Require util-macros >= 1.5

This commit is contained in:
Peter Hutterer 2010-07-08 01:59:27 +00:00
parent fd0b1ad810
commit 72b7ab3009

View File

@ -3,7 +3,7 @@
Name: mtdev
Version: 1.0.1
Release: 1.%{?gitdate}%{?dist}
Release: 2.%{?gitdate}%{?dist}
Summary: Multitouch Protocol Translation Library
Group: System Environment/Libraries
@ -17,6 +17,7 @@ Source2: commitid
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: autoconf automake libtool
BuildRequires: xorg-x11-util-macros >= 1.5.0-1
%description
%{name} is a stand-alone library which transforms all variants of kernel MT
@ -65,5 +66,8 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/mtdev.pc
%changelog
* Thu Jul 08 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.0.1-2.20100706
- Require util-macros >= 1.5
* Tue Jul 06 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.0.1-1.20100706
- Initial package