SHA256
1
0
forked from pool/luit

- switched to fontenc instead of iconv (includes support for CJK)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/luit?expand=0&rev=8
This commit is contained in:
Stefan Dirsch 2012-10-15 14:09:26 +00:00 committed by Git OBS Bridge
parent aca4c37ae5
commit ae7e13ef55
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 15 14:05:58 UTC 2012 - sndirsch@suse.com
- switched to fontenc instead of iconv (includes support for CJK)
-------------------------------------------------------------------
Mon Oct 15 08:29:03 UTC 2012 - sndirsch@suse.com

View File

@ -28,8 +28,9 @@ Source0: %{name}-%{_version}.tar.bz2
# PATCH-FIX-UPSTREAM u_luit-Set-up-terminal-before-fork.diff fdo#48638 -- Set up terminal before fork
Patch0: u_luit-Set-up-terminal-before-fork.diff
BuildRequires: pkg-config
#BuildRequires: pkgconfig(fontenc)
#BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(fontenc)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(zlib)
# This was part of the xorg-x11 package up to version 7.6
Conflicts: xorg-x11 <= 7.6
BuildRoot: %{_tmppath}/%{name}-%{version}-build