diff --git a/.cvsignore b/.cvsignore index e69de29..24c5a7f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +lrzsz-0.12.20.tar.gz diff --git a/lrzsz-0.12.20-glibc21.patch b/lrzsz-0.12.20-glibc21.patch new file mode 100644 index 0000000..e88437d --- /dev/null +++ b/lrzsz-0.12.20-glibc21.patch @@ -0,0 +1,20 @@ +--- lrzsz-0.12.20/src/lsz.c.glibc21 Tue Dec 29 17:07:59 1998 ++++ lrzsz-0.12.20/src/lsz.c Mon Mar 8 10:56:19 1999 +@@ -53,7 +53,6 @@ + #ifndef STRICT_PROTOTYPES + extern time_t time(); + extern char *strerror(); +-extern char *strstr(); + #endif + + #ifndef HAVE_ERRNO_DECLARATION +--- lrzsz-0.12.20/src/lrz.c.glibc21 Wed Dec 30 02:49:24 1998 ++++ lrzsz-0.12.20/src/lrz.c Mon Mar 8 10:56:01 1999 +@@ -44,7 +44,6 @@ + #ifndef STRICT_PROTOTYPES + extern time_t time(); + extern char *strerror(); +-extern char *strstr(); + #endif + + #ifndef HAVE_ERRNO_DECLARATION diff --git a/lrzsz.spec b/lrzsz.spec new file mode 100644 index 0000000..eab764a --- /dev/null +++ b/lrzsz.spec @@ -0,0 +1,90 @@ +Summary: The lrz and lsz modem communications programs. +Name: lrzsz +Version: 0.12.20 +Release: 7 +Copyright: GPL +Group: Applications/Communications +Source: http://www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz +Patch1: lrzsz-0.12.20-glibc21.patch +Url: http://www.ohse.de/uwe/software/lrzsz.html +BuildRoot: %{_tmppath}/%{name}-root + +%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 +%setup -q +%patch1 -p1 -b .glibc21 + +%build +%configure --disable-pubdir \ + --enable-syslog \ + --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}/*/* +%{_datadir}/locale/*/LC_MESSAGES/* + +%changelog +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Sun Jun 18 2000 Than Ngo +- use RPM macros + +* Sat May 27 2000 Ngo Than +- rebuild for 7.0 +- cleanup specfile +- add Url +- put man pages to correct place + +* Tue Mar 7 2000 Jeff Johnson +- rebuild for sparc baud rates > 38400. + +* Sat Feb 05 2000 Preston Brown +- rebuild to compress man pages, get new description + +* Sun Mar 21 1999 Cristian Gafton +- auto rebuild in the new build environment (release 2) + +* Mon Mar 08 1999 Preston Brown +- upgraded to 0.12.20, i18n translations included. + +* Wed Feb 24 1999 Preston Brown +- Injected new description and group. + +* Fri Dec 18 1998 Preston Brown +- bumped spec number for initial rh 6.0 build + +* Sun Aug 16 1998 Jeff Johnson +- build root + +* Thu May 07 1998 Prospector System +- translations modified for de, fr, tr + +* Tue Oct 21 1997 Donnie Barnes +- spec file cleanups + +* Thu Jul 10 1997 Erik Troan +- built against glibc + +* Wed Mar 5 1997 msf@redhat.com +- Upgraded to 0.12.14 and changed makefiles so gettext isnt built. diff --git a/sources b/sources index e69de29..870a81f 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +b5ce6a74abc9b9eb2af94dffdfd372a4 lrzsz-0.12.20.tar.gz