Name: perl-LaTeX-Driver Version: 0.08 Release: 1%{?dist} Summary: Latex driver License: CHECK(GPL+ or Artistic) Group: Development/Libraries URL: http://search.cpan.org/dist/LaTeX-Driver/ Source0: http://www.cpan.org/authors/id/A/AN/ANDREWF/LaTeX-Driver-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::Accessor) BuildRequires: perl(Exception::Class) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Slurp) Requires: perl(Class::Accessor) Requires: perl(Exception::Class) Requires: perl(File::Slurp) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The LaTeX::Driver module encapsulates the details of invoking the Latex programs to format a LaTeX document. Formatting with LaTeX is complicated; there are potentially many programs to run and the output of those programs must be monitored to determine whether further processing is required. %prep %setup -q -n LaTeX-Driver-%{version} %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 -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 README TODO %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Tue Mar 10 2009 Dave Cross 0.08-1 - Specfile autogenerated by cpanspec 1.77.