- Fix BuildRequires.
This commit is contained in:
parent
8fb6790fb7
commit
2f85cd60a2
@ -1,7 +1,7 @@
|
||||
Summary: X.Org X11 libXrandr runtime library
|
||||
Name: libXrandr
|
||||
Version: 1.2.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Source0: http://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: xorg-x11-proto-devel
|
||||
BuildRequires: randrproto >= 1.2.1
|
||||
BuildRequires: pkgconfig(randrproto) >= 1.2.1
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXrender-devel
|
||||
@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 10 2008 Adam Jackson <ajax@redhat.com> 1.2.3-2
|
||||
- Fix BuildRequires.
|
||||
|
||||
* Thu Sep 04 2008 Adam Jackson <ajax@redhat.com> 1.2.3-1
|
||||
- libXrandr 1.2.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user