Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > 7ec6226b0dbbfe3517791027851c9d4c > files > 2

mktemp-1.6-1mdv2009.0.src.rpm

Summary:	A small utility for safely making /tmp files
Name:		mktemp
Version:	1.6
Release:	%mkrel 1
License:	BSD
Group:		File tools
Url:		http://www.mktemp.org/
Source:		ftp://ftp.mktemp.org/pub/mktemp/mktemp-%{version}.tar.gz
Buildroot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
The mktemp utility takes a given file name template and overwrites
a portion of it to create a unique file name.  This allows shell
scripts and other programs to safely create and use /tmp files.

Install the mktemp package if you need to use shell scripts or other
programs which will create and use unique /tmp files.

%prep
%setup

%build
%configure2_5x --bindir=/bin
%make

%install
rm -rf %{buildroot}

perl -pi -e "s!/usr/man!%{_mandir}!g" Makefile

%makeinstall bindir=%{buildroot}/bin

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%attr(755,root,root) /bin/%{name}
%{_mandir}/man1/mktemp.1*


%changelog
* Fri Aug 22 2008 Frederik Himpe <fhimpe@mandriva.org> 1.6-1mdv2009.0
+ Revision: 275233
- Update to version 1.6

* Tue Jun 17 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.5-15mdv2009.0
+ Revision: 223293
- rebuild

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Mon Dec 17 2007 Thierry Vignaud <tvignaud@mandriva.com> 1.5-14mdv2008.1
+ Revision: 130035
- kill re-definition of %%buildroot on Pixel's request


* Mon Feb 12 2007 Tomasz Pawel Gajc <tpg@mandriva.org> 1.5-14mdv2007.0
+ Revision: 119918
- Import mktemp

* Sun Jan 01 2006 Mandriva Linux Team <http://www.mandrivaexpert.com/> 1.5-13mdk
- Rebuild

* Fri Feb 11 2005 Frederic Lepied <flepied@mandrakesoft.com> 1.5-12mdk
- rebuild with newer source (bug #13494)