Author: philipp Update of /cvs/pkgs/rpms/perl-Text-vCard/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22747 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@xxxxxxxxxxxxxxxxx 2.07-1 - Bugfix for get_simple_type(). Makefile simplified. * Sun Jan 24 2010 philipp@xxxxxxxxxxxxxxxxx 2.06-1 - New method added (get_simple_type()). Various documentation fixes. * Fri Jan 22 2010 philipp@xxxxxxxxxxxxxxxxx 2.05-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-vCard/devel/.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:24:40 -0000 1.2 @@ -0,0 +1 @@ +Text-vCard-2.07.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-vCard/devel/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:24:40 -0000 1.2 @@ -0,0 +1 @@ +0ddde5121be180cb19a54cadd2b38404 Text-vCard-2.07.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel