auto-import changelog data from lrzsz-0.12.20-10.src.rpm
Fri Aug 10 2001 Than Ngo <than@redhat.com> 0.12.20-10 - Copyright->License - use %find_lang
This commit is contained in:
parent
19f1c9bf2a
commit
ef92850b06
18
lrzsz.spec
18
lrzsz.spec
@ -1,8 +1,8 @@
|
||||
Summary: The lrz and lsz modem communications programs.
|
||||
Name: lrzsz
|
||||
Version: 0.12.20
|
||||
Release: 9
|
||||
Copyright: GPL
|
||||
Release: 10
|
||||
License: GPL
|
||||
Group: Applications/Communications
|
||||
Source: http://www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz
|
||||
Patch1: lrzsz-0.12.20-glibc21.patch
|
||||
@ -12,13 +12,9 @@ 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
|
||||
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
|
||||
@ -33,17 +29,21 @@ make
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%makeinstall
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/*
|
||||
%{_mandir}/*/*
|
||||
%{_datadir}/locale/*/LC_MESSAGES/*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 10 2001 Than Ngo <than@redhat.com> 0.12.20-10
|
||||
- Copyright->License
|
||||
- use %%find_lang
|
||||
|
||||
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
||||
- Bump release + rebuild.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user