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