SPECS: perl-Chart.spec - 2.4.1, generic URL

glen glen at pld-linux.org
Wed Jul 26 20:36:36 CEST 2006


Author: glen                         Date: Wed Jul 26 18:36:36 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 2.4.1, generic URL

---- Files affected:
SPECS:
   perl-Chart.spec (1.38 -> 1.39) 

---- Diffs:

================================================================
Index: SPECS/perl-Chart.spec
diff -u SPECS/perl-Chart.spec:1.38 SPECS/perl-Chart.spec:1.39
--- SPECS/perl-Chart.spec:1.38	Wed Nov  3 23:30:09 2004
+++ SPECS/perl-Chart.spec	Wed Jul 26 20:36:31 2006
@@ -5,19 +5,19 @@
 #
 %include	/usr/lib/rpm/macros.perl
 %define		pdir	Chart
-%define		pnam	Chart
 Summary:	Chart - create .png or .jpg files with charts
 Summary(pl):	Chart - tworzenie wykresów w formacie .png lub .jpg
 Name:		perl-Chart
-Version:	2.3
+Version:	2.4.1
 Release:	1
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
-Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pnam}-%{version}.tar.gz
-# Source0-md5:	809540667dd703353af30147ef27b67d
-BuildRequires:	perl-devel >= 1:5.8.0
+Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{version}.tar.gz
+# Source0-md5:	5e7a80badfb8bf6e29b21879689bcc2f
+URL:		http://search.cpan.org/dist/Chart/
 %{?with_tests:BuildRequires:	perl-GD}
+BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -29,7 +29,7 @@
 Chart - zestaw modułów do tworzenia wykresów.
 
 %prep
-%setup -q -n %{pnam}-%{version}
+%setup -q -n %{pdir}-%{version}
 
 %build
 %{__perl} Makefile.PL \
@@ -44,13 +44,17 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Chart/.packlist
+rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/Chart.pod
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README TODO doc/*.pdf
+%doc README TODO
 %{perl_vendorlib}/Chart/*.pm
+%{_mandir}/man3/Chart.3pm*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -58,6 +62,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2006/07/26 18:36:31  glen
+- 2.4.1, generic URL
+
 Revision 1.38  2004/11/03 22:30:09  paladine
 - formatting
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-Chart.spec?r1=1.38&r2=1.39&f=u



More information about the pld-cvs-commit mailing list