rpms/perl-Net-SCP/FC-4 perl-Net-SCP.spec,1.6,1.7

Michael J Knox (mjk) fedora-extras-commits at redhat.com
Wed Jun 7 19:58:08 UTC 2006


Author: mjk

Update of /cvs/extras/rpms/perl-Net-SCP/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24879/FC-4

Modified Files:
	perl-Net-SCP.spec 
Log Message:
taking ownership and rebuilding



Index: perl-Net-SCP.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-SCP/FC-4/perl-Net-SCP.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- perl-Net-SCP.spec	6 Apr 2005 22:13:07 -0000	1.6
+++ perl-Net-SCP.spec	7 Jun 2006 19:58:08 -0000	1.7
@@ -2,7 +2,7 @@
 
 Name:           perl-Net-SCP
 Version:        0.07
-Release:        2
+Release:        3%{dist}
 
 Summary:        Perl extension for secure copy protocol
 
@@ -31,14 +31,14 @@
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 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 \
+  PERL_INSTALL_ROOT=%{buildroot} \
+  INSTALLARCHLIB=%{buildroot}%{perl_archlib}
+find %{buildroot} -type f -a \( -name perllocal.pod -o -name .packlist \
   -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
+find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w %{buildroot}/*
 
 
 %check || :
@@ -46,7 +46,7 @@
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %files
@@ -57,6 +57,9 @@
 
 
 %changelog
+* Thu Jun 08 2006 Michael J. Knox <michael[AT]knox.net.nz> - 0.07-3
+- rebuilt and spec clean.
+ 
 * Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 




More information about the fedora-extras-commits mailing list