Browse Source

2014-11-14 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* check, libpipeline: updated
	* liblinebreak, preload: change Group
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9086 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
44a2ebb052

+ 9 - 9
c/check/check-vl.spec

@@ -1,16 +1,17 @@
 Summary:	A unit test framework for C
 Summary(ja):	C 言語用単体テストフレームワーク
 Name:		check
-Version:	0.9.12
+Version:	0.9.14
 Release:	1%{?_dist_release}
 License:	LGPL
-Group:		Development/Tools
+Group:		System Environment/Libraries
 URL:		http://check.sourceforge.net/
-Source0:	http://prdownloads.sourceforge.net/check/%{name}-%{version}.tar.gz
+Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Patch0:		%{name}-examples-bootstrap.patch
-Patch1:		check-0.9.5-fPIC.patch
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	docbook-utils
+BuildRequires:	texinfo
 Requires(post,preun): /sbin/install-info
 
 Vendor:		Project Vine
@@ -40,7 +41,7 @@ Libraries and headers for developing programs with check
 %package tools
 Summary:	The tools for %{name}
 Summary(ja):	Check 用のツール
-Group:		Development/Languages
+Group:		Development/Tools
 Requires:	%{name} = %{version}-%{release}
 
 %description tools
@@ -51,8 +52,6 @@ checkmk, a tool for reducing "boilerplate coding" when writing unit tests with c
 %prep
 %setup -q
 %patch0 -p1
-#patch1 -p1 -b .fPIC
-
 
 %build
 %configure --disable-static
@@ -93,7 +92,6 @@ fi
 %{_libdir}/libcheck.so.*
 %{_infodir}/check.info*
 
-
 %files devel
 %defattr(-,root,root)
 %doc example
@@ -103,7 +101,6 @@ fi
 %{_libdir}/pkgconfig/check.pc
 %{_datadir}/aclocal/check.m4
 
-
 %files tools
 %defattr(-,root,root)
 %{_bindir}/checkmk
@@ -111,6 +108,9 @@ fi
 
 
 %changelog
+* Thu Nov 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.9.14-1
+- new upstream release
+
 * Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.12-1
 - new upstream release
 

+ 7 - 3
lib/libl/liblinebreak/liblinebreak-vl.spec

@@ -1,14 +1,14 @@
 Name:           liblinebreak
 Version:        2.1
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        A Unicode line-breaking library
 
-Group:          Development/Libraries
+Group:          System Environment/Libraries
 License:        zlib
 URL:            http://sourceforge.net/projects/vimgadgets/
 Source0:        http://downloads.sourceforge.net/vimgadgets/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  autoconf automake libtool
 
 %description
@@ -19,6 +19,7 @@ at http://www.unicode.org/reports/tr14/tr14-19.html
 
 %package      devel
 Summary:      Development files for %{name}
+Summary(ja):  %{name} の開発用ファイル
 Group:        Development/Libraries
 Requires:     %{name} = %{version}-%{release}
 
@@ -62,6 +63,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec %__rm -f {} ';'
 
 
 %changelog
+* Thu Nov 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.1-2
+- Moved liblinebreak to System Environment/Libraries Group
+
 * Sat Jan 28 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2.1-1
 - Update to 2.1
 

+ 6 - 2
lib/libp/libpipeline/libpipeline-vl.spec

@@ -1,9 +1,9 @@
 # Basic Information
 Name:		libpipeline
-Version:	1.2.0
+Version:	1.4.0
 Release:	1%{?_dist_release}
 License:	GPLv3
-Group:		Development/Libraries
+Group:		System Environment/Libraries
 Source0:	http://download.savannah.gnu.org/releases/libpipeline/libpipeline-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
@@ -79,5 +79,9 @@ Development files for %{name}
 
 
 %changelog
+* Thu Nov 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.4.0-1
+- new upstream release
+- moved libpipeline to System Environment/Libraries Group
+
 * Fri Sep 23 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.2.0-1
 - initial build for Vine Linux

+ 15 - 11
p/preload/preload-vl.spec

@@ -1,15 +1,14 @@
 Name:           preload
 Version:        0.6.4
-Release:        6%{?_dist_release}
+Release:        7%{?_dist_release}
 Summary:        an adaptive readahead daemon
-Summary(ja):	適応的先読みデーモン
-Group:          Applications/System
+Summary(ja):	適応型先読みデーモン
+
+Group:          System Environment/Daemons
 License:        GPLv2+
 URL:            http://preload.sf.net/
-Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-
-#Patch0:		preload-0.6-start-late.patch
 
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Patch0: preload.init.in.patch
 #This patch prefered to http://sourceforge.net/tracker/index.php?func=detail&aid=2183212&group_id=143398&atid=755420
 Patch1: preload-conf.patch
@@ -20,8 +19,11 @@ Patch2: logrotate_619384
 #Patch3: preload-0.6.3-glib214.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
-BuildRequires:  basesystem, glib2-devel, help2man
-Requires:       basesystem, logrotate
+BuildRequires:  basesystem
+BuildRequires:  glib2-devel
+BuildRequires:  help2man
+Requires:       basesystem
+Requires:       logrotate
 Requires(post): /sbin/chkconfig
 Requires(post): /sbin/service
 Requires(preun): /sbin/chkconfig
@@ -34,9 +36,7 @@ predicts what applications users might run, and fetches those binaries and
 their dependencies into memory for faster startup times.
 
 %description -l ja
-preload は起動中のアプリケーションを監視し、監視したデータを分析することで、
-度のアプリケーションユーザが起動されるかを予想し、バイナリと依存する
-ライブラリをメモリに取り込み、起動時間を高速にします。
+preload はユーザーが起動するアプリケーションを監視し、監視したデータを分析することで、ユーザーがどのアプリケーションを起動するかを予想し、アプリケーションと依存するライブラリとをメモリに取り込むことで起動時間を高速にします。
 
 %prep
 %setup -q
@@ -90,6 +90,10 @@ fi
 
 
 %changelog
+* Fri Nov 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.6.4-7
+- moved to System Environment/Daemons Group
+- updated Japanese description
+
 * Sat Mar 08 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.4-6
 - rebuilt with new toolchain