source: projects/specs/branches/6/l/lrzsz/lrzsz-vl.spec @ 521

Revision 521, 2.5 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: The lrz and lsz modem communications programs.
2Name: lrzsz
3Version: 0.12.20
4Release: 13%{?_dist_release}
5License: GPL
6Group: Applications/Communications
7Source: http://www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz
8Patch1: lrzsz-0.12.20-glibc21.patch
9Url: http://www.ohse.de/uwe/software/lrzsz.html
10BuildRoot: %{_tmppath}/%{name}-root
11
12%description
13Lrzsz (consisting of lrz and lsz) is a cosmetically modified
14zmodem/ymodem/xmodem package built from the public-domain version of
15the rzsz package. Lrzsz was created to provide a working GNU
16copylefted Zmodem solution for Linux systems.
17
18%prep
19%setup -q
20%patch1 -p1 -b .glibc21
21
22%build
23%configure --disable-pubdir \
24        --enable-syslog \
25        --program-transform-name=s/l//
26make
27
28%install
29rm -rf $RPM_BUILD_ROOT
30
31%makeinstall
32%find_lang %{name}
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%files -f %{name}.lang
38%defattr(-,root,root)
39%{_bindir}/*
40%{_mandir}/*/*
41
42%changelog
43* Fri Oct 03 2008 Shu KONNO <owa@bg.wakwak.com> 0.12.20-13vl5
44- applied new versioning policy
45
46* Tue Feb 26 2002 Than Ngo <than@redhat.com> 0.12.20-12
47- rebuild
48
49* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
50- automated rebuild
51
52* Fri Aug 10 2001 Than Ngo <than@redhat.com> 0.12.20-10
53- Copyright->License
54- use %%find_lang
55
56* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
57- Bump release + rebuild.
58
59* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
60- automatic rebuild
61
62* Sun Jun 18 2000 Than Ngo <than@redhat.de>
63- use RPM macros
64
65* Sat May 27 2000 Ngo Than <than@redhat.de>
66- rebuild for 7.0
67- cleanup specfile
68- add Url
69- put man pages to correct place
70
71* Tue Mar  7 2000 Jeff Johnson <jbj@redhat.com>
72- rebuild for sparc baud rates > 38400.
73
74* Sat Feb 05 2000 Preston Brown <pbrown@redhat.com>
75- rebuild to compress man pages, get new description
76
77* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
78- auto rebuild in the new build environment (release 2)
79
80* Mon Mar 08 1999 Preston Brown <pbrown@redhat.com>
81- upgraded to 0.12.20, i18n translations included.
82
83* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
84- Injected new description and group.
85
86* Fri Dec 18 1998 Preston Brown <pbrown@redhat.com>
87- bumped spec number for initial rh 6.0 build
88
89* Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
90- build root
91
92* Thu May 07 1998 Prospector System <bugs@redhat.com>
93- translations modified for de, fr, tr
94
95* Tue Oct 21 1997 Donnie Barnes <djb@redhat.com>
96- spec file cleanups
97
98* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
99- built against glibc
100
101* Wed Mar 5 1997 msf@redhat.com <Michael Fulbright>
102- Upgraded to 0.12.14 and changed makefiles so gettext isnt built.
Note: See TracBrowser for help on using the repository browser.