]> git.pld-linux.org Git - packages/efax.git/blob - efax.spec
- spec adapterized.
[packages/efax.git] / efax.spec
1 Summary:        sends and receives faxes over class 1 or class 2 modems
2 Summary(de):    sendet und empfängt Faxe über Modems der Klassen 1 und 2
3 Summary(fr):    envoie et reçoit des faxs sur des modems classe 1 ou 2
4 Summary(pl):    wysy³anie i odbieranie faxów modemami klasy 1 oraz 2
5 Summary(tr):    1 veya 2 sýnýfý modemler üzerinden fax gönderir
6 Name:           efax
7 Version:        0.9
8 Release:        1
9 License:        GPL
10 Group:          Applications/Communications
11 Group(pl):      Aplikacje/Komunikacja
12 Source0:        ftp://sunsite.unc.edu/pub/Linux/apps/comm/fax/%{name}-%{version}.tar.gz
13 Patch0:         efax.patch
14 Requires:       ghostscript
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 This is a program to send and receive faxes over class 1 or class 2
19 fax modems. It has a nice interface to help facilitate faxing.
20
21 %description -l de
22 Dies ist ein Programm zum Versenden und Empfangen von Faxnachrichten
23 über Faxmodems der Klasse 2. Dank seiner attraktiven
24 Bedieneroberfläche wird das Faxen zum Kinderspiel
25
26 %description -l fr
27 C'est un programme pour envoyer et recevoir des messages sur des
28 modems de classe 1 ou 2. Il posséde une interface agréable pour
29 faciliter l'envoi des fax.
30
31 %description -l pl
32 Program umo¿liwiaj±cy wysy³anie i odbieranie faksów faksmodemami klasy
33 1 oraz 2. Program ten posiada ³atwy interfejs u³atwiaj±cy faksowanie.
34
35 %description -l tr
36 Bu program ile 1 veya 2 sýnýfý modemlerle fax gönderilebilir. Fax
37 iletiþimini kolaylaþtýrmak için programýn güzel bir kullanýcý arayüzü
38 bulunmaktadýr.
39
40 %prep
41 %setup -q
42 %patch -p1
43
44 %build
45 make CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s"
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
50 install -d $RPM_BUILD_ROOT/etc/sysconfig
51
52 make install \
53         BINDIR=$RPM_BUILD_ROOT%{_bindir} \
54         MANDIR=$RPM_BUILD_ROOT%{_mandir}
55
56 install efax.conf $RPM_BUILD_ROOT/etc/sysconfig/efax
57
58 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
59         README
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc *.gz
67 %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/efax
68 %attr(755,root,root) %{_bindir}/fax
69 %attr(755,root,root) %{_bindir}/efax
70 %attr(755,root,root) %{_bindir}/efix
71 %{_mandir}/man1/*.gz
This page took 0.07667 seconds and 3 git commands to generate.