-
Notifications
You must be signed in to change notification settings - Fork 1
/
Specfile
84 lines (66 loc) · 2.34 KB
/
Specfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Summary: lzrz - sz, rz, and friends
Name: lrzsz
Version: 0.12.20
Release: 0
Copyright: GPL
Group: Applications/Communications
Source: ftp://ftp.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz
BuildRoot: /var/tmp/lrzsz-root
Summary(de): lzrz - sz, rz und Co.
Summary(fr): lzrz - sz, rz, et consorts
Summary(tr): Modem protokolleri
%description
This collection of commands can be used to download and upload
files using the Z, X, and Y protocols. Many terminal programs
(like minicom) make use of these programs to transfer files.
%description -l de
Diese Sammlung von Befehlen läßt sich zum Herunter- und
Aufwärtsladen von Dateien anhand der Z-, X- und Y-Protokolle benutzen.
Viele Terminalprogramme (wie Minicom) setzen diese Programme für die
Übertragung von Dateien ein.
%description -l fr
Cet ensemble de commande sert à télécharger des fichiers en utilisant
les protocoles Z, X et Y. De nombreux programmes de terminal (comme
minicom) utilisent ces programmes pour transférer les fichiers.
%description -l tr
Bu komutlar topluluðu Z, X ve Y protokollerini kullanarak dosya aktarýmý
için kullanýlabilir. Pek çok uç birim programý (örneðin minicom) dosya
taþýmak için bu programlarý kullanýr.
%prep
%setup
%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --program-transform-name=s/l//
make
%install
rm -rf $RPM_BUILD_ROOT
make prefix=$RPM_BUILD_ROOT/usr install
strip $RPM_BUILD_ROOT/usr/bin/{rb,rx,rz,sb,sx,sz}
%files
%defattr(-,root,root)
%doc AUTHORS COMPATABILITY ChangeLog NEWS README README.gettext TODO THANKS README.cvs README.isdn4linux README.systems README.tests
/usr/bin/sz
/usr/bin/sb
/usr/bin/sx
/usr/bin/rz
/usr/bin/rb
/usr/bin/rx
/usr/man/man1/sz.1
/usr/man/man1/rz.1
%clean
rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Dec 21 1998 Uwe Ohse <[email protected]>
- stole redhats specfile and hacked it.
Redhat people: "Upgraded to 0.12.14 and changed makefiles so
gettext isnt built." is that kind of problem the author would
have liked to know.
* Sun Aug 16 1998 Jeff Johnson <[email protected]>
- build root
* Thu May 07 1998 Prospector System <[email protected]>
- translations modified for de, fr, tr
* Tue Oct 21 1997 Donnie Barnes <[email protected]>
- spec file cleanups
* Thu Jul 10 1997 Erik Troan <[email protected]>
- built against glibc
* Wed Mar 5 1997 [email protected] <Michael Fulbright>
- Upgraded to 0.12.14 and changed makefiles so gettext isnt built.