rpms/perl-User-Identity/FC-6 perl-User-Identity.spec, NONE, 1.1 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Apr 9 13:54:36 UTC 2007


Author: spot

Update of /cvs/extras/rpms/perl-User-Identity/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14155/FC-6

Modified Files:
	sources 
Added Files:
	perl-User-Identity.spec 
Log Message:

Initial import for new branches.



--- NEW FILE perl-User-Identity.spec ---
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 <tcallawa at redhat.com> - 0.91-1
- Initial package for Fedora


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-User-Identity/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Apr 2007 06:35:52 -0000	1.1
+++ sources	9 Apr 2007 13:54:02 -0000	1.2
@@ -0,0 +1 @@
+d5929be62a99b90f60b07062ab86a2ec  User-Identity-0.91.tar.gz




More information about the fedora-extras-commits mailing list