]> git.pld-linux.org Git - packages/base64.git/blame - base64.spec
- up to 1.5
[packages/base64.git] / base64.spec
CommitLineData
0c22d6f4 1Summary: Encode and decode base64 files
600f301f 2Summary(pl.UTF-8): Kodowanie i dekodowanie plików base64
0c22d6f4 3Name: base64
c067af96 4Version: 1.5
7b6b9a22 5Release: 1
0c22d6f4
TP
6License: Public Domain
7Group: Applications
8Source0: http://www.fourmilab.ch/webtools/%{name}/%{name}-%{version}.tar.gz
c067af96 9# Source0-md5: 3e6a217ba2c60372156c212dadce1275
7025e219
JB
10URL: http://www.fourmilab.ch/webtools/base64/
11BuildRequires: autoconf
0c22d6f4
TP
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15base64 is a command line utility which encodes and decodes files in
16this format. It can be used within a pipeline as an encoding or
17decoding filter, and is most commonly used in this manner as part of
18an automated mail processing system.
19
2ed3d4fb
JR
20%description -l pl.UTF-8
21base64 to narzędzie konsolowe służące do kodowania i dekodowania
22plików w tym formacie. Może być używane w potokach jako filtr
23(de)kodujący i jest zwykle w ten sposób używane w systemach
7025e219 24automatycznego przetwarzania poczty.
0c22d6f4
TP
25
26%prep
27%setup -q
28
29%build
30%{__autoconf}
31%configure
32%{__make}
33
34%install
35rm -rf $RPM_BUILD_ROOT
0c22d6f4
TP
36install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_pixmapsdir}}
37
38install base64 $RPM_BUILD_ROOT%{_bindir}
39install base64.1 $RPM_BUILD_ROOT%{_mandir}/man1
7b6b9a22 40install b64.png $RPM_BUILD_ROOT%{_pixmapsdir}
0c22d6f4
TP
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
7b6b9a22 47%doc README index.html rfc1341* base64.pdf log.txt
0c22d6f4
TP
48%attr(755,root,root) %{_bindir}/*
49%{_mandir}/man1/*
50%{_pixmapsdir}/*
This page took 0.121908 seconds and 4 git commands to generate.