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