]> git.pld-linux.org Git - packages/perl-Text-vCard.git/blame - perl-Text-vCard.spec
- converted to UTF-8
[packages/perl-Text-vCard.git] / perl-Text-vCard.spec
CommitLineData
0595fae4
MP
1#
2# Conditional build:
3%bcond_without autodeps # don't BR packages needed only for resolving deps
1d98ff07 4%bcond_without tests # do not perform "make test"
0595fae4
MP
5#
6%include /usr/lib/rpm/macros.perl
7%define pdir Text
8%define pnam vCard
1d98ff07 9Summary: Text::vCard - module to edit and create a single vCard (RFC 2426)
b1292edc 10Summary(pl.UTF-8): Text::vCard - moduł do edycji i tworzenia pojedynczych vCardów (RFC 2426)
0595fae4 11Name: perl-Text-vCard
0eb73505 12Version: 2.00
13Release: 1
1d98ff07
JB
14# same as perl
15License: GPL v1+ or Artistic
0595fae4
MP
16Group: Development/Languages/Perl
17Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
0eb73505 18# Source0-md5: 6374c7416ac96d0beaefbde67676e9e2
1d98ff07 19URL: http://search.cpan.org/dist/Text-vCard/
0595fae4
MP
20BuildRequires: perl-devel >= 1:5.8.0
21BuildRequires: rpm-perlprov >= 4.1-13
0595fae4
MP
22%if %{with autodeps} || %{with tests}
23BuildRequires: perl-File-Slurp
24BuildRequires: perl-Text-vFile-asData
25%endif
0595fae4
MP
26BuildArch: noarch
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
0595fae4 29%description
1d98ff07
JB
30This Perl module implements interface for both single vcard
31(Text::vCard) and addressbook (Text::vCard::Addressbook). vCard is an
32electronic business card. You will find that many applications (Apple
33Address Book, MS Outlook, Evolution etc) can export and import vCards.
34This package has been developed based on RFC 2426.
35
b1292edc
JR
36%description -l pl.UTF-8
37Ten moduł Perla implementuje interfejs do pojedynczych vcardów
38(Text::vCard) oraz książek adresowych (Text::vCard::Addressbook).
39vCard to elektroniczna wizytówka. Jest wiele aplikacji (Apple Address
40Book, MS Outlook, Evolution itp.) potrafiących eksportować i
41importować vCardy. Ten pakiet został stworzony w oparciu o RFC 2426.
0595fae4
MP
42
43%prep
44%setup -q -n %{pdir}-%{pnam}-%{version}
45
46%build
47%{__perl} Makefile.PL \
48 INSTALLDIRS=vendor
49
50%{__make}
51
52%{?with_tests:%{__make} test}
53
54%install
55rm -rf $RPM_BUILD_ROOT
56
57%{__make} pure_install \
58 DESTDIR=$RPM_BUILD_ROOT
59
60%clean
61rm -rf $RPM_BUILD_ROOT
62
63%files
64%defattr(644,root,root,755)
65%doc Changes TODO
0595fae4 66%{perl_vendorlib}/Text/vCard.pm
1d98ff07 67%dir %{perl_vendorlib}/Text/vCard
0595fae4
MP
68%{perl_vendorlib}/Text/vCard/*.pm
69%{_mandir}/man3/*
This page took 0.049806 seconds and 4 git commands to generate.