Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > c0700fe30c5bf56d3bffacd0a7bc5bde > files > 2

base64-1.4-4mdv2009.0.src.rpm

Summary:	Encode and decode base64 files
Name:           base64
Version:        1.4
Release:        %mkrel 4
License:        Public Domain
Group:		Networking/Mail
URL:		http://www.fourmilab.ch/webtools/base64/
Source:         %{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-buildroot

%description
base64 is a command line utility which encodes and decodes
files in this format. It can be used within a pipeline as
an encoding or decoding filter, and is most commonly used
in this manner as part of an automated mail processing
system. 

%prep

%setup -q

%build
%serverbuild
./configure --prefix=%{_prefix} --mandir=%{_mandir}
%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1
install -m755 base64 %{buildroot}%{_bindir}/
install -m755 base64.1 %{buildroot}%{_mandir}/man1/

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README b64.png base64.pdf index.html rfc1341.*
%{_bindir}/base64
%{_mandir}/man1/base64.1*


%changelog
* Tue Jul 22 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.4-4mdv2009.0
+ Revision: 240440
- rebuild
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Fri Apr 27 2007 Oden Eriksson <oeriksson@mandriva.com> 1.4-2mdv2008.0
+ Revision: 18564
- rebuild


* Tue Mar 21 2006 Lenny Cartier <lenny@mandriva.com> 1.4-1mdk
- 1.4

* Fri May 13 2005 Oden Eriksson <oeriksson@mandriva.com> 1.3-6mdk
- rebuild

* Mon Apr 19 2004 Michael Scherer <misc@mandrake.org> 1.3-5mdk 
- Birthday Rebuild ( a little late for birthday )