%perl_module gettext 1.05 3 Summary: message handling functions Group: Applications/CPAN License: GPL/Artistic URL: http://search.cpan.org/~pvandry/%{pkgname}-%{version}/ Source: http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: perl(ExtUtils::MakeMaker) %description This is a perl5 module quickly written to gain access to the C library functions for internatialization. They work just like the C versions. %prep %setup -q -n %{pkgname}-%{version} %build %perl_configure make %perl_makecheck %install rm -rf %{buildroot} %perl_makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README %{perl_vendorarch}/Locale/gettext.pm %{perl_vendorarch}/auto/Locale/gettext/gettext.so %{perl_man3dir}/Locale::gettext.3pm* %changelog * Thu Jan 5 2006 Axel Thimm - Initial build.