rpms/perl-IO-Tty/FC-4 .cvsignore, 1.2, 1.3 perl-IO-Tty.spec, 1.7, 1.8 sources, 1.2, 1.3

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Tue May 9 18:42:32 UTC 2006


Author: jpo

Update of /cvs/extras/rpms/perl-IO-Tty/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26207

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-Tty/FC-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	9 May 2006 18:42:31 -0000	1.3
@@ -1 +1 @@
-IO-Tty-1.02.tar.gz
+IO-Tty-1.03.tar.gz


Index: perl-IO-Tty.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-Tty/FC-4/perl-IO-Tty.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-IO-Tty.spec	6 Apr 2005 22:12:45 -0000	1.7
+++ perl-IO-Tty.spec	9 May 2006 18:42:31 -0000	1.8
@@ -1,18 +1,16 @@
-%{!?perl_vendorarch: %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)}
-
 Name:           perl-IO-Tty
-Version:        1.02
-Release:        3
-
+Version:        1.03
+Release:        1%{?dist}
 Summary:        Perl interface to pseudo tty's
 
 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
+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,13 +45,23 @@
 %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/IO::*ty*.3pm*
 
 
 %changelog
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+* 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


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-Tty/FC-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	9 May 2006 18:42:31 -0000	1.3
@@ -1 +1 @@
-875a8bc6e0643f4fc892dbe113e43286  IO-Tty-1.02.tar.gz
+785dbdb44432a2ac190de59a58f5d34b  IO-Tty-1.03.tar.gz




More information about the fedora-extras-commits mailing list