]> git.pld-linux.org Git - packages/perl-Palm.git/blame - perl-Palm.spec
- tabs in preamble
[packages/perl-Palm.git] / perl-Palm.spec
CommitLineData
90ff29d8
MP
1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
5%include /usr/lib/rpm/macros.perl
cedac58c 6%define pnam Palm
90ff29d8 7Summary: Set of Palm modules
f7aa8d82 8Summary(pl.UTF-8): Zestaw modułów Palm
90ff29d8
MP
9Name: perl-Palm
10Version: 1.3.0
11Release: 1
81e00c73 12License: Artistic
90ff29d8 13Group: Development/Languages/Perl
cedac58c 14Source0: http://www.cpan.org/modules/by-authors/id/A/AR/ARENSB/p5-%{pnam}-%{version}.tar.gz
90ff29d8
MP
15# Source0-md5: 67770a4c650f3880a8b1cbded0696e70
16BuildRequires: perl-devel >= 1:5.8.0
17BuildRequires: rpm-perlprov >= 4.1-13
18BuildArch: noarch
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
7ced5a00
JB
22Set of Palm related modules: Palm::Address, Palm::Datebook,
23Palm::Mail, Palm::Memo, Palm::PDB, Palm::Raw, Palm::StdAppInfo,
24Palm::ToDo.
25
602d9b57
JR
26%description -l pl.UTF-8
27Zestaw modułów związanych z Palmem: Palm::Address, Palm::Datebook,
7ced5a00
JB
28Palm::Mail, Palm::Memo, Palm::PDB, Palm::Raw, Palm::StdAppInfo,
29Palm::ToDo.
90ff29d8
MP
30
31%prep
32%setup -q -n p5-Palm-1.003_000
33
34%build
35%{__perl} Makefile.PL \
36 INSTALLDIRS=vendor
90ff29d8
MP
37%{__make}
38
39%{?with_tests:%{__make} test}
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
52%doc ChangeLog README
7ced5a00
JB
53%attr(755,root,root) %{_bindir}/pdbdump
54%dir %{perl_vendorlib}/Palm
90ff29d8 55%{perl_vendorlib}/Palm/*pm
90ff29d8 56%{_mandir}/man[13]/*
This page took 0.032858 seconds and 4 git commands to generate.