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

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