Accepting request 1031543 from M17N
OBS-URL: https://build.opensuse.org/request/show/1031543 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwnn?expand=0&rev=28
This commit is contained in:
commit
e13940d2c7
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 25 13:52:29 UTC 2022 - Matthias Gerstner <matthias.gerstner@suse.com>
|
||||
|
||||
- Fix generation of debuginfo packages. The IMake based build system by
|
||||
default strips binaries during `make install` phase already. Avoid this by
|
||||
overriding the corresponding make variable.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 07:16:15 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||
|
||||
|
10
fwnn.spec
10
fwnn.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fwnn
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@ Release: 0
|
||||
Summary: FreeWnn Japanese Input System--Server Only
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/I18n/Japanese
|
||||
Url: http://freewnn.sourceforge.jp/
|
||||
URL: http://freewnn.sourceforge.jp/
|
||||
# Upstream hasn't released tarball yet.
|
||||
# I entered the following commands.
|
||||
# cvs -d :pserver:anonymous@cvs.osdn.net:/cvsroot/freewnn export -r freewnn-1-1-1-a023-1 -d FreeWnn-1.1.1-a023.1 FreeWnn
|
||||
@ -186,6 +186,8 @@ Provides: fwknndev = %{version}-%{release}
|
||||
This package contains the header files and libraries for building
|
||||
client programs that use the Korean Input System, Free kWnn.
|
||||
|
||||
|
||||
|
||||
######################################################################
|
||||
# package xwnmo
|
||||
# I don't know how to build xwnmo. Will try that later ...
|
||||
@ -238,7 +240,7 @@ make
|
||||
#popd
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||
make DESTDIR=%{buildroot} INSTPGMFLAGS= install %{?_smp_mflags}
|
||||
make install.man DESTDIR=%{buildroot}
|
||||
#pushd Wnn/uum
|
||||
#make install DESTDIR=$RPM_BUILD_ROOT INSTPGMFLAGS=
|
||||
|
Loading…
Reference in New Issue
Block a user