Hello community,

here is the log from the commit of package man-pages-zh_CN for openSUSE:Factory 
checked in at 2014-06-25 11:47:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/man-pages-zh_CN (Old)
 and      /work/SRC/openSUSE:Factory/.man-pages-zh_CN.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "man-pages-zh_CN"

Changes:
--------
--- /work/SRC/openSUSE:Factory/man-pages-zh_CN/man-pages-zh_CN.changes  
2011-09-23 02:12:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.man-pages-zh_CN.new/man-pages-zh_CN.changes     
2014-06-25 11:47:29.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jun 23 10:32:45 UTC 2014 - [email protected]
+
+- update to latest git (which is 6 years younger than 1.5)
+
+-------------------------------------------------------------------

Old:
----
  man-pages-zh_CN-1.5.tar.bz2

New:
----
  _service
  manpages-zh-1.5.2+git20131108.ae19713.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ man-pages-zh_CN.spec ++++++
--- /var/tmp/diff_new_pack.S2GeJU/_old  2014-06-25 11:47:31.000000000 +0200
+++ /var/tmp/diff_new_pack.S2GeJU/_new  2014-06-25 11:47:31.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package man-pages-zh_CN (Version 1.5)
+# spec file for package man-pages-zh_CN
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,49 +15,57 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           man-pages-zh_CN
-License:        GFDL-1.1
-Group:          System/I18n/Chinese
-AutoReqProv:    off
 Provides:       locale(man:zh)
-Version:        1.5
-Release:        74
-Summary:        Chinese translation of man pages from the CMPP project
+Version:        1.5.2+git20131108.ae19713
+Release:        0
+Summary:        Simplified Chinese Linux man pages
+License:        GFDL-1.2
+Group:          System/I18n/Chinese
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Url:            http://cmpp.linuxforum.net
-Source:         http://cmpp.linuxforum.net/download/%{name}-%{version}.tar.bz2
+Url:            https://github.com/lidaobing/manpages-zh
+Source:         manpages-zh-%{version}.tar.xz
 BuildArch:      noarch
+BuildRequires:  automake
 
 %description
-Chinese translation of man pages from the CMPP project
+本项目的主页为: http://code.google.com/p/manpages-zh/
+
+本项目(manpages-zh)为 i18n-zh 项目[1]的子项,从 CMPP (中文 Man Pages 计
+划) 分支而来。
+
+[1] http://code.google.com/p/i18n-zh
+
+CMPP 项目现在可能已经死亡,原主页(cmpp.linuxforum.net)已不能访问。
+
+本项目的目的是维护 CMPP 遗留下的成果,并对其错误/漏洞进行修改。
 
+本项目使用 git 进行管理, git 主页位于
+http://github.com/lidaobing/manpages-zh/tree/master
 
+本项目将继续延用 CMPP 的 GFDL 1.2 的授权方式。为与 DFSG 兼容,将不包含不
+可变章节(Invariant Sections)。
 
-Authors:
---------
-    xuming <[email protected]>
+本项目欢迎大家提交补丁。
 
 %prep
 %setup -q -n manpages-zh-%{version}
 
 %build
-make u8
+sh ./autogen.sh
+%configure --disable-zhtw
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT%{_usr}/share install-doc
-make DESTDIR=$RPM_BUILD_ROOT%{_usr}/share install-u8
-mv $RPM_BUILD_ROOT%{_mandir}/zh_CN.UTF-8 $RPM_BUILD_ROOT%{_mandir}/zh_CN
-# move documentation to the standard location:
-mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
-mv $RPM_BUILD_ROOT/usr/share/doc/%{name}/* \
-   $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
+make DESTDIR=$RPM_BUILD_ROOT install
+# remove man pages packaged somewhere else
+for man in apropos.1 man.1 whatis.1; do
+  rm %{buildroot}%{_mandir}/zh_CN/man1/$man
+done
 
 %files
 %defattr(-,root,root)
-%doc %{_defaultdocdir}/%{name}/
-%doc %{_mandir}/zh_CN
+%doc COPYING README ChangeLog AUTHORS
+%{_mandir}/zh_CN
 
 %changelog

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="version">1.5.2</param>
    <param name="versionformat">1.5.2+git%cd.%h</param>
    <param name="url">git://github.com/lidaobing/manpages-zh.git</param>
    <param name="scm">git</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="compression">xz</param>
    <param name="file">*.tar</param>
  </service>
  <service name="set_version" mode="disabled"/>
</services>
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to