|
@@ -3,13 +3,14 @@ Summary(ja): キーボードを変更するためのグラフィカルインタ
|
|
Name: system-config-keyboard
|
|
Name: system-config-keyboard
|
|
Epoch: 1
|
|
Epoch: 1
|
|
Version: 1.3.1
|
|
Version: 1.3.1
|
|
-Release: 3%{?_dist_release}
|
|
|
|
|
|
+Release: 4%{?_dist_release}
|
|
URL: https://fedorahosted.org/system-config-keyboard/
|
|
URL: https://fedorahosted.org/system-config-keyboard/
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
|
|
|
|
Source0: https://fedorahosted.org/releases/s/y/system-config-keyboard/%{name}-%{version}.tar.gz
|
|
Source0: https://fedorahosted.org/releases/s/y/system-config-keyboard/%{name}-%{version}.tar.gz
|
|
|
|
|
|
Patch1: system-config-keyboard-1.3.1-donot-modify-xorgconf.patch
|
|
Patch1: system-config-keyboard-1.3.1-donot-modify-xorgconf.patch
|
|
|
|
+Patch2: system-config-keyboard-1.3.1-no-dbus.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
@@ -26,7 +27,8 @@ Requires: usermode >= 1.36
|
|
Requires: rhpl >= 0.53
|
|
Requires: rhpl >= 0.53
|
|
Requires: pyxf86config
|
|
Requires: pyxf86config
|
|
Requires: firstboot
|
|
Requires: firstboot
|
|
-Prereq: gtk2 >= 2.6
|
|
|
|
|
|
+Requires(post): gtk2
|
|
|
|
+Requires(postun): gtk2
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -43,6 +45,7 @@ the user to change the default keyboard of the system.
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
%patch1 -p1
|
|
%patch1 -p1
|
|
|
|
+%patch2 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
%{__make}
|
|
%{__make}
|
|
@@ -89,6 +92,11 @@ fi
|
|
%{python_sitelib}/system_config_keyboard
|
|
%{python_sitelib}/system_config_keyboard
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon May 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-4
|
|
|
|
+- fix patch1
|
|
|
|
+- add patch2 to work in anaconda
|
|
|
|
+- use Require(post) instead of PreReq
|
|
|
|
+
|
|
* Wed Apr 20 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-3
|
|
* Wed Apr 20 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-3
|
|
- rebuild for Vine 6
|
|
- rebuild for Vine 6
|
|
|
|
|