rpms/perl-SVG-TT-Graph/F-12 import.log, NONE, 1.1 perl-SVG-TT-Graph.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Tue Mar 30 23:04:46 UTC 2010


Author: eseyman

Update of /cvs/pkgs/rpms/perl-SVG-TT-Graph/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31967/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-SVG-TT-Graph.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-SVG-TT-Graph-0_12-1_fc12:F-12:perl-SVG-TT-Graph-0.12-1.fc12.src.rpm:1269989250


--- NEW FILE perl-SVG-TT-Graph.spec ---
Name:           perl-SVG-TT-Graph
Version:        0.12
Release:        1%{?dist}
Summary:        Base object for generating SVG Graphs
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/SVG-TT-Graph/
Source0:        http://www.cpan.org/authors/id/I/IA/IANRODDIS/SVG-TT-Graph-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(DateTime)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(HTTP::Date)
BuildRequires:  perl(Template)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%{?perl_default_filter}

%description
This package can be used as a base for creating SVG graphs with
Template Toolkit.

%prep
%setup -q -n SVG-TT-Graph-%{version}
find . -type f -exec chmod 644 {} \;
sed -i 's/\r//' Changes

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$RPM_BUILD_ROOT

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 generate_examples_pl timeseries_pl
%{perl_vendorlib}/*
%{_mandir}/man3/*

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-SVG-TT-Graph/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:54 -0000	1.1
+++ .cvsignore	30 Mar 2010 23:04:46 -0000	1.2
@@ -0,0 +1 @@
+SVG-TT-Graph-0.12.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-SVG-TT-Graph/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:54 -0000	1.1
+++ sources	30 Mar 2010 23:04:46 -0000	1.2
@@ -0,0 +1 @@
+62d21e21612a34f987df21a169150c1f  SVG-TT-Graph-0.12.tar.gz




More information about the perl-devel mailing list