source: projects/specs/trunk/b/bdflush/bdflush-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: The daemon which starts the flushing of dirty buffers back to disk.
2Summary(ja): ̤½èÍý¤Î¥Ð¥Ã¥Õ¥¡¤ò¥Ç¥£¥¹¥¯¤Ë½ñ¤­¹þ¤à¥Ç¡¼¥â¥ó
3Name: bdflush
4Version: 1.5
5Release: 22vl3
6License: Distributable
7Group: System Environment/Daemons
8Source: ftp://tsx-11.mit.edu/pub/linux/sources/system/v1.2/%{name}-%{version}.tar.gz
9Patch: bdflush-1.5-axp.patch
10Patch1: bdflush-1.5-glibc.patch
11Patch2: bdflush-1.5-ia64.patch
12Patch3: bdflush-1.5-limit.patch
13Patch4: bdflush-1.5-errno.patch
14Buildroot: %{_tmppath}/%{name}-%{version}-root
15
16
17%description
18The bdflush process starts the kernel daemon which flushes dirty
19buffers back to disk (i.e., writes all unwritten data to disk).
20This helps to prevent the buffers from growing too stale.
21Bdflush is a basic system process that must run for your system
22to operate properly.
23
24%description -l ja
25bdflush ¤Ï¥«¡¼¥Í¥ë¥Ç¡¼¥â¥ó¤Ç¡¤¥Ð¥Ã¥Õ¥¡¤ò¥Ç¥£¥¹¥¯¤Ë½ñ¤­¹þ¤ß¤Þ¤¹
26(Î㤨¤Ð̤¤À¥Ð¥Ã¥Õ¥¡Æâ¤Ë¤¢¤ë¥Ç¡¼¥¿¤òÁ´¤Æ¥Ç¥£¥¹¥¯¤Ë½ñ¤­¹þ¤àÅù)¡¥
27¤³¤ì¤Ë¤è¤ê¥Ð¥Ã¥Õ¥¡Æâ¤Î¥Ç¡¼¥¿¤¬¸Å¤¯¤Ê¤ê²á¤®¤ë¤Î¤òËɤ°¤³¤È¤¬½ÐÍè¤Þ¤¹¡¥
28bdflush ¤Ï¤¢¤Ê¤¿¤Î¥·¥¹¥Æ¥à¤¬Àµ¤·¤¯Æ°ºî¤¹¤ë¤Î¤ËÀäÂФËɬÍפÊ
29´ðËÜŪ¤Ê¥·¥¹¥Æ¥à¥×¥í¥»¥¹¤Ç¤¹¡¥
30
31
32%prep
33%setup -q
34
35%patch -p1
36%patch1 -p1 -b .glibc
37%patch2 -p1 -b .bdflush
38%patch3 -p1 -b .limit
39%patch4 -p1 -b .errno
40
41
42%build
43make bdflush
44
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49mkdir -p $RPM_BUILD_ROOT/sbin
50mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
51
52install -m 755 bdflush $RPM_BUILD_ROOT/sbin/update
53install -m 644 bdflush.8 $RPM_BUILD_ROOT%{_mandir}/man8/bdflush.8
54ln -sf bdflush.8 $RPM_BUILD_ROOT%{_mandir}/man8/update.8
55
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60
61%files
62%attr(-,root,root) /sbin/update
63%attr(-,root,root) %{_mandir}/*/*
64
65
66%changelog
67* Wed Jan 30 2008 Shu KONNO <owa@bg.wakwak.com> 1.5-22vl3
68- s/Copyright/License/
69
70* Tue Apr  8 2003 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 1.5-22vl2
71- rebuild
72
73* Fri Dec 06 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.5-22vl1
74- based on 1.5-22 from Rawhide and built for Vine Linux
75- added Japanese summary and description
76
77* Tue Nov 19 2002 Tim Powers <timp@redhat.com>
78- merge in updated x86_64 patches
79- rebuild on all arches
80
81* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
82- automated rebuild
83
84* Wed Jun 19 2002 Florian La Roche <Florian.LaRoche@redhat.de>
85- do not strip binary
86
87* Thu May 23 2002 Tim Powers <timp@redhat.com>
88- automated rebuild
89
90* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
91- automated rebuild
92
93* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
94- Bump release + rebuild.
95
96* Wed Mar 14 2001 Tim Powers <timp@redhat.com>
97- fixed copyright
98- include errno.h
99
100* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
101- automatic rebuild
102
103* Sun Jun 18 2000 Than Ngo <than@redhat.de>
104- FHS fixes
105- rebuilt in the new build environment
106- fix to built with glibc22
107
108* Fri Feb 28 2000 Bill Nottingham <notting@redhat.com>
109- fix for ia64
110
111* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
112- fix decsription and summary
113- man pages are compressed
114 
115* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
116- auto rebuild in the new build environment (release 10)
117
118* Wed Jan 06 1999 Cristian Gafton <gafton@redhat.com>
119- glibc 2.1
120
121* Tue May 05 1998 Prospector System <bugs@redhat.com>
122- translations modified for de, fr, tr
123
124* Sun Oct 19 1997 Erik Troan <ewt@redhat.com>
125- spec file cleanups
126- uses a build root
127- user %attr()
128
129* Wed Sep 03 1997 Erik Troan <ewt@redhat.com>
130- alpha patch should be applied on all architectures
131
132* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
133- built against glibc
134
Note: See TracBrowser for help on using the repository browser.