]> git.pld-linux.org Git - SPECS.git/blob - perl-Mail-ListDetector-Detector-Fml.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / perl-Mail-ListDetector-Detector-Fml.spec
1 #
2 # Conditional build:
3 %bcond_without  tests           # do not perform "make test"
4
5 %define pdir    Mail
6 %define pnam    ListDetector-Detector-Fml
7 Summary:        Mail::ListDetector::Detector::Fml - FML message detector
8 Summary(pl.UTF-8):      Mail::ListDetector::Detector::Fml - wykrywanie wiadomości FML
9 Name:           perl-Mail-ListDetector-Detector-Fml
10 Version:        0.03
11 Release:        2
12 # same as perl
13 License:        GPL v1+ or Artistic
14 Group:          Development/Languages/Perl
15 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
16 # Source0-md5:  483f4459e6a4837907b68a3815733764
17 URL:            http://search.cpan.org/dist/Mail-ListDetector-Detector-Fml/
18 BuildRequires:  perl-devel >= 1:5.8.0
19 BuildRequires:  rpm-perlprov >= 4.1-13
20 %if %{with tests}
21 BuildRequires:  perl-Mail-ListDetector >= 0.18
22 BuildRequires:  perl-Test-Simple >= 0.32
23 %endif
24 BuildArch:      noarch
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Mail::ListDetector::Detector::Fml is an implementation of a mailing
29 list detector, for FML. See http://www.fml.org/ for details about FML.
30
31 When used, this module installs itself to Mail::ListDetector. FML
32 maling list message is RFC2369 compliant, so can be matched with
33 RFC2369 detector, but this module allows you to parse more FML
34 specific information about the mailing list.
35
36 %description -l pl.UTF-8
37 Mail::ListDetector::Detector::Fml to implementacja wykrywania list
38 dyskusyjnych dla FML. Szczegóły na temat FML można znaleźć pod adresem
39 <http://www.fml.org/>.
40
41 W przypadku użycia moduł ten instaluje się wewnątrz klasy
42 Mail::ListDetector. Wiadomości list dyskusyjnych FML są zgodne z
43 RFC2369, więc mogą być dopasowywane wykrywaczem RFC2369, ale ten moduł
44 umożliwia analizowanie większej liczby informacji o liście
45 specyficznych dla FML-a.
46
47 %prep
48 %setup -q -n %{pdir}-%{pnam}-%{version}
49
50 %build
51 %{__perl} Makefile.PL \
52         INSTALLDIRS=vendor
53 %{__make}
54
55 %{?with_tests:%{__make} test}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %doc Changes
69 %{perl_vendorlib}/Mail/ListDetector/Detector/*.pm
70 %{_mandir}/man3/*
This page took 0.097054 seconds and 3 git commands to generate.