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