ABI magic
This commit is contained in:
parent
b620125f0a
commit
4bf6996565
@ -8,11 +8,10 @@
|
|||||||
Summary: Xorg X11 wacom input driver
|
Summary: Xorg X11 wacom input driver
|
||||||
Name: xorg-x11-drv-wacom
|
Name: xorg-x11-drv-wacom
|
||||||
Version: 0.10.8
|
Version: 0.10.8
|
||||||
Release: 2%{?gitdate:.%{gitdate}}%{?dist}
|
Release: 3%{?gitdate:.%{gitdate}}%{?dist}
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/X Hardware Support
|
Group: User Interface/X Hardware Support
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
%if 0%{?gitdate}
|
%if 0%{?gitdate}
|
||||||
Source0: %{tarball}-%{gitdate}.tar.bz2
|
Source0: %{tarball}-%{gitdate}.tar.bz2
|
||||||
@ -27,8 +26,8 @@ BuildRequires: xorg-x11-server-sdk >= 1.7.0
|
|||||||
BuildRequires: xorg-x11-util-macros >= 1.3.0
|
BuildRequires: xorg-x11-util-macros >= 1.3.0
|
||||||
BuildRequires: libX11-devel libXi-devel
|
BuildRequires: libX11-devel libXi-devel
|
||||||
|
|
||||||
Requires: xorg-x11-server-Xorg >= 1.8.0-6
|
Requires: Xorg %(xserver-sdk-abi-requires ansic)
|
||||||
Requires: libX11 libXi
|
Requires: Xorg %(xserver-sdk-abi-requires xinput)
|
||||||
Requires: udev
|
Requires: udev
|
||||||
|
|
||||||
Provides: linuxwacom = %{version}-%{release}
|
Provides: linuxwacom = %{version}-%{release}
|
||||||
@ -97,6 +96,9 @@ X.Org X11 wacom input driver development files.
|
|||||||
%{_bindir}/isdv4-serial-debugger
|
%{_bindir}/isdv4-serial-debugger
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 27 2010 Adam Jackson <ajax@redhat.com> 0.10.8-3
|
||||||
|
- Add ABI requires magic (#542742)
|
||||||
|
|
||||||
* Mon Aug 02 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.8-2
|
* Mon Aug 02 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.8-2
|
||||||
- Update to today's git snapshot.
|
- Update to today's git snapshot.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user