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:
parent
5284715471
commit
1fe7f0fb8f
3
IO-Tty-1.08.tar.bz2
Normal file
3
IO-Tty-1.08.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11be9b6a9a0cf6977f5dc0c9c78a918283b82eb5e19bacbc12fe71bb0bb5f0a4
|
||||
size 21692
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e5b08cb7d11046916f50b7d136f34ce840986be0a7c0391afe96f494de5e76b
|
||||
size 22320
|
@ -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
|
||||
|
||||
|
@ -19,15 +19,14 @@
|
||||
|
||||
|
||||
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
|
||||
License: GPL v2 or later
|
||||
Group: Development/Libraries/Perl
|
||||
Requires: perl = %{perl_version}
|
||||
AutoReqProv: on
|
||||
Summary: Provides an Interface to Pseudo Tty's
|
||||
Version: 1.08
|
||||
Release: 1
|
||||
Source: IO-Tty-%{version}.tar.gz
|
||||
Source: IO-Tty-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -45,27 +44,21 @@ Authors:
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
make
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%files -f %name.files
|
||||
%defattr(-,root,root)
|
||||
%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
|
||||
|
Loading…
x
Reference in New Issue
Block a user