Bladeren bron

2015-06-23 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* tbb: updated
	* tegaki-{pygtk,python,recognize}: rebuilt
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9623 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 jaren geleden
bovenliggende
commit
c90138ce44

+ 6 - 3
t/tbb/tbb-vl.spec

@@ -1,7 +1,7 @@
-%define releasedate 20150209
+%define releasedate 20150611
 %define major 4
 %define minor 3
-%define update 3
+%define update 6
 %define dotver %{major}.%{minor}
 
 %define sourcebasename tbb%{major}%{minor}_%{releasedate}oss
@@ -11,7 +11,7 @@ Name:    tbb
 Summary: The Threading Building Blocks library abstracts low-level threading details
 Summary(ja): スレッド処理を抽象化するスレッディング・ビルディング・ブロックライブラリ
 Version: %{dotver}%{?update:u%{update}}
-Release: 2%{?_dist_release}
+Release: 1%{?_dist_release}
 License: GPLv2 with exceptions
 Group:   System Environment/Libraries
 URL:     http://threadingbuildingblocks.org/
@@ -136,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc doc/html
 
 %changelog
+* Fri Jun 19 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 4.3u6-1
+- new upstream release
+
 * Wed Mar  4 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 4.3u3-2
 - Initial build for Vine Linux based on 4.3 update3
 

+ 20 - 14
t/tegaki-pygtk/tegaki-pygtk-vl.spec

@@ -1,18 +1,21 @@
 # -*- coding: utf-8 -*-
-Summary: Base user interface library for the Tegaki project
-Name: tegaki-pygtk
-Version: 0.3.1
-Release: 1%{?_dist_release}
-License: GPLv2
-Group: Development/Libraries
-URL: http://www.tegaki.org/
-Source0: http://www.tegaki.org/releases/%{version}/%{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-BuildRequires: python-devel >= 2.4
-Requires: python >= 2.4
-Requires: pygtk2 >= 2.10
-Requires: tegaki-python >= 0.2
-BuildArch: noarch
+Name: 		tegaki-pygtk
+Version: 	0.3.1
+Release: 	2%{?_dist_release}
+Summary: 	Base user interface library for the Tegaki project
+Summary(ja): 	Tegaki プロジェクトのための基本ユーザインターフェースライブラリ
+
+License: 	GPLv2
+Group: 		Development/Libraries
+URL: 		http://www.tegaki.org/
+Source0: 	http://www.tegaki.org/releases/%{version}/%{name}-%{version}.tar.gz
+
+BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root
+BuildArch: 	noarch
+BuildRequires: 	python-devel >= 2.4
+Requires: 	python >= 2.4
+Requires: 	pygtk2 >= 2.10
+Requires: 	tegaki-python >= 0.2
 
 %description
 Base user interface library for the Tegaki project.
@@ -40,5 +43,8 @@ Base user interface library for the Tegaki project.
 %{_datadir}/tegaki/icons/handwriting.png
 
 %changelog
+* Fri Jun 19 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.3.1-2
+- rebuilt on current VineSeed
+
 * Wed Jun  9 2010 IWAI, Masaharu <iwai@alib.jp> 0.3.1-1
 - Initial build.

+ 24 - 18
t/tegaki-python/tegaki-python-vl.spec

@@ -1,27 +1,30 @@
 # -*- coding: utf-8 -*-
-Summary: Base Python library for the Tegaki project
-Summary(ja): Tegaki プロジェクトのための Python ベースライブラリ
-Name: tegaki-python
-Version: 0.3.1
-Release: 1%{?_dist_release}
-License: GPLv2
-Group: Development/Libraries
-URL: http://www.tegaki.org/
-Source0: http://www.tegaki.org/releases/%{version}/%{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-Requires: python >= 2.4 zinnia-python >= 0.05
-BuildRequires: python-devel >= 2.4
-BuildArch: noarch
-
-Vendor: Project Vine
-Distribution: Vine Linux
-Packager: iwaim
+Name: 		tegaki-python
+Version: 	0.3.1
+Release: 	2%{?_dist_release}
+Summary: 	Base Python library for the Tegaki project
+Summary(ja): 	Tegaki プロジェクトのための Python ベースライブラリ
+
+License: 	GPLv2
+Group: 		Development/Libraries
+URL: 		http://www.tegaki.org/
+Source0: 	http://www.tegaki.org/releases/%{version}/%{name}-%{version}.tar.gz
+
+BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root
+BuildArch: 	noarch
+BuildRequires: 	python-devel >= 2.4
+Requires: 	python >= 2.4
+Requires: 	zinnia-python >= 0.05
+
+Vendor: 	Project Vine
+Distribution: 	Vine Linux
+Packager: 	iwaim
 
 %description
 Base Python library for the Tegaki project.
 
 %description -l ja
-Tegaki プロジェクトのための Python ベースライブラリ
+Tegaki プロジェクトのための Python ベースライブラリです.
 
 %prep
 %setup -q
@@ -44,6 +47,9 @@ Tegaki プロジェクトのための Python ベースライブラリ
 %{python_sitelib}/tegaki_python*.egg-info
 
 %changelog
+* Fri Jun 19 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.3.1-2
+- rebuilt on current VineSeed
+
 * Wed Jun  9 2010 IWAI, Masaharu <iwai@alib.jp> 0.3.1-1
 - Initial build.
 

+ 14 - 7
t/tegaki-recognize/tegaki-recognize-vl.spec

@@ -1,16 +1,19 @@
 # -*- coding: utf-8 -*-
-Summary: Open-Source Chinese and Japanese Handwriting Recognition
-Summary: オープンソースの中国語/日本語手書き認識
 Name: tegaki-recognize
 Version: 0.3.1.2
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
+Summary: Open-Source Chinese and Japanese Handwriting Recognition
+Summary(ja): オープンソースの中国語/日本語手書き認識
+
 License: GPLv2
 Group: Applications/System
 URL: http://www.tegaki.org/
 Source0: http://www.tegaki.org/releases/%{version}/%{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: python-devel
-BuildRequires(check): desktop-file-utils
+BuildRequires: desktop-file-utils
+Requires(post): desktop-file-utils
+Requires(postun): desktop-file-utils
 Requires: tegaki-pygtk >= 0.2
 Requires: tegaki-model
 BuildArch: noarch
@@ -38,12 +41,12 @@ Open-Source Chinese and Japanese Handwriting Recognition
 
 %post
 if [ -x %{_bindir}/update-desktop-database ] ; then
-%{_bindir}/update-desktop-database %{_datadir}/applications
+    %{_bindir}/update-desktop-database %{_datadir}/applications
 fi
 
 %postun
 if [ -x %{_bindir}/update-desktop-database ] ; then
-%{_bindir}/update-desktop-database %{_datadir}/applications
+    %{_bindir}/update-desktop-database %{_datadir}/applications
 fi
 
 %files
@@ -53,8 +56,12 @@ fi
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/menu/tegaki-recognize
 %{_datadir}/pixmaps/tegaki-recognize.svg
+%{python_sitelib}/tegaki_recognize*.egg-info
 
 %changelog
+* Fri Jun 19 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.3.1.2-2
+- rebuilt on current VineSeed
+
 * Wed Jun  9 2010 IWAI, Masaharu <iwai@alib.jp> 0.3.1.2-1
 - Initial build.