]> git.pld-linux.org Git - SPECS.git/blob - perl-MIME-Base64-Scripts.spec
SPECS updated Sun 1 Aug 11:02:02 CEST 2021
[SPECS.git] / perl-MIME-Base64-Scripts.spec
1 %define         pdir    MIME
2 %define         pnam    Base64-Scripts
3 Summary:        Scripts to decode/encode base64 and quoted-printable
4 Summary(pl.UTF-8):      Skrypty kodujące i dekodujące base64 i quoted-printable
5 Name:           perl-MIME-Base64-Scripts
6 Version:        1.00
7 Release:        2
8 # same as perl
9 License:        GPL v1+ or Artistic
10 Group:          Development/Languages/Perl
11 Source0:        http://www.cpan.org/modules/by-module/MIME/GAAS/%{pdir}-%{pnam}-%{version}.tar.gz
12 # Source0-md5:  7e861d070b3063b0bf14ef3b3653b029
13 URL:            http://search.cpan.org/dist/MIME-Base64-Scripts/
14 BuildRequires:  perl-MIME-Base64 >= 3
15 BuildRequires:  perl-devel >= 1:5.8.0
16 BuildRequires:  rpm-perlprov >= 4.1-13
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 This package contains a few scripts that used to live in the
21 MIME-Base64 package but was not assimilated as part of the perl-5.8
22 core.
23
24 %description -l pl.UTF-8
25 Ten pakiet zawiera kilka skryptów obecnych wcześniej w pakiecie
26 MIME-Base64, ale nie włączonych do dystrybucji perla 5.8.
27
28 %prep
29 %setup -q -n %{pdir}-%{pnam}-%{version}
30
31 %build
32 %{__perl} Makefile.PL \
33         INSTALLDIRS=vendor
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} pure_install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc Changes README
48 %attr(755,root,root) %{_bindir}/*
This page took 0.10608 seconds and 3 git commands to generate.