Name: perl-Locale-Maketext-Gettext Version: 1.26 Release: 1%{?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/modules/by-module/Locale/Locale-Maketext-Gettext-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) 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 ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc BUGS Changes README THANKS %{perl_vendorlib}/* %{_mandir}/man1/* %{_mandir}/man3/* /usr/bin/maketext %changelog * Sun Mar 30 2008 Dave Cross 1.24-1 - Specfile autogenerated by cpanspec 1.74.