Name: perl-Pod-Server Version: 1.12 Release: 1%{?dist} Summary: Web server for locally installed perl documentation License: MIT Group: Development/Libraries URL: http://search.cpan.org/dist/Pod-Server/ Source0: http://www.cpan.org/authors/id/B/BE/BEPPU/Pod-Server-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Which) BuildRequires: perl(HTML::AsSubs) BuildRequires: perl(Pod::Simple::HTML) BuildRequires: perl(Squatting) >= 0.81 BuildRequires: perl(Text::VimColor) Requires: perl(File::Which) Requires: perl(HTML::AsSubs) Requires: perl(Pod::Simple::HTML) Requires: perl(Squatting) >= 0.81 Requires: perl(Text::VimColor) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description In the Ruby world, there is a utility called gem_server which starts up a little web server that serves documentation for all the locally installed RubyGems. When I was coding in Ruby, I found it really useful to know what gems I had installed and how to use their various APIs. %prep %setup -q -n Pod-Server-%{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 %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Wed Jul 27 2011 Dave Cross 1.12-1 - Specfile autogenerated by cpanspec 1.78.