rpms/perl-Net-SSH/devel .cvsignore, 1.2, 1.3 perl-Net-SSH.spec, 1.4, 1.5 sources, 1.2, 1.3

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu Dec 16 19:16:34 UTC 2004


Author: scop

Update of /cvs/extras/rpms/perl-Net-SSH/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv11630

Modified Files:
	.cvsignore perl-Net-SSH.spec sources 
Log Message:
Update to 0.08, fix x86_64 build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-SSH/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 05:06:02 -0000	1.2
+++ .cvsignore	16 Dec 2004 19:16:32 -0000	1.3
@@ -1 +1 @@
-Net-SSH-0.07.tar.gz
+Net-SSH-0.08.tar.gz


Index: perl-Net-SSH.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-SSH/devel/perl-Net-SSH.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Net-SSH.spec	10 Dec 2004 22:03:08 -0000	1.4
+++ perl-Net-SSH.spec	16 Dec 2004 19:16:32 -0000	1.5
@@ -1,17 +1,20 @@
+%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
+
 Name:           perl-Net-SSH
-Version:        0.07
-Release:        5
+Version:        0.08
+Release:        1
 Epoch:          0
 Summary:        Perl extension for secure shell
 
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Net-SSH/
-Source0:        http://www.cpan.org/authors/id/I/IV/IVAN/Net-SSH-0.07.tar.gz
+Source0:        http://www.cpan.org/authors/id/I/IV/IVAN/Net-SSH-0.08.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl
+BuildRequires:  perl >= 1:5.6.1
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       openssh-clients
 
 %description
@@ -27,17 +30,14 @@
 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+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 d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
@@ -53,11 +53,15 @@
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{_libdir}/perl*/*
-%{_mandir}/man3/*.3*
+%{perl_vendorlib}/Net
+%{_mandir}/man3/Net::SSH.3*
 
 
 %changelog
+* Thu Dec 16 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.08-1
+- Update to 0.08.
+- Sync with fedora-rpmdevtools' Perl spec template to fix x86_64 build.
+
 * Tue Jan 13 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.07-0.fdr.5
 - Fix documentation and module permissions (#65).
 - Run tests in the %%check section.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-SSH/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 05:06:02 -0000	1.2
+++ sources	16 Dec 2004 19:16:32 -0000	1.3
@@ -1 +1 @@
-3c8701d2f3b8b40fe9f8819548a19ede  Net-SSH-0.07.tar.gz
+c25a38f0b1d1b126cfb5dc231ac269da  Net-SSH-0.08.tar.gz




More information about the fedora-extras-commits mailing list