Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > main-src > by-pkgid > 13e950ea5e96203f0c5f66ce433eb9be > files > 3

lrzsz-0.12.20-8mdk.src.rpm

%define name lrzsz
%define version 0.12.20
%define release 8mdk

Summary: The lrz and lsz modem communications programs.
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL
Group: Communications
URL: http://www.nrw.net/uwe
Source: %{name}-%{version}.tar.bz2
Patch1: %{name}-%{version}-glibc21.patch.bz2
BuildRoot: %{_tmppath}/%{name}-buildroot

%description
Lrzsz (consisting of lrz and lsz) is a cosmetically modified
zmodem/ymodem/xmodem package built from the public-domain version of the
rzsz package.  Lrzsz was created to provide a working GNU copylefted
Zmodem solution for Linux systems.  

You should install lrzsz if you're also installing a Zmodem communications
program that uses lrzsz.  If you're installing minicom, you need to install
lrzsz.

%prep
rm -rf $RPM_BUILD_ROOT

%setup -q

%patch1 -p1 -b .glibc21

%build
CFLAGS="$RPM_OPT_FLAGS" LDFLAGS=-s \
	./configure --disable-pubdir \
		--enable-syslog \
		--prefix=/usr \
		--mandir=$RPM_BUILD_ROOT%{_mandir} \
		--program-transform-name=s/l//
%make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/man1/*
%lang(de) %{_datadir}/locale/*/LC_MESSAGES/*

%changelog
* Fri Jul 27 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.12.20-8mdk
- rebuild

* Fri Nov 17 2000 Lenny Cartier <lenny@mandrakesoft.com> 0.12.20-7mdk
- more macros
- build for gcc-2.96

* Tue Aug 29 2000 Lenny Cartier <lenny@mandrakesoft.com> 0.12.20-6mdk
- BM

* Mon Apr 17 2000 Lenny Cartier <lenny@mandrakesoft.com> 0.12.20-5mdk
- spechelper fixes
- group fix

* Fri Nov 5 1999 Damien Krotkine <damien@mandrakesoft.com>
- Mandrake release

* Tue May 11 1999 Bernhard Rosenkraenzer <bero@mandrakesoft.com>
- Mandrake adaptions

* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
- auto rebuild in the new build environment (release 2)

* Mon Mar 08 1999 Preston Brown <pbrown@redhat.com>
- upgraded to 0.12.20, i18n translations included.

* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
- Injected new description and group.

* Fri Dec 18 1998 Preston Brown <pbrown@redhat.com>
- bumped spec number for initial rh 6.0 build

* Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
- build root

* Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr

* Tue Oct 21 1997 Donnie Barnes <djb@redhat.com>
- spec file cleanups 

* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
- built against glibc

* Wed Mar 5 1997 msf@redhat.com <Michael Fulbright>
- Upgraded to 0.12.14 and changed makefiles so gettext isnt built.