Compare commits

..

No commits in common. "38de3d196b6d4be9fd64f319614b16a7b5c3349b" and "683db154b2a3230779ca520cbcf93c113eb2bd4f" have entirely different histories.

3 changed files with 3 additions and 56 deletions

View File

@ -1,32 +0,0 @@
From 4590ef4cb64b9a2fc45b82bd06a6358ff3aed1f3 Mon Sep 17 00:00:00 2001
From: Michael Biebl <biebl@debian.org>
Date: Thu, 20 Oct 2016 19:14:14 +0200
Subject: [PATCH] autogen.sh: Drop intltool requirement
intltool is not used by libxklavier.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=98363
---
autogen.sh | 6 ------
1 file changed, 6 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index c0b4dcf..279d1e9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,12 +13,6 @@ if test -z $GTKDOCIZE; then
exit 1
fi
-INTLTOOLIZE=`which intltoolize`
-if test -z $INTLTOOLIZE; then
- echo "*** No intltoolize found, please install the intltool package ***"
- exit 1
-fi
-
AUTORECONF=`which autoreconf`
if test -z $AUTORECONF; then
echo "*** No autoreconf found, please install it ***"
--
2.9.3

View File

@ -1,15 +1,13 @@
Name: libxklavier
Version: 5.4
Release: 22
Release: 18
Summary: Library with X keyboard related functions
License: LGPLv2+
URL: https://www.freedesktop.org/wiki/Software/LibXklavier
Source0: http://people.freedesktop.org/~svu/%{name}-%{version}.tar.bz2
Patch9001: autogen.sh-Drop-intltool-requirement.patch
BuildRequires: make libX11-devel libxml2-devel iso-codes-devel glib2-devel libxkbfile-devel
BuildRequires: libXi-devel gobject-introspection-devel
BuildRequires: libXi-devel gdb gobject-introspection-devel
Requires: iso-codes
%description
@ -30,12 +28,9 @@ applications that require these.
%autosetup -n %{name}-%{version} -p1
%build
%configure --with-xkb-base='%{_datadir}/X11/xkb' --with-xkb-bin-base='%{_bindir}' --disable-vala
%configure --with-xkb-base='%{_datadir}/X11/xkb' --with-xkb-bin-base='%{_bindir}'
%make_build
%check
make check
%install
%make_install
%delete_la_and_a
@ -62,18 +57,6 @@ make check
%{_datadir}/gtk-doc/*
%changelog
* Tue Feb 28 2023 zhouwenpei <zhouwenpei@h-partners.com> - 5.4-22
- disable vala to fix build error
* Tue Sep 6 2022 kouwenqi <kouwenqi@kylinos.cn> - 5.4-21
- Drop intltool requirement from autogen.sh
* Wed Apr 6 2022 liuyumeng1 <liuyumeng5@h-partners.com> -5.4-20
- enable tests
* Wed Jul 21 2021 yushaogui <yushaogui@huawei.com> - 5.4-19
- delete a buildrequires for gdb
* Sat Mar 21 2020 yanglijin <yanglijin@huawei.com> - 5.4-18
- modify buildrequires

View File

@ -1,4 +0,0 @@
version_control: git
src_repo: https://anongit.freedesktop.org/git/libxklavier
tag_prefix: ^libxklavier-
seperator: .