rpms/perl-RRD-Simple/devel perl-RRD-Simple.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Wed Jun 28 06:07:35 UTC 2006


Author: cweyl

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-RRD-Simple.spec 
Log Message:
auto-import perl-RRD-Simple-1.39-0.fc5 on branch devel from perl-RRD-Simple-1.39-0.fc5.src.rpm


--- NEW FILE perl-RRD-Simple.spec ---

Name:     perl-RRD-Simple
Version:  1.39
Release:  0%{?dist}
Summary:  Simple interface to create and store data in RRD files

Group:    Development/Libraries
License:  Apache Software License, Version 2.0
URL:      http://search.cpan.org/dist/RRD-Simple
Source0:  http://search.cpan.org/CPAN/authors/id/N/NI/NICOLAW/RRD-Simple-%{version}.tar.gz

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch  
BuildRequires:  perl, perl(Module::Build), perl(Test::Deep)
BuildRequires:  perl(RRDs)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
RRD::Simple provides a simple interface to RRDTool's RRDs module. This module
does not currently offer the fetch method that is available in the RRDs 
module.  It does however create RRD files with a sensible set of default RRA
Round Robin Archive) definitions, and can dynamically add new data source 
names to an existing RRD file.

This module is ideal for quick and simple storage of data within an RRD file
if you do not need to, nor want to, bother defining custom RRA definitions.

%prep
%setup -q -n RRD-Simple-%{version}


%build
echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w %{buildroot}/*


%check
make test


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc Changes INSTALL LICENSE NOTICE README examples
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*


%changelog
* Tue Jun 27 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.39-0
- Initial spec file for F-E


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-RRD-Simple/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Jun 2006 06:07:19 -0000	1.1
+++ .cvsignore	28 Jun 2006 06:07:35 -0000	1.2
@@ -0,0 +1 @@
+RRD-Simple-1.39.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-RRD-Simple/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Jun 2006 06:07:19 -0000	1.1
+++ sources	28 Jun 2006 06:07:35 -0000	1.2
@@ -0,0 +1 @@
+5a9a90877b4a99da15eac0eb52729773  RRD-Simple-1.39.tar.gz




More information about the fedora-extras-commits mailing list