rpms/perl-RRD-Simple/devel .cvsignore, 1.3, 1.4 perl-RRD-Simple.spec, 1.4, 1.5 sources, 1.3, 1.4

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Tue Feb 13 17:01:41 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-RRD-Simple/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10408/devel

Modified Files:
	.cvsignore perl-RRD-Simple.spec sources 
Log Message:
update to 1.41
switch to using Build.PL directly



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-RRD-Simple/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	25 Aug 2006 15:19:30 -0000	1.3
+++ .cvsignore	13 Feb 2007 17:01:08 -0000	1.4
@@ -1 +1 @@
-RRD-Simple-1.40.tar.gz
+RRD-Simple-1.41.tar.gz


Index: perl-RRD-Simple.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-RRD-Simple/devel/perl-RRD-Simple.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-RRD-Simple.spec	1 Sep 2006 04:22:10 -0000	1.4
+++ perl-RRD-Simple.spec	13 Feb 2007 17:01:08 -0000	1.5
@@ -1,10 +1,10 @@
 Name:     perl-RRD-Simple
-Version:  1.40
-Release:        2%{?dist}
+Version:  1.41
+Release:  1%{?dist}
 Summary:  Simple interface to create and store data in RRD files
 
 Group:    Development/Libraries
-License:  Apache Software License, Version 2.0
+License:  Apache Software License
 URL:      http://search.cpan.org/dist/RRD-Simple
 Source0:  http://search.cpan.org/CPAN/authors/id/N/NI/NICOLAW/RRD-Simple-%{version}.tar.gz
 
@@ -30,22 +30,22 @@
 
 
 %build
-echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+# prevent call-home query/timeout.  not strictly necessary
+AUTOMATED_TESTING=1 %{__perl} Build.PL installdirs=vendor
+./Build
 
 
 %install
 rm -rf %{buildroot}
 
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+./Build install destdir=%{buildroot} create_packlist=0
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
 %{_fixperms} %{buildroot}/*
 
 
 %check
-make test
+./Build test
 
 
 %clean
@@ -60,6 +60,10 @@
 
 
 %changelog
+* Tue Feb 13 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.41-1
+- update to 1.41
+- use Build.PL directly
+
 * Thu Aug 31 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.40-2
 - bump for mass rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-RRD-Simple/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	25 Aug 2006 15:19:30 -0000	1.3
+++ sources	13 Feb 2007 17:01:08 -0000	1.4
@@ -1 +1 @@
-3995bfff426755539667c549e4ae280a  RRD-Simple-1.40.tar.gz
+61656a91e8a424305ceab3e850c05d9e  RRD-Simple-1.41.tar.gz




More information about the fedora-extras-commits mailing list