rpms/perl-Chart/devel .cvsignore, 1.4, 1.5 perl-Chart.spec, 1.5, 1.6 sources, 1.4, 1.5 dead.package, 1.1, NONE

Michael J Knox (mjk) fedora-extras-commits at redhat.com
Mon May 29 08:11:28 UTC 2006


Author: mjk

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

Added Files:
	.cvsignore perl-Chart.spec sources 
Removed Files:
	dead.package 
Log Message:
re-importing into devel



Index: .cvsignore
===================================================================
RCS file: .cvsignore
diff -N .cvsignore
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ .cvsignore	29 May 2006 08:11:28 -0000	1.5
@@ -0,0 +1 @@
+Chart-2.4.1.tar.gz


Index: perl-Chart.spec
===================================================================
RCS file: perl-Chart.spec
diff -N perl-Chart.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ perl-Chart.spec	29 May 2006 08:11:28 -0000	1.6
@@ -0,0 +1,73 @@
+Name:           perl-Chart
+Version:        2.4.1
+Release:        2%{?dist}
+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-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+BuildRequires:  perl(GD) >= 1.20
+Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+%{summary}.
+
+
+%prep
+%setup -q -n Chart-%{version}
+chmod -c 644 Chart/*.pm TODO Documentation.pdf
+
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+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 d -depth -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w %{buildroot}/*
+
+
+%check
+make test
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc README TODO Documentation.pdf
+%{perl_vendorlib}/Chart*
+%{_mandir}/man3/Chart.3*
+
+
+%changelog
+* Mon May 29 2006 Michael J. Knox <michael[AT]knox.net.nz> - 2.4.1-2
+- rebuilt and reimported in to devel
+
+* Wed Jan 25 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.4.1-1
+- 2.4.1.
+- Don't ship rgb.txt in docs.
+- Specfile cleanups.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.3-3
+- rebuilt
+
+* 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: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	29 May 2006 08:11:28 -0000	1.5
@@ -0,0 +1 @@
+5e7a80badfb8bf6e29b21879689bcc2f  Chart-2.4.1.tar.gz


--- dead.package DELETED ---




More information about the fedora-extras-commits mailing list