Browse Source

2015-01-05 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* PyKDE4: fixed typo
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9230 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
555f9e1638
1 changed files with 6 additions and 3 deletions
  1. 6 3
      P/PyKDE4/PyKDE4-vl.spec

+ 6 - 3
P/PyKDE4/PyKDE4-vl.spec

@@ -9,11 +9,11 @@ Name: PyKDE4
 Summary: Python bindings for KDE4 
 Summary(ja): KDE4 の Python バインディング
 Version: 4.14.3
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 
 # http://techbase.kde.org/Policies/Licensing_Policy
 License: LGPLv2+
-Group: System Environment/Libraris
+Group: System Environment/Libraries
 URL: http://developer.kde.org/language-bindings/
 
 Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/pykde4-%{version}.tar.xz
@@ -44,7 +44,7 @@ Distribution: Vine Linux
 %package akonadi
 Summary: Akonadi runtime support for PyKDE4 
 Summary(ja): PyKDE4 の Akonadi ランタイムサポート
-Group: System Environment/Libraris
+Group:    System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: kdepimlibs-akonadi >= %{version} 
 
@@ -129,6 +129,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_docdir}/pykde4/examples/
 
 %changelog
+* Mon Jan  5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.14.3-3
+- fixed typo at Group...
+
 * Sun Jan  4 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.14.3-2
 - moved main package to System Environment/Libraries Group