source: projects/specs/branches/6/m/mktemp/mktemp-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary:        A small utility for safely making /tmp files.
2Summary(ja):    °ÂÁ´¤Ë /tmp °Ê²¼¤Ë¥Õ¥¡¥¤¥ë¤òºîÀ®¤¹¤ë¥æ¡¼¥Æ¥£¥ê¥Æ¥£
3Name:           mktemp
4Version:        1.5
5Release:        11vl3
6License:        BSD
7Group:          System Environment/Base
8URL:            http://www.mktemp.org/
9Source:         ftp://ftp.mktemp.org/pub/mktemp/mktemp-%{version}.tar.gz
10Patch:          mktemp-1.5-Makefile.patch
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12
13%description
14The mktemp utility takes a given file name template and overwrites a
15portion of it to create a unique file name.  This allows shell scripts
16and other programs to safely create and use /tmp files.
17
18Install the mktemp package if you need to use shell scripts or other
19programs which will create and use unique /tmp files.
20
21%description -l ja
22mktemp ¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤Ï¡¤°ú¿ô¤ÇÍ¿¤¨¤¿¥Õ¥¡¥¤¥ë̾¥Æ¥ó¥×¥ì¡¼¥È¤ò¸µ¤Ë
23°ì°Õ¤Ê¥Õ¥¡¥¤¥ë̾¤òÀ¸À®¤·¤Þ¤¹¡¥¤³¤ì¤Ë¤è¤ê¥·¥§¥ë¥¹¥¯¥ê¥×¥ÈÅù¤Î¥×¥í¥°¥é¥à¤¬
24/tmp °Ê²¼¤Ë°ÂÁ´¤Ë¥Õ¥¡¥¤¥ë¤òºîÀ®¤¹¤ë¤³¤È¤¬½ÐÍè¤Þ¤¹¡¥
25
26¥·¥§¥ë¥¹¥¯¥ê¥×¥ÈÅù¤Î¥×¥í¥°¥é¥à¤«¤é /tmp °Ê²¼¤Ë°ÂÁ´¤Ë¥Õ¥¡¥¤¥ë¤ò
27ºîÀ®¤·¤¿¤¤¾ì¹ç¤Ï mktemp ¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ²¼¤µ¤¤¡¥
28
29%prep
30%setup -q
31%patch0 -p1 -b .Makefile
32
33%build
34%configure
35%__make
36
37%install
38%__rm -rf %{buildroot}
39%makeinstall bindir=%{buildroot}%{_sysbindir}
40
41%clean
42%__rm -rf %{buildroot}
43
44%files
45%defattr(-,root,root)
46%doc LICENSE README RELEASE_NOTES
47%{_sysbindir}/mktemp
48%{_mandir}/man1/mktemp.*
49
50%changelog
51* Tue Jan 31 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.5-11vl3
52- use mktemp.org's mktemp-1.5
53  - update URL
54  - add Makefile.patch (patch0) to fix permission mode
55- drop obsolete patches
56- add documents
57
58* Wed Dec 12 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.5-11vl2
59- rebuild with new toolchains
60- s/Copyright/License/
61
62* Wed Dec 12 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org>
63- synced up with 1.5-11 from Rawhide, but exactly the same as 1.5-9vl1
64  (see the changelog below, as Thank Ngo mentioned about sagami-san's patch)
65
66* Tue May  8 2001 Than Ngo <than@redhat.com>
67- fix typo in mkdtemp, thanks to sagami@mbc.nifty.com (bug #39713)
68
69* Mon May  7 2001 Than Ngo <than@redhat.com>
70- fix manpage (bug #39392)
71- cleanup specfile
72
73* Mon Apr  2 2001 Nalin Dahyabhai <nalin@redhat.com>
74- rework locally-supplied mkdtemp() to handle EEXIST better
75
76* Mon Feb  5 2001 Preston Brown <pbrown@redhat.com>
77- -d option is now supported, remove manpage patch (#25969)
78
79* Thu Dec 14 2000 Helge Deller <deller@gmx.de>
80- rewrite mkdtemp() from glibc2.2 for usage under glibc2.1
81
82* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
83- automatic rebuild
84
85* Sat Jul  1 2000 Nalin Dahyabhai <nalin@redhat.com>
86- re-enable the -d option, because glibc provides a mkdtemp() function now
87  (except for ia64)
88
89* Sun Jun 18 2000 Matt Wilson <msw@redhat.com>
90- FHS packaging
91- fixed non root build
92
93* Mon Feb  7 2000 Bill Nottingham <notting@redhat.com>
94- handle compressed manpages
95
96* Mon Mar 22 1999 Erik Troan <ewt@redhat.com>
97- sync'd man page with openbsd latest, and updated it for some Linux-specific
98  changes
99
100* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
101- auto rebuild in the new build environment (release 5)
102
103* Tue Dec 29 1998 Cristian Gafton <gafton@redhat.com>
104- build for 6.0
105
106* Thu May 07 1998 Prospector System <bugs@redhat.com>
107- translations modified for de, fr, tr
108
109* Wed Oct 01 1997 Erik Troan <ewt@redhat.com>
110- moved to /bin
111
Note: See TracBrowser for help on using the repository browser.