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

Ville Skytta (scop) fedora-extras-commits at redhat.com
Mon Jan 17 21:07:18 UTC 2005


Author: scop

Update of /cvs/extras/rpms/perl-Chart/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv17160/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Chart.spec 
Log Message:
auto-import perl-Chart-2.3-2 on branch devel from perl-Chart-2.3-2.src.rpm


--- NEW FILE perl-Chart.spec ---
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}

Name:           perl-Chart
Version:        2.3
Release:        2
Epoch:          0
Summary:        Perl module for producing many types of charts

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/Chart/
Source0:        http://www.cpan.org/authors/id/C/CH/CHARTGRP/Chart-2.3.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl >= 1:5.6.1, perl(GD) >= 0:1.20
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
%{summary}.


%prep
%setup -q -n Chart-%{version}
chmod 644 Chart/*.pm TODO doc/Documentation.pdf


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


%install
rm -rf $RPM_BUILD_ROOT
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/*


%check || :
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README TODO doc/Documentation.pdf rgb.txt
%{perl_vendorlib}/Chart


%changelog
* Sun Jul 11 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.3-2
- Bring up to date with current fedora.us Perl Spec template.

* Thu Jan 15 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.3-0.fdr.1
- Update to 2.3.
- Fix file permissions.

* Sat Oct 11 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.2-0.fdr.1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Chart/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Jan 2005 21:06:19 -0000	1.1
+++ .cvsignore	17 Jan 2005 21:07:15 -0000	1.2
@@ -0,0 +1 @@
+Chart-2.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Chart/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Jan 2005 21:06:19 -0000	1.1
+++ sources	17 Jan 2005 21:07:15 -0000	1.2
@@ -0,0 +1 @@
+809540667dd703353af30147ef27b67d  Chart-2.3.tar.gz




More information about the fedora-extras-commits mailing list