[xorg-x11-drv-apm] ABI magic

Adam Jackson ajax at fedoraproject.org
Wed Oct 27 15:52:03 UTC 2010


commit 57c60141cca5e0dcc37582f2fdd7add7fadb7fab
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Oct 27 11:52:03 2010 -0400

    ABI magic

 xorg-x11-drv-apm.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-drv-apm.spec b/xorg-x11-drv-apm.spec
index 04f5b97..2a548bb 100644
--- a/xorg-x11-drv-apm.spec
+++ b/xorg-x11-drv-apm.spec
@@ -5,11 +5,10 @@
 Summary:   Xorg X11 apm video driver
 Name:      xorg-x11-drv-apm
 Version: 1.2.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
 Source1:   apm.xinf
@@ -18,7 +17,8 @@ ExcludeArch: s390 s390x
 
 BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6
 
-Requires:  xorg-x11-server-Xorg >= 1.3.0.0-6
+Requires:  Xorg %(xserver-sdk-abi-requires ansic)
+Requires:  Xorg %(xserver-sdk-abi-requires videodrv)
 Requires:  hwdata
 
 %description 
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/apm.4*
 
 %changelog
+* Wed Oct 27 2010 Adam Jackson <ajax at redhat.com> 1.2.3-2
+- Add ABI requires magic. (#542742)
+
 * Sun Jul 25 2010 Peter Hutterer <peter.hutterer at redhat.com> 1.2.3-1
 - rebase to upstream release 1.2.3
 


More information about the scm-commits mailing list