Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@640 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 14 years ago
parent
commit
3985acf9ee
1 changed files with 10 additions and 3 deletions
  1. 10 3
      t/tinyxml/tinyxml-vl.spec

+ 10 - 3
t/tinyxml/tinyxml-vl.spec

@@ -1,9 +1,10 @@
-%define underscore_version 2_5_3
+%define underscore_version 2_6_0
 
 Name:           tinyxml
-Version:        2.5.3
-Release:        3%{?_dist_release}
+Version:        2.6.0
+Release:        1%{?_dist_release}
 Summary:        A simple, small, C++ XML parser
+Summary(ja):    シンプルで小さな C++ XML パーサー
 Group:          System Environment/Libraries
 License:        zlib
 URL:            http://www.grinninglizard.com/tinyxml/
@@ -21,6 +22,7 @@ TinyXML solves the text I/O file once and for all.
 
 %package        devel
 Summary:        Development files for %{name}
+Summary(ja):    %{name} の開発ファイル
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
 
@@ -77,6 +79,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Mar 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.6.0-1
+- new upstream release
+- applied new naming policy to spec
+- added summary(ja)
+
 * Tue Mar 02 2010 Shu KONNO <owa@bg.wakwak.com> 2.5.3-3
 - rebuilt with new toolchain