Accepting request 19226 from devel:languages:perl

Copy from devel:languages:perl/perl-IO-Tty based on submit request 19226 from user lrupp

OBS-URL: https://build.opensuse.org/request/show/19226
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Tty?expand=0&rev=5
This commit is contained in:
OBS User autobuild 2009-08-31 19:41:48 +00:00 committed by Git OBS Bridge
parent 5284715471
commit 1fe7f0fb8f
4 changed files with 18 additions and 20 deletions

3
IO-Tty-1.08.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11be9b6a9a0cf6977f5dc0c9c78a918283b82eb5e19bacbc12fe71bb0bb5f0a4
size 21692

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e5b08cb7d11046916f50b7d136f34ce840986be0a7c0391afe96f494de5e76b
size 22320

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Aug 30 16:28:12 CEST 2009 - lars@linux-schulserver.de
- follow perl packaging guidelines
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 27 10:29:34 CEST 2009 - mc@novell.com Mon Jul 27 10:29:34 CEST 2009 - mc@novell.com

View File

@ -19,15 +19,14 @@
Name: perl-IO-Tty Name: perl-IO-Tty
Summary: Provides an Interface to Pseudo Tty's
Version: 1.08
Release: 2
Url: http://search.cpan.org/search?module=IO::Tty Url: http://search.cpan.org/search?module=IO::Tty
License: GPL v2 or later License: GPL v2 or later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
AutoReqProv: on Source: IO-Tty-%{version}.tar.bz2
Summary: Provides an Interface to Pseudo Tty's
Version: 1.08
Release: 1
Source: IO-Tty-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -45,27 +44,21 @@ Authors:
%build %build
perl Makefile.PL perl Makefile.PL
make make %{?jobs:-j%jobs}
%check
make test make test
%install %install
make DESTDIR=$RPM_BUILD_ROOT install_vendor %perl_make_install
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%files %files -f %name.files
%defattr(-,root,root) %defattr(-,root,root)
%doc ChangeLog MANIFEST README %doc ChangeLog MANIFEST README
%dir %{perl_vendorarch}/IO
%{perl_vendorarch}/IO/Pty.pm
%{perl_vendorarch}/IO/Tty.pm
%dir %{perl_vendorarch}/IO/Tty
%{perl_vendorarch}/IO/Tty/Constant.pm
%dir %{perl_vendorarch}/auto/IO
%{perl_vendorarch}/auto/IO/Tty
%{_mandir}/man3/*
/var/adm/perl-modules/perl-IO-Tty
%changelog %changelog