rpms/perl-Text-vCard/F-12 perl-Text-vCard.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Philip Prindeville philipp at fedoraproject.org
Tue Feb 2 01:40:04 UTC 2010


Author: philipp

Update of /cvs/pkgs/rpms/perl-Text-vCard/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24933

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Text-vCard.spec 
Log Message:
Initial commit of v2.07.


--- NEW FILE perl-Text-vCard.spec ---
Name:           perl-Text-vCard
Version:        2.07
Release:        1%{?dist}
Summary:        Package to edit and create a single vCard (RFC 2426)
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Text-vCard/
Source0:        http://www.cpan.org/authors/id/L/LL/LLAP/Text-vCard-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::Slurp)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Text::vFile::asData)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
vCards are electronic business cards used by various message user
agents (MUAs) and defined in RFC 2426.  They are a simple and
extensible representation for common contact information such as
name, company, telephone, fax, address, email, etc. and some
less common information such as IM or Googletalk handles.

This package provides an interface for manipulating vCards.

%prep
%setup -q -n Text-vCard-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%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 \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Jan 28 2010 philipp at fedoraproject.org 2.07-1
- Bugfix for get_simple_type().  Makefile simplified.

* Sun Jan 24 2010 philipp at fedoraproject.org 2.06-1
- New method added (get_simple_type()).  Various documentation fixes.

* Fri Jan 22 2010 philipp at fedoraproject.org 2.05-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-vCard/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	2 Feb 2010 00:08:57 -0000	1.1
+++ .cvsignore	2 Feb 2010 01:40:03 -0000	1.2
@@ -0,0 +1 @@
+Text-vCard-2.07.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-vCard/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	2 Feb 2010 00:08:57 -0000	1.1
+++ sources	2 Feb 2010 01:40:04 -0000	1.2
@@ -0,0 +1 @@
+0ddde5121be180cb19a54cadd2b38404  Text-vCard-2.07.tar.gz



More information about the scm-commits mailing list