Name: perl-Locale-Maketext-Gettext Version: 1.27 Release: 2%{?dist} Summary: Joins the gettext and Maketext frameworks License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Locale-Maketext-Gettext/ Source0: http://www.cpan.org/authors/id/I/IM/IMACAT/Locale-Maketext-Gettext-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Locale::Maketext::Gettext joins the GNU gettext and Maketext frameworks. It is a subclass of Locale::Maketext(3) that follows the way GNU gettext works. It works seamlessly, both in the sense of GNU gettext and Maketext. As a result, you enjoy both their advantages, and get rid of both their problems, too. %prep %setup -q -n Locale-Maketext-Gettext-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check rm -f debugsources.list debugfiles.list debuglinks.list ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Artistic BUGS Changes COPYING README THANKS TODO %{perl_vendorlib}/* %{_mandir}/man3/* %{_bindir}/maketext %{_mandir}/man1/* %changelog * Mon Sep 21 2009 RĂ¼diger Landmann 1.27-2 - added BuildRequires: perl(Test::More) and BuildRequires: perl(Test::Pod) * Mon Sep 07 2009 RĂ¼diger Landmann 1.27-1 - Specfile autogenerated by cpanspec 1.78.