]> git.pld-linux.org Git - packages/perl-Email-LocalDelivery.git/blob - perl-Email-LocalDelivery.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Email-LocalDelivery.git] / perl-Email-LocalDelivery.spec
1 #
2 # Conditional build:
3 %bcond_without  tests   # do not perform "make test"
4 #
5 %define         pdir    Email
6 %define         pnam    LocalDelivery
7 Summary:        Email::LocalDelivery - deliver a piece of email - simply
8 Summary(pl.UTF-8):      Email::LocalDelivery - po prostu dostarczanie poczty
9 Name:           perl-Email-LocalDelivery
10 Version:        1.200
11 Release:        1
12 # same as perl
13 License:        GPL v1+ or Artistic
14 Group:          Development/Languages/Perl
15 Source0:        http://www.cpan.org/modules/by-module/Email/%{pdir}-%{pnam}-%{version}.tar.gz
16 # Source0-md5:  6218c960f8f426b5c20a64b3fb7a6bf4
17 URL:            http://search.cpan.org/dist/Email-LocalDelivery/
18 BuildRequires:  perl-devel >= 1:5.8.0
19 BuildRequires:  rpm-perlprov >= 4.1-13
20 %if %{with tests}
21 # the issue of different interpretation of version numbers between perl
22 # and rpm comes back again...  Here should be ">= 0.11", but the newest
23 # perl-Email-Foldertype is 0.5.
24 BuildRequires:  perl-Email-FolderType
25 BuildRequires:  perl-Email-Simple >= 1:1.998
26 BuildRequires:  perl-File-Path-Expand
27 BuildRequires:  perl-Test-Simple
28 %endif
29 BuildArch:      noarch
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 This is the second module produced by the "Perl Email Project", a
34 reaction against the complexity and increasing bugginess of the
35 Mail::* modules. It delivers an email to a list of mailboxes.
36
37 %description -l pl.UTF-8
38 To jest drugi moduł wyprodukowany przez "Perl Email Project", będący
39 reakcją na złożoność i rosnący współczynnik zapluskwienia modułów
40 Mail::*. Moduł dostarcza pocztę do listy skrzynek.
41
42 %prep
43 %setup -q -n %{pdir}-%{pnam}-%{version}
44
45 %build
46 %{__perl} Makefile.PL \
47         INSTALLDIRS=vendor
48 %{__make}
49
50 %{?with_tests:%{__make} test}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc Changes
64 %{perl_vendorlib}/%{pdir}/*.pm
65 %{perl_vendorlib}/%{pdir}/%{pnam}
66 %{_mandir}/man3/*
This page took 0.068739 seconds and 4 git commands to generate.