]> git.pld-linux.org Git - packages/perl-Convert-BinHex.git/blob - perl-Convert-BinHex.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Convert-BinHex.git] / perl-Convert-BinHex.spec
1 %define pdir    Convert
2 %define pnam    BinHex
3 Summary:        Convert::BinHex Perl module - support for BinHex format used on Macs
4 Summary(pl.UTF-8):      Moduł Perla Convert::PEM - obsługa formatu BinHex używanego na Macach
5 Name:           perl-Convert-BinHex
6 Version:        1.119
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/Convert/%{pdir}-%{pnam}-%{version}.tar.gz
12 # Source0-md5:  ba70ad1772abac6270078f28197a7961
13 URL:            http://search.cpan.org/dist/Convert-BinHex/
14 BuildRequires:  perl-devel >= 1:5.8.0
15 BuildRequires:  rpm-perlprov >= 4.1-13
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 BinHex is a format used by Macintosh for transporting Mac files safely
21 through electronic mail, as short-lined, 7-bit, semi-compressed data
22 streams. Ths module provides a means of converting those data streams
23 back into into binary data.
24
25 %description -l pl.UTF-8
26 BinHex jest formatem używanym na Macintoshach do bezpiecznego
27 przesyłania plików przez pocztę elektroniczną jako zakodowanych
28 7-bitowych strumieni danych. Moduł dostarcza funkcjonalność
29 pozwalającą zamienić te strumienie danych z powrotem na pliki.
30
31 %prep
32 %setup -q -n %{pdir}-%{pnam}-%{version}
33
34 %build
35 %{__perl} Makefile.PL \
36         INSTALLDIRS=vendor
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc README docs
51 %{perl_vendorlib}/Convert/BinHex.pm
52 %{_mandir}/man3/*
This page took 0.18068 seconds and 4 git commands to generate.