]> git.pld-linux.org Git - SPECS.git/blob - mpack.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / mpack.spec
1 Summary:        mpack and munpack MIME e-mail utilities
2 Summary(pl.UTF-8):      mpack i munpack - narzędzia MIME do poczty elektronicznej
3 Name:           mpack
4 Version:        1.6
5 Release:        4
6 License:        distributable
7 Group:          Applications/Mail
8 Source0:        ftp://ftp.andrew.cmu.edu/pub/mpack/%{name}-%{version}.tar.gz
9 # Source0-md5:  a70fa5afa76539a9afb70b9d81568fe8
10 Patch0:         %{name}-tmp.patch
11 Patch1:         %{name}-gentoo.patch
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Mpack and munpack are utilities for encoding and decoding
18 (respectively) binary files in MIME (Multipurpose Internet Mail
19 Extensions) format mail messages. For compatibility with older forms
20 of transferring binary files, the munpack program can also decode
21 messages in split-uuencoded format. The Macintosh version can also
22 decode messages in split-BinHex format. Using mpack you can easily
23 send files via mail.
24
25 %description -l pl.UTF-8
26 Programy mpack i munpack służą do kodowania i dekodowania
27 (rekursywnie) plików binarnych w formacie MIME (Multipurpose Internet
28 Mail Extensions) poczty elektronicznej. Dla zachowania kompatybilności
29 program munpack także potrafi dekodować listy w formacie
30 split-uuencoded. Za pomocą programu mpack można łatwo (z linii
31 poleceń) wysyłać pliki pocztą.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36 %patch1 -p1
37
38 %build
39 %{__aclocal} -I cmulocal
40 %{__autoconf}
41 %{__automake}
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc README.unix
58 %attr(755,root,root) %{_bindir}/*
59 %{_mandir}/man1/*
This page took 1.486785 seconds and 3 git commands to generate.