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

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Thu Apr 19 18:33:58 UTC 2007


Author: cweyl

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-GraphViz.spec 
Log Message:
initial commit



--- NEW FILE perl-GraphViz.spec ---
Name:           perl-GraphViz
Version:        2.02
Release:        1%{?dist}
Summary:        Interface to the GraphViz graphing tool
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/GraphViz/
Source0:        http://www.cpan.org/authors/id/L/LB/LBROCARD/GraphViz-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(IPC::Run) >= 0.6

# optional test
BuildRequires:  perl(Test::Pod)

#Requires:       perl(IPC::Run) >= 0.6
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides an interface to layout and image generation of
directed and undirected graphs in a variety of formats (PostScript, PNG,
etc.) using the "dot", "neato", "twopi", "circo" and "fdp" programs from
the GraphViz project (http://www.graphviz.org/ or
http://www.research.att.com/sw/tools/graphviz/).

%prep
%setup -q -n GraphViz-%{version}

find . -type f -exec chmod -c -x {} \;

perl -pi -e 's|/usr/local/bin/perl|/usr/bin/perl|' examples/primes_aux.pl

%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} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc CHANGES README examples/
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon Apr 09 2007 Chris Weyl <cweyl at alumni.drew.edu> 2.02-1
- Specfile autogenerated by cpanspec 1.70.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-GraphViz/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Apr 2007 18:05:31 -0000	1.1
+++ .cvsignore	19 Apr 2007 18:33:24 -0000	1.2
@@ -0,0 +1 @@
+GraphViz-2.02.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-GraphViz/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Apr 2007 18:05:31 -0000	1.1
+++ sources	19 Apr 2007 18:33:24 -0000	1.2
@@ -0,0 +1 @@
+bb89286643e01631d1b7b0179ef120d6  GraphViz-2.02.tar.gz




More information about the fedora-extras-commits mailing list