From 782e0a3e21165da9779851f0e984be59e603afe2565e5267fc11b334d1c656f1 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Tue, 29 Dec 2009 23:17:50 +0000 Subject: [PATCH] Accepting request 27736 from M17N Copy from M17N/fwnn based on submit request 27736 from user tiwai OBS-URL: https://build.opensuse.org/request/show/27736 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwnn?expand=0&rev=6 --- fwnn.changes | 5 +++ fwnn.spec | 114 ++++++--------------------------------------------- 2 files changed, 18 insertions(+), 101 deletions(-) diff --git a/fwnn.changes b/fwnn.changes index 5b894ea..35aa500 100644 --- a/fwnn.changes +++ b/fwnn.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 18 15:47:12 CET 2009 - jengelh@medozas.de + +- enable parallel building + ------------------------------------------------------------------- Fri Aug 29 01:00:22 CEST 2008 - cthiel@suse.de diff --git a/fwnn.spec b/fwnn.spec index 8ab7415..4a68165 100644 --- a/fwnn.spec +++ b/fwnn.spec @@ -1,7 +1,7 @@ # # spec file for package fwnn (Version 1.1.1a017) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,14 +22,14 @@ Name: fwnn BuildRequires: ncurses-devel termcap %define base_version 1.1.1 %define alpha_version a017 -License: GPL v2 or later +License: GPLv2+ Group: System/I18n/Japanese Requires: fwnncom Conflicts: wnn6 PreReq: /usr/sbin/useradd %insserv_prereq %fillup_prereq AutoReqProv: on Version: 1.1.1a017 -Release: 672 +Release: 680 Url: http://www.freewnn.org BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: FreeWnn Japanese Input System--Server Only @@ -99,7 +99,7 @@ This package contains only the Japanese server. %package -n fwnn-devel -License: GPL v2 or later +License: GPLv2+ Group: Development/Libraries/C and C++ Summary: Development Library and Header Files for FreeWnn Provides: fwnndev @@ -117,7 +117,7 @@ client programs which use FreeWnn for Japanese input. %package -n fwnncom -License: GPL v2 or later +License: GPLv2+ Summary: Common Files for FreeWnn Group: System/I18n/Japanese PreReq: /usr/sbin/useradd @@ -130,7 +130,7 @@ of the Wnn System. %package -n fcwnn -License: GPL v2 or later +License: GPLv2+ Group: System/I18n/Chinese Requires: fwnncom, fcwnncom PreReq: /usr/sbin/useradd fcwnncom @@ -146,7 +146,7 @@ Free cWnn Chinese Input System (mainland China). %package -n fcwnncom -License: GPL v2 or later +License: GPLv2+ Summary: Free cWnn/tWnn Chinese Input System Common Files (Mainland and Taiwan) Group: System/I18n/Chinese Requires: fwnncom @@ -160,7 +160,7 @@ is for Taiwan-Chinese. %package -n fcwnndev -License: GPL v2 or later +License: GPLv2+ Group: Development/Libraries/C and C++ Summary: Development Libraries and Header Files for Free cWnn # Summary(ja): Free cWnn 用開発ライブラリとヘッダファイル @@ -176,7 +176,7 @@ client programs that use the Chinese Input System, Free cWnn. %package -n ftwnn -License: GPL v2 or later +License: GPLv2+ Summary: Free tWnn Chinese Input System (Taiwan) Group: System/I18n/Chinese Requires: fwnncom, fcwnncom @@ -192,7 +192,7 @@ Free tWnn Chinese input system (Taiwan). %package -n fkwnn -License: GPL v2 or later +License: GPLv2+ Summary: Free kWnn Korean Input System Group: System/I18n/Korean Requires: fwnncom @@ -208,7 +208,7 @@ Free kWnn Korean input system. %package -n fkwnndev -License: GPL v2 or later +License: GPLv2+ Group: Development/Libraries/C and C++ Summary: Development Libraries and Header Files for Free kWnn # Summary(ja): Free kWnn 用開発ライブラリとヘッダファイル @@ -280,9 +280,9 @@ client programs that use the Korean Input System, Free kWnn. --mandir=%{_mandir} \ --infodir=%{_infodir} \ %{_target_cpu}-suse-linux-gnu -make CCOPTIONS="$RPM_OPT_FLAGS" +make %{?jobs:-j%jobs} CCOPTIONS="$RPM_OPT_FLAGS" pushd Wnn/uum -make CCOPTIONS="$RPM_OPT_FLAGS" +make %{?jobs:-j%jobs} CCOPTIONS="$RPM_OPT_FLAGS" popd %install @@ -667,91 +667,3 @@ chroot . usr/bin/kwnntouch var/lib/wnn/ko_KR/dic/sys/*.* # %config /var/lib/wnn/cvt_xim_tbl %changelog -* Fri Aug 29 2008 cthiel@suse.de -- fix init script -* Sun May 27 2007 ro@suse.de -- rename fwnndev subpackage to fwnn-devel -* Fri Mar 30 2007 ro@suse.de -- added ncurses-devel to buildreq -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Sun Jan 15 2006 schwab@suse.de -- Don't strip binaries. -- Don't build as root. -* Fri Oct 21 2005 mmj@suse.de -- fix missing return value -* Thu Sep 22 2005 yxu@suse.de -- add needed prototypes -* Wed Jun 15 2005 meissner@suse.de -- Use RPM_OPT_FLAGS. -- Add lots of include files to avoid implicit declarations -- Use system getopt and bsearch. -- Fixed bad atoi() call spotted by -Wall -* Wed Apr 13 2005 mfabian@suse.de -- make it build on STABLE again: conflicting-prototypes.patch -* Tue Jun 08 2004 ro@suse.de -- get rid of some compiler warnings -* Mon Sep 15 2003 mfabian@suse.de -- Bugzilla #30921: /var/lib/wnn should be owned by user "wnn" - for all subpackages. -* Mon Aug 18 2003 mfabian@suse.de -- Use new stop_on_removal/restart_on_upate macros -* Mon Jun 16 2003 mfabian@suse.de -- fix "directory not owned by any package". -* Sun Nov 03 2002 mfabian@suse.de -- Bug Id #17416: fix usage of socket API to make /usr/bin/jserver - work on s390x. Thanks to for help. -* Fri Sep 13 2002 mfabian@suse.de -- change "network route named" -> "$network $named" in - "# Required-Start:". -* Thu Aug 01 2002 mfabian@suse.de -- add %%insserv_prereq %%fillup_prereq to Prereq: -* Wed Jul 24 2002 mfabian@suse.de -- Don't parse rc.config in init scripts -- change usage of useradd in pre script to comply with - the package howto -- move home-dir into fwnncom sub package (fwnncom is required by - all other *wnn* packages). -* Tue Jul 02 2002 ro@suse.de -- added home-dir to base package -* Thu Apr 11 2002 mfabian@suse.de -- use %%{_libdir} and add FreeWnn-lib64.patch from -* Thu Jan 10 2002 egmont@suselinux.hu -- changed /sbin/init.d to /etc/init.d in init script comments -* Fri Dec 07 2001 mfabian@suse.de -- get rid of START_* variables in /etc/rc.config: - use new macros fill_up_and_insserv and insserv_cleanup and - remove testing for START_* variables from init scripts. -* Thu Sep 06 2001 mfabian@suse.de -- set START_FREE_TWNN="no", START_FREE_KWNN="no", - START_FREE_CWNN="no", -* Tue Sep 04 2001 schwab@suse.de -- Add prototypes for C++, constify. -* Mon May 07 2001 mfabian@suse.de -- bzip2 sources -* Thu May 03 2001 mfabian@suse.de -- make init scripts comply with latest LSB spec -* Tue Dec 05 2000 schwab@suse.de -- Fix missing declarations. -* Tue Nov 28 2000 mfabian@suse.de -- forgot to change the links to the init scripts to /etc/init.d - fixed. -* Tue Nov 28 2000 mfabian@suse.de -- removed sockets before starting the FreeWnn servers. - sometimes these sockets remained after killing a FreeWnn server, - which prevented the restart. -* Mon Nov 27 2000 mfabian@suse.de -- added "route named" to "Required-Start:" -- moved init scripts to /etc/init.d -* Fri Nov 24 2000 mfabian@suse.de -- change to new init script mechanism: - rewrote the init scripts to use insserv to handle links to - init scripts. -* Wed Nov 01 2000 mfabian@suse.de -- made the command line client "uum" work. -* Mon Oct 30 2000 mfabian@suse.de -- moved all manpages into the fwnncom subpackage -* Fri Oct 27 2000 bk@suse.de -- fixed startproc call, useradd and server permissions -* Wed Oct 25 2000 mfabian@suse.de -- new package: fwnn (FreeWnn, Version 1.1.1-a017)