Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > 68b38ad7099a91c097b0f12c0a46ef7b > files > 2

perl-IO-Stty-02-7mdk.src.rpm

%define	module	IO-Stty
%define	name	perl-%{module}
%define	module	IO-Stty
%define	version	02
%define	release	7mdk

Summary:	IO-Stty perl module
Name: 		%{name}
Version: 	%{version}
Release:	%{release} 
License: 	GPL
Group: 		Development/Perl
Source:		ftp://ftp.perl.org/pub/CPAN/modules/by-module/IO/%{module}-.%{version}.tar.bz2
Url:		http://www.cpan.org
Buildrequires:	perl-devel
BuildRoot: 	%{_tmppath}/%{name}-buildroot
Patch0:		%{name}-paths.patch.bz2
Requires: 	perl, perl-base >= 5.8.6
Buildarch:	noarch

%description
IO-Stty is a module for setting terminal parameters.

%prep
%setup -q -n %{module}-.%{version}

%patch -p1

%build

%{__perl} Makefile.PL INSTALLDIRS=vendor
make
make test

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean 
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc README stty.txt
%{perl_vendorlib}/IO/*


%changelog
* Thu Feb 03 2004 Lenny Cartier <lenny@mandrakesoft.com> 02-7mdk
- rebuild

* Sun Aug 17 2003 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 02-6mdk
- rebuild for new perl
- rm -rf $RPM_BUILD_ROOT in %%install, not %%prep
- drop $RPM_OPT_FLAGS, noarch..

* Wed May 28 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 02-5mdk
- rebuild for new auto{prov,req}

* Mon May 05 2003 Lenny Cartier <lenny@mandrakesoft.com> 02-4mdk
- buildrequires

* Thu Jan 30 2003 Lenny Cartier <lenny@mandrakesoft.com> 02-3mdk
- rebuild

* Wed Jul 24 2002 Lenny Cartier <lenny@mandrakesoft.com> 02-2mdk
- rebuild with new perl

* Mon Sep 24 2001 Lenny Cartier <lenny@mandrakesoft.com> 02-1mdk
- added by Max Heijndijk <cchq@wanadoo.nl> :
	- Initial wrap