Hello community, here is the log from the commit of package canna-yubin for openSUSE:Factory checked in at 2015-03-23 12:19:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/canna-yubin (Old) and /work/SRC/openSUSE:Factory/.canna-yubin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "canna-yubin" Changes: -------- --- /work/SRC/openSUSE:Factory/canna-yubin/canna-yubin.changes 2014-08-11 10:07:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.canna-yubin.new/canna-yubin.changes 2015-03-23 12:19:16.000000000 +0100 @@ -1,0 +2,14 @@ +Fri Mar 20 04:28:57 UTC 2015 - bkbin...@rinku.zaq.ne.jp + +- Updated upstream version to 0.3.1.20150227.0: + + debian/* files removed from upstream. + + used Automake. + + do not need nkf, now, yu2.PL can convert charset by oneself. +- Updated data to 2015-02-27 ver. +- Refectoring spec file: + + removed BuildRequires: canna-devel, nkf. + + used ./configure. + + add mkdir buildroot in install section. + + added AUTHORS NEWS COPYING COPYING.GPL2 + +------------------------------------------------------------------- Old: ---- canna-yubin-0.1.1.20140731.3.tar.bz2 New: ---- canna-yubin-0.3.1.20150227.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ canna-yubin.spec ++++++ --- /var/tmp/diff_new_pack.5qxg9K/_old 2015-03-23 12:19:17.000000000 +0100 +++ /var/tmp/diff_new_pack.5qxg9K/_new 2015-03-23 12:19:17.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package canna-yubin # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,13 +23,11 @@ # https://build.opensuse.org/package/show/home:Mitsutoshi:M17N/update-canna-yubin Conflicts: update-canna-yubin BuildRequires: canna -BuildRequires: canna-devel -BuildRequires: nkf PreReq: /usr/sbin/useradd -Version: 0.1.1.20140731.3 +Version: 0.3.1.20150227.0 Release: 0 Url: https://sourceforge.jp/projects/canna-yubin/simple/ -Source0: %{name}-%{version}.tar.bz2 +Source0: http://jaist.dl.sourceforge.jp/canna-yubin/62986/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Postal Code Extension Dictionary for Canna License: GPL-2.0+ and SUSE-Public-Domain @@ -52,13 +50,17 @@ %setup -q %build +%configure # make binary dictionaries: %__make %install %define canna_system_dic_dir %{_var}/lib/canna/dic/canna -[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; -%makeinstall +[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && ( + rm -rf $RPM_BUILD_ROOT; + mkdir "%buildroot" +) +%make_install %pre /usr/sbin/useradd -r -o -g bin -u 66 -s /bin/false -c "Wnn System Account" -d /var/lib/wnn wnn 2> /dev/null || : @@ -68,7 +70,7 @@ %files %defattr(-, root, root) -%doc README* debian/README* debian/copyright +%doc README* AUTHORS NEWS COPYING COPYING.GPL2 %attr(-, wnn, root) %{canna_system_dic_dir}/* %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org