xkeyboard-config 2.2.1, 2.2 had a broken configure check
Add new BR and don't disable build/runtime deps checks
This commit is contained in:
parent
919692e042
commit
0b86971adc
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ xkeyboard-config-1.9.tar.bz2
|
||||
/xkeyboard-config-2.1.tar.bz2
|
||||
/xkeyboard-config-20110311.tar.bz2
|
||||
/xkeyboard-config-2.2.tar.bz2
|
||||
/xkeyboard-config-2.2.1.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
06e37ed48dce3d979d9075d1aab29f87 xkeyboard-config-2.2.tar.bz2
|
||||
1867472501d13594d5ca17e696cc09ca xkeyboard-config-2.2.1.tar.bz2
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
Summary: X Keyboard Extension configuration data
|
||||
Name: xkeyboard-config
|
||||
Version: 2.2
|
||||
Version: 2.2.1
|
||||
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
|
||||
License: MIT
|
||||
Group: User Interface/X
|
||||
@ -30,6 +30,7 @@ BuildRequires: gettext
|
||||
BuildRequires: git-core
|
||||
BuildRequires: automake autoconf libtool pkgconfig
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: xorg-x11-proto-devel libX11-devel
|
||||
|
||||
%description
|
||||
This package contains configuration data used by the X Keyboard Extension
|
||||
@ -69,7 +70,6 @@ fi
|
||||
intltoolize
|
||||
autoreconf -v --install || exit 1
|
||||
%configure \
|
||||
--disable-runtime-deps \
|
||||
--enable-compat-rules \
|
||||
--with-xkb-base=%{_datadir}/X11/xkb \
|
||||
--disable-xkbcomp-symlink \
|
||||
@ -105,6 +105,10 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/X11/xkb/compiled
|
||||
%{_datadir}/pkgconfig/xkeyboard-config.pc
|
||||
|
||||
%changelog
|
||||
* Wed Apr 06 2011 Peter Hutterer <peter.hutterer@redhat.com> 2.2.1-1
|
||||
- xkeyboard-config 2.2.1, 2.2 had a broken configure check
|
||||
- Add new BR and don't disable build/runtime deps checks
|
||||
|
||||
* Mon Apr 04 2011 Peter Hutterer <peter.hutterer@redhat.com> 2.2-1
|
||||
- xkeyboard-config 2.2
|
||||
- reinstate the git bits removed in previous commit
|
||||
|
Loading…
Reference in New Issue
Block a user