diff --git a/ddskk.changes b/ddskk.changes index 2cf3044..17bdd4f 100644 --- a/ddskk.changes +++ b/ddskk.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Oct 26 17:56:57 UTC 2011 - ftake@geeko.jp + +- fix bnc#724242 - skk-autoloads.el is newer than byte-compiled file + +------------------------------------------------------------------- +Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile + (cf. packaging guidelines) +- Use %_smp_mflags for parallel build + ------------------------------------------------------------------- Thu Aug 27 11:20:45 UTC 2009 - aj@suse.de diff --git a/ddskk.spec b/ddskk.spec index a913ae1..04b7f06 100644 --- a/ddskk.spec +++ b/ddskk.spec @@ -1,7 +1,7 @@ # -# spec file for package ddskk (Version 20050123) +# spec file for package ddskk # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: ddskk @@ -28,7 +27,6 @@ BuildRequires: flim-xemacs semi-xemacs xemacs-packages License: GPL v2 or later Group: Productivity/Editors/Emacs Requires: emacs, apel, skkdic -AutoReqProv: on Provides: locale(emacs:ja) Version: 20050123 Release: 267 @@ -68,14 +66,6 @@ SKK (Simple Kana to Kanji conversion program) is a Japanese input method for Emacs. ddskk (Daredevil SKK) is a version of SKK that is aggressively developed. - - -Authors: --------- - NAKAJIMA Mikio - Tsukamoto Tetsuo - Masahiko Sato - %if %use_xemacs %package -n ddskk-xemacs @@ -90,13 +80,6 @@ SKK (`Simple Kana to Kanji conversion program') is a Japanese input method for XEmacs. ddskk ('Daredevil SKK') is a version of SKK which is aggressively developed. - - -Authors: --------- - NAKAJIMA Mikio - Tsukamoto Tetsuo - Masahiko Sato %endif %package -n skkdic @@ -110,14 +93,6 @@ Summary: Main Dictionary for SKK %description -n skkdic main dictionary for SKK - - -Authors: --------- - NAKAJIMA Mikio - Tsukamoto Tetsuo - Masahiko Sato - %package -n skkdic-extra License: GPL v2 or later Group: System/I18n/Japanese @@ -127,14 +102,6 @@ Summary: optional, additional dictionaries for SKK %description -n skkdic-extra optional, additional dictionaries for SKK - - -Authors: --------- - NAKAJIMA Mikio - Tsukamoto Tetsuo - Masahiko Sato - %prep %setup -q -n %{name}-%{version} %patch0 -p1 @@ -158,7 +125,7 @@ make PREFIX=$RPM_BUILD_ROOT/usr \ SKK_INFODIR=$RPM_BUILD_ROOT/usr/share/info \ APEL_SPECIFIC_LISPDIR=$RPM_BUILD_ROOT%emacs_sitelisp_dir/apel \ SKK_LISPDIR=$RPM_BUILD_ROOT%emacs_package_dir \ - EMACS=emacs + EMACS=emacs %{?_smp_mflags} %install export LANG=ja_JP.UTF-8 @@ -190,7 +157,7 @@ make PREFIX=$RPM_BUILD_ROOT/usr \ APEL_SPECIFIC_LISPDIR=$RPM_BUILD_ROOT%xemacs_package_dir/lisp/apel \ SKK_LISPDIR=$RPM_BUILD_ROOT%xemacs_package_dir/lisp/skk \ PACKAGEDIR=$RPM_BUILD_ROOT%xemacs_package_dir \ - EMACS=xemacs + EMACS=xemacs %{?_smp_mflags} make PREFIX=$RPM_BUILD_ROOT/usr \ SKK_DATADIR=$RPM_BUILD_ROOT/usr/share/skk \ SKK_INFODIR=$RPM_BUILD_ROOT%xemacs_package_dir/info \ @@ -216,15 +183,17 @@ do done %endif # remove buildroot in .el files: -for i in $(find $RPM_BUILD_ROOT -name "*.el") -do - perl -pi -e "s|$RPM_BUILD_ROOT||" $i - # touch the .elc files again because they are still up to date: - if -f ${i}c - then - touch ${i}c - fi -done +# for i in $(find $RPM_BUILD_ROOT -name "*.el") +# do +# perl -pi -e "s|$RPM_BUILD_ROOT||" $i +# # touch the .elc files again because they are still up to date: +# if -f ${i}c +# then +# touch ${i}c +# fi +# done +perl -pi -e "s|$RPM_BUILD_ROOT||" $RPM_BUILD_ROOT%{emacs_package_dir}/skk-setup.el + rm -f $RPM_BUILD_ROOT/%{_infodir}/dir rm -f $RPM_BUILD_ROOT/%{xemacs_package_dir}/info/dir @@ -240,8 +209,6 @@ do %install_info --delete --info-dir=%{_infodir} %{_infodir}/${i}.info.gz done -%clean - %files %defattr(-,root,root) %doc ChangeLog* READMEs