Blame SOURCES/xserver-sdk-abi-requires.git

70130e
#!/bin/sh
70130e
#
70130e
# The X server provides capabilities of the form:
70130e
#
70130e
# Provides: xserver-abi(ansic-0) = 4
70130e
#
70130e
# for an ABI version of 0.4.  The major number is encoded into the name so
70130e
# that major number changes force upgrades.  If we didn't, then
70130e
#
70130e
# Requires: xserver-abi(ansic) >= 0.4
70130e
#
70130e
# would also match 1.0, which is wrong since major numbers mean an ABI break.
70130e
70130e
echo "xserver-abi($1-@MAJOR@) >= @MINOR@"