source: projects/specs/branches/6/c/cron-apt/cron-apt-vl.spec @ 6356

Revision 6356, 2.5 KB checked in by Takemikaduchi, 12 years ago (diff)

adjtimex,coriander,corosync,cproto,cscope,dbmail,dcraw: new upstream release
others: rebuild

Line 
1Name: cron-apt
2Version: 0.0.20
3Release: 2%{?_dist_release}
4Vendor: Project Vine
5Distribution: Vine Linux
6License: GPL
7Group: Applications/Administration
8Source0: ftp://ftp.debian.org/debian/pool/main/c/cron-apt/cron-apt_%{version}.tar.gz
9Patch0: cron-apt-docbook.patch
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11BuildArch: noarch
12Requires: apt bash mailx
13BuildRequires: docbook-utils
14Summary: Automatic update of packages using apt
15Summary(ja): apt を用いてパッケージを自動でアップデートする
16
17%description
18This package contains a tool that is run by a cron job at regular
19intervals. By default it just updates the package list and download
20new packages without installing. You can instruct it to run anything
21that you can do with apt-get.
22
23It also sends mail (configurable) to the system administrator on
24errors.
25
26Observe that this tool is a security risk, so you should not set it to
27do more than necessary (automatic upgrade of all packages is NOT
28recommended).
29
30%description -l ja
31このパッケージは一定の間隔で cron job により実行されるツールです。初期
32設定ではパッケージリストを更新し、インストールせずに新パッケージをダウ
33ンロードするだけです。apt-get と共に用いられる他の何かを実行するように
34指示することも可能です。
35
36また、本パッケージはエラー時には管理者にメールを送るように設定できます。
37
38本ツールはセキュリティホールとなる危険があることに注意し、必要以外のこ
39とを行わないように設定してください。 (自動的に全パッケージをアップグレー
40ドすることは推奨されません。)
41
42%prep
43%setup -q -n %{name}
44%patch0 -p1
45
46%build
47%__make
48
49%install
50%__rm -rf %{buildroot}
51%makeinstall DESTDIR=%{buildroot}
52
53%clean
54%__rm -rf %{buildroot}
55
56%files
57%defattr(-,root,root)
58%doc COPYING debian/README.Debian debian/changelog
59%{_docdir}/cron-apt
60%{_mandir}/man?/*
61%{_sysconfdir}/cron-apt
62%{_sysconfdir}/cron.d/*
63%{_sysconfdir}/logrotate.d/*
64%{_sbindir}/*
65%dir %{_var}/log/cron-apt
66
67%changelog
68* Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.20-2
69- rebuild with Vine6 environment
70
71* Sun Sep 21 2008 Shu KONNO <owa@bg.wakwak.com> 0.0.20-1vl5
72- applied new versioning policy, spec in utf-8
73
74* Sun Jul 22 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.0.20-0vl2
75- changed Group to Applications/Administration
76
77* Tue Jun 22 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 0.0.20-0vl1
78- Initial build.
79
Note: See TracBrowser for help on using the repository browser.