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