SHA256
1
0
forked from pool/gucharmap

Accepting request 451990 from GNOME:Factory

1

OBS-URL: https://build.opensuse.org/request/show/451990
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gucharmap?expand=0&rev=85
This commit is contained in:
Dominique Leuenberger 2017-01-27 09:43:03 +00:00 committed by Git OBS Bridge
commit 45a2eb43fd
4 changed files with 49 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80141d3e892c3c4812c1a8fad8f89978559ef19e933843267e6e9a5524c09ec9
size 2031560

3
gucharmap-9.0.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:723ea92c8e877beae3986432b8e002807c6c2d1140590dff1c5bff34bb6ed265
size 1023120

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Wed Nov 9 14:34:56 UTC 2016 - dimstar@opensuse.org
- Update to version 9.0.2:
+ Add korean hangul and vietnamese pronunciations (bgo#773380).
+ Updated translations.
-------------------------------------------------------------------
Wed Sep 21 20:49:42 UTC 2016 - zaitor@opensuse.org
- Update to version 9.0.1:
+ a11y: Fix introspection dump.
+ Updated translations.
- Changes from version 9.0.0
+ Update to Unicode 9.0.0 release.
- Changes from version 8.0.0:
+ Gucharmap no longer includes Unicode data. Instead the data is
generated a build time from the unicode source data, which can
either be downloaded from unicode.org, or be provided in a
directory specified by the --with-unicode-data=DIRECTORY
configure switch.
- Conditionally apply translations-update-upstream BuildRequires
and macro for non-openSUSE only.
- Stop passing V=1, we do debugging locally.
- Drop scrollkeeper BuildRequires, and stop passing
--disable-scrollkeeper to configure, no longer needed nor
recognized.
- Add gettext, unicode-ucd, unicode-ucd-unihan, unzip and perl(env)
BuildRequires: New dependencies.
- Pass --with-unicode-data to configure following upstreams
changes.
- Drop old FIXME note that is not applicable anymore.
-------------------------------------------------------------------
Mon May 2 20:54:00 UTC 2016 - mgorse@suse.com

View File

@ -22,25 +22,30 @@
%define pc_api 2.90
Name: gucharmap
Version: 3.18.2
Version: 9.0.2
Release: 0
# FIXME vala bindings are currently disabled by upstream and not supposed to auto-enable
Summary: A Featureful Unicode Character Map
License: GPL-3.0+ and LGPL-2.1+
Group: System/GUI/GNOME
Url: http://gucharmap.sourceforge.net/
Source: http://download.gnome.org/sources/gucharmap/3.18/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/gucharmap/9.0/%{name}-%{version}.tar.xz
BuildRequires: appdata-tools
BuildRequires: fdupes
BuildRequires: gettext
BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc
BuildRequires: gtk3-devel >= 3.4.0
BuildRequires: intltool
BuildRequires: libxml2-tools
BuildRequires: scrollkeeper
%if !0%{?is_opensuse}
BuildRequires: translation-update-upstream
%endif
BuildRequires: unicode-ucd
BuildRequires: unicode-ucd-unihan
BuildRequires: unzip
BuildRequires: update-desktop-files
BuildRequires: yelp-tools
BuildRequires: perl(Env)
BuildRequires: pkgconfig(gio-2.0) >= 2.32.0
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -81,15 +86,17 @@ to develop applications that require these.
%lang_package
%prep
%setup -q
%if !0%{?is_opensuse}
translation-update-upstream
%endif
%build
%configure --disable-static --with-pic \
--disable-scrollkeeper \
--enable-gtk-doc \
--with-gtk=3.0 \
--with-unicode-data=%{_datadir}/unicode/ucd \
--enable-introspection
make %{?_smp_mflags} V=1
make %{?_smp_mflags}
%install
%makeinstall