Name: perl-User-Identity Version: 0.91 Release: 1%{?dist} Summary: Maintains info about a physical person Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/User-Identity/ Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/User-Identity-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker), perl(Geography::Countries) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description A modules designed to store and maintain a set of informational objects which are related to one user. %prep %setup -q -n User-Identity-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %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 ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{perl_vendorlib}/User/ %{perl_vendorlib}/Mail/ %{_mandir}/man3/*.3* %changelog * Mon Apr 2 2007 Tom "spot" Callaway - 0.91-1 - Initial package for Fedora