source: projects/specs/trunk/c/cronexec/cronexec-vl.spec @ 521

Revision 521, 1.5 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1%define version 0.90
2%define release 0vl1
3
4Name: cronexec
5Version: %{version}
6Release: %{release}
7Group: System Environment/Daemons
8Source: http://viper.netfort.gr.jp/user/tosihisa/cronexec/cronexec-%{version}.tar.gz
9Url: http://viper.netfort.gr.jp/user/tosihisa/cronexec/
10Copyright: GPL2
11Vendor: Project Vine
12Distribution: Vine Linux
13Packager: Satoshi MACHINO <machino@vinelinux.org>
14BuildRoot: %{_tmppath}/%{name}-root
15Summary: cronexec - to excute command at intervals of reserved time
16Summary(ja): cronexec - »ØÄꤷ¤¿»þ´Ö´Ö³Ö¤Ç¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤¹¤ë¥×¥í¥°¥é¥à
17#Obsoletes: vixie-cron
18
19%description
20cronexec is simple program to execute command at intervals of reserved time.
21it can define interval of second.
22
23%description -l ja
24cronexec ¤Ï¡¢»ØÄꤷ¤¿ÉôֳÖËè¤Ë¡¢¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤¹¤ë¡¢¤¿¤À¤½¤ì¤À¤±¤Î¥×¥í¥°¥é¥à¤Ç¤¹¡£
25
26%prep
27rm -rf ${RPM_BUILD_ROOT}
28
29%setup
30%build
31make
32
33%install
34make PREFIX=${RPM_BUILD_ROOT}%{_sbindir} install
35
36%clean
37rm -rf ${RPM_BUILD_ROOT}
38
39%files
40%defattr(-,root,root)
41%doc README.jp COPYING
42%{_sbindir}/*
43
44%changelog
45* Sun Jun 17 2001 Satoshi MACHINO <machino@vinelinux.org> 0.9-0vl1
46- updated
47
48* Thu May 17 2001 Satoshi MACHINO <machino@vinelinux.org> 0.19-0vl2
49- fixed Copyright: tag
50
51* Thu May 17 2001 Satoshi MACHINO <machino@vinelinux.org> 0.19-0vl1
52- updated 0.19
53        added COPYING and some code fixes
54
55* Wed May 16 2001 Satoshi MACHINO <machino@vinelinux.org> 0.14-0vl2
56- added Vendor and Distribution
57
58* Wed May 16 2001 Satoshi MACHINO <machino@vinelinux.org> 0.14-0vl1
59- first release
Note: See TracBrowser for help on using the repository browser.