source: projects/specs/trunk/p/perl-Net-Telnet/perl-Net-Telnet-vl.spec @ 9187

Revision 9187, 3.8 KB checked in by inagaki, 9 years ago (diff)

2014-12-23 Ryoichi INAGAKI <ryo1@…>

  • perl-CGI-FormBuilder?, perl-Devel-{EnforceEncapsulation?, GlobalDestruction?}, perl-Moose, perl-Net-{Pcap, Radius, Telnet, Write}, perl-Template-Toolkit, perl-Text-Unidecode, perl-XML-RSS: updated
  • perl-CGI-SSI, perl-Geography-Countries, perl-MIME-Lite-TT, perl-MP3-Info, perl-Text-Glob: rebuilt
  • perl-Sub-Exporter-Progressive: new


Line 
1Name: perl-Net-Telnet
2Summary: Net-Telnet Perl module
3Version: 3.04
4Release: 1%{?_dist_release}
5Group: Development/Libraries
6License: GPL+ or Artistic
7URL: http://search.cpan.org/dist/Net-Telnet/
8Source0: ftp://ftp.cpan.org/pub/CPAN/authors/id/J/JR/JROGERS/Net-Telnet-%{version}.tar.gz
9
10# build
11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
12BuildArch: noarch
13BuildRequires: perl(ExtUtils::MakeMaker)
14# runtime depends
15Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
16
17Vendor:         Project Vine
18Distribution:   Vine Linux
19Packager:       shaolin
20
21%description
22Net::Telnet allows you to make client connections to a TCP port and do
23network I/O, especially to a port using the TELNET protocol. Simple I/O
24methods such as print, get, and getline are provided. More sophisticated
25interactive features are provided because connecting to a TELNET port
26ultimately means communicating with a program designed for human interaction.
27These interactive features include the ability to specify a time-out and to
28wait for patterns to appear in the input stream, such as the prompt from a
29shell.
30
31%prep
32%setup -q -n Net-Telnet-%{version}
33
34%build
35%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
36make
37
38%install
39rm -rf %{buildroot}
40make pure_install PERL_INSTALL_ROOT=%{buildroot}
41find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
42find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
43chmod -R u+w %{buildroot}/*
44
45%check
46make test
47
48%clean
49rm -rf %{buildroot}
50
51%files
52%defattr(-,root,root,-)
53%doc ChangeLog README
54%{perl_vendorlib}/*
55%{_mandir}/man3/*.3*
56
57%changelog
58* Tue Dec 23 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 3.04-1
59- updated to 3.04
60- built with perl 5.16.3
61
62* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.03-1
63- initial build for Vine Linux
64
65* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.03-15
66- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
67
68* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 3.03-14
69- Perl mass rebuild
70
71* Thu Jun 09 2011 Marcela Mašláňová <mmaslano@redhat.com> - 3.03-13
72- Perl 5.14 mass rebuild
73
74* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.03-12
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
76
77* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 3.03-11
78- 661697 rebuild for fixing problems with vendorach/lib
79
80* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 3.03-10
81- Mass rebuild with perl-5.12.0
82
83* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.03-9
84- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
85
86* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.03-8
87- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
88
89* Fri May 23 2008 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.03-7
90- Fix bug 226273:
91  * Add dist tag.
92  * Fix rpmlint errors for %%description.
93  * Remove MANIFEST from package.
94- General clean up of spec file.
95
96* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.03-6.1
97Rebuild for new perl
98
99* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 3.03-5.1
100- correct license tag
101- add BR: perl(ExtUtils::MakeMaker)
102
103* Mon Jun 30 2006 Jason Vas Dias <jvdias@redhat.com> - 3.03-5
104- correct License: tag
105
106* Wed Feb 15 2006 Jason Vas Dias <jvdias@redhat.com> - 3.03-4.3
107- fix bug 180591: correct URL: tag
108
109* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 3.03-4.2
110- rebuild for new perl-5.8.8
111- modify .spec file to conform to Fedora spectemplate-perl.spec
112
113* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
114- rebuilt for new gcc
115
116* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
117- rebuilt for new gcj
118
119* Fri Feb 13 2004 Jonathan Brassow <jbrassow@redhat.com>
120- initial import
Note: See TracBrowser for help on using the repository browser.