rpms/perl-Net-Telnet/devel perl-Net-Telnet.spec,1.10,1.11

Fabio M. Di Nitto (fabbione) fedora-extras-commits at redhat.com
Wed Jul 9 05:04:48 UTC 2008


Author: fabbione

Update of /cvs/pkgs/rpms/perl-Net-Telnet/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18306

Modified Files:
	perl-Net-Telnet.spec 
Log Message:
Update spec file



Index: perl-Net-Telnet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-Telnet/devel/perl-Net-Telnet.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- perl-Net-Telnet.spec	7 Mar 2008 02:12:43 -0000	1.10
+++ perl-Net-Telnet.spec	9 Jul 2008 05:04:04 -0000	1.11
@@ -1,29 +1,31 @@
-Name: 		perl-Net-Telnet
-Version: 	3.03
-Release: 	6.1
-Summary: 	Net-Telnet Perl module
-
-Group: 	 	Development/Libraries
-License: 	GPL+ or Artistic
-URL: 		http://search.cpan.org/dist/Net-Telnet/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildArch: 	noarch
-BuildRequires: 	perl >= 0:5.00503
-Source0: 	ftp://ftp.cpan.org/pub/CPAN/authors/id/J/JR/JROGERS/Net-Telnet-%{version}.tar.gz
-BuildRequires:	perl-Digest-HMAC
-BuildRequires:  perl(ExtUtils::MakeMaker)
-Requires:  	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Name: perl-Net-Telnet
+Summary: Net-Telnet Perl module
+Version: 3.03
+Release: 7%{?alphatag:.%{alphatag}}%{?dist}
+Group: Development/Libraries
+License: GPL+ or Artistic
+URL: http://search.cpan.org/dist/Net-Telnet/
+Source0: ftp://ftp.cpan.org/pub/CPAN/authors/id/J/JR/JROGERS/Net-Telnet-%{version}.tar.gz
+
+# runtime depends
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+# build
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch: noarch
+BuildRequires: perl >= 0:5.00503
+BuildRequires: perl-Digest-HMAC
+BuildRequires: perl(ExtUtils::MakeMaker)
 
 %description
-Net::Telnet allows you to make client connections to a TCP port and do network I/O,
-especially to a port using the TELNET protocol. Simple I/O methods such as print,
-get, and getline are provided. More sophisticated interactive features are provided
-because connecting to a TELNET port ultimately means communicating with a program
-designed for human interaction. These interactive features include the ability to
-specify a time-out and to wait for patterns to appear in the input stream, such as
-the prompt from a shell.
-
+Net::Telnet allows you to make client connections to a TCP port and do
+network I/O, especially to a port using the TELNET protocol. Simple I/O
+methods such as print, get, and getline are provided. More sophisticated
+interactive features are provided because connecting to a TELNET port
+ultimately means communicating with a program designed for human interaction.
+These interactive features include the ability to specify a time-out and to
+wait for patterns to appear in the input stream, such as the prompt from a
+shell.
 
 %prep
 %setup -q -n Net-Telnet-%{version} 
@@ -47,11 +49,18 @@
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog MANIFEST README
+%doc ChangeLog README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri May 23 2008 Fabio M. Di Nitto <fdinitto at redhat.com> - 3.03-7
+- Fix bug 226273:
+  * Add dist tag.
+  * Fix rpmlint errors for %%description.
+  * Remove MANIFEST from package.
+- General clean up of spec file.
+
 * Thu Mar 06 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 3.03-6.1
 Rebuild for new perl
 




More information about the fedora-extras-commits mailing list