Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > main-release-src > by-pkgid > 8678af68a5567f7c23665d41988a7aec > files > 2

mktemp-1.6-4mdv2010.1.src.rpm

Summary:	A small utility for safely making /tmp files
Name:		mktemp
Version:	1.6
Release:	%mkrel 4
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
* Mon Mar 15 2010 Oden Eriksson <oeriksson@mandriva.com> 1.6-4mdv2010.1
+ Revision: 520175
- rebuilt for 2010.1

* Thu Sep 03 2009 Christophe Fergeau <cfergeau@mandriva.com> 1.6-3mdv2010.0
+ Revision: 426152
- rebuild

* Sun Dec 21 2008 Oden Eriksson <oeriksson@mandriva.com> 1.6-2mdv2009.1
+ Revision: 317112
- rebuild

* 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 <tv@mandriva.org> 1.5-15mdv2009.0
+ Revision: 223293
- rebuild

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

* Mon Dec 17 2007 Thierry Vignaud <tv@mandriva.org> 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)