rpms/perl-IO-Tty/EL-4 .cvsignore, 1.2, 1.3 perl-IO-Tty.spec, 1.5, 1.6 sources, 1.2, 1.3

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Dec 18 14:43:08 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/perl-IO-Tty/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2591

Modified Files:
	.cvsignore perl-IO-Tty.spec sources 
Log Message:
Sync with devel.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Tty/EL-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 05:01:38 -0000	1.2
+++ .cvsignore	18 Dec 2007 14:42:33 -0000	1.3
@@ -1 +1 @@
-IO-Tty-1.02.tar.gz
+IO-Tty-1.07.tar.gz


Index: perl-IO-Tty.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Tty/EL-4/perl-IO-Tty.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-IO-Tty.spec	10 Dec 2004 22:03:08 -0000	1.5
+++ perl-IO-Tty.spec	18 Dec 2007 14:42:33 -0000	1.6
@@ -1,18 +1,16 @@
-%{!?perl_vendorarch: %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)}
-
 Name:           perl-IO-Tty
-Version:        1.02
-Release:        2
-Epoch:          0
+Version:        1.07
+Release:        2%{?dist}.1
 Summary:        Perl interface to pseudo tty's
 
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/IO-Tty/
-Source0:        http://www.cpan.org/authors/id/R/RG/RGIERSIG/IO-Tty-1.02.tar.gz
+Source0:        http://www.cpan.org/authors/id/R/RG/RGIERSIG/IO-Tty-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 IO::Tty and IO::Pty provide an interface to pseudo tty's.
@@ -23,22 +21,20 @@
 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
-make OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install \
-  PERL_INSTALL_ROOT=$RPM_BUILD_ROOT \
-  INSTALLARCHLIB=$RPM_BUILD_ROOT%{perl_archlib}
-find $RPM_BUILD_ROOT -type f -a \( -name perllocal.pod -o -name .packlist \
-  -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';'
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check || :
+%check
 make test
 
 
@@ -49,12 +45,44 @@
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog README
-%{perl_vendorarch}/auto/IO
-%{perl_vendorarch}/IO
-%{_mandir}/man3/*.3*
+%{perl_vendorarch}/auto/IO/
+%{perl_vendorarch}/IO/
+%{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.07-2.1
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
+* Sun Sep 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.07-2
+- Rebuild for FC6.
+
+* Fri Jul 21 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.07-1
+- Update to 1.07.
+
+* Tue Jul 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-1
+- Update to 1.06.
+
+* Sat Jun 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.05-1
+- Update to 1.05.
+
+* Wed May 31 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.04-1
+- Update to 1.04.
+
+* Tue May  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.03-1
+- Update to 1.03.
+- Taking maintainership.
+
+* Tue Feb 14 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.02-5
+- Rebuild.
+
+* Tue Jan 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.02-4
+- Rebuild, cosmetic cleanups.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.02-3
+- rebuilt
+
 * Sun Feb  1 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.02-0.fdr.2
 - Reduce directory ownership bloat.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Tty/EL-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 05:01:38 -0000	1.2
+++ sources	18 Dec 2007 14:42:33 -0000	1.3
@@ -1 +1 @@
-875a8bc6e0643f4fc892dbe113e43286  IO-Tty-1.02.tar.gz
+2a54e49b60a4092e93af5b8073ec5325  IO-Tty-1.07.tar.gz




More information about the fedora-extras-commits mailing list