rpms/perl-HTML-BarGraph/F-12 import.log, NONE, 1.1 perl-HTML-BarGraph.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Tue Mar 30 22:38:37 UTC 2010


Author: eseyman

Update of /cvs/pkgs/rpms/perl-HTML-BarGraph/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27144/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-HTML-BarGraph.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-HTML-BarGraph-0_5-1_fc12:F-12:perl-HTML-BarGraph-0.5-1.fc12.src.rpm:1269988671


--- NEW FILE perl-HTML-BarGraph.spec ---
Name:           perl-HTML-BarGraph
Version:        0.5
Release:        1%{?dist}
Summary:        Generate multiset bar graphs using plain HTML
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/HTML-BarGraph/
Source0:        http://www.cpan.org/authors/id/P/PO/PODGURSV/HTML-BarGraph-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%{?perl_default_filter}

%description
HTML::BarGraph is a module that creates graphics for one or more data-sets,
using plain HTML and, optionally, one-pixel images, which are stretched
using the width and height attributes of the HTML img tag.

%prep
%setup -q -n HTML-BarGraph-%{version}
chmod -x BarGraph.pm

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
mkdir $RPM_BUILD_ROOT/%{_datadir}/%{name}
cp sample.html $RPM_BUILD_ROOT/%{_datadir}/%{name}
cp -r pixels $RPM_BUILD_ROOT/%{_datadir}/%{name}

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README sample.html
%{perl_vendorlib}/*
%{_mandir}/man3/*
%{_datadir}/%{name}

%changelog
* Fri Mar 26 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 0.5-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-BarGraph/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	30 Mar 2010 21:50:31 -0000	1.1
+++ .cvsignore	30 Mar 2010 22:38:36 -0000	1.2
@@ -0,0 +1 @@
+HTML-BarGraph-0.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-BarGraph/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	30 Mar 2010 21:50:31 -0000	1.1
+++ sources	30 Mar 2010 22:38:36 -0000	1.2
@@ -0,0 +1 @@
+afed0c830ba3f9e8ef6c7c5741ae2106  HTML-BarGraph-0.5.tar.gz




More information about the perl-devel mailing list