]> git.pld-linux.org Git - packages/efax.git/blob - efax.spec
d791ad11e1ccd2ee2dac9726a225a3802ea450c8
[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 Copyright:      GPL
10 Group:          Applications/Communications
11 Group(pl):      Aplikacje/Komunikacja
12 Source:         ftp://sunsite.unc.edu/pub/Linux/apps/comm/fax/%{name}-%{version}.tar.gz
13 Patch0:         efax.patch
14 Requires:       ghostscript
15 Buildroot:      /tmp/%{name}-%{version}-root
16
17 %description
18 This is a program to send and receive faxes over class 1 or
19 class 2 fax modems.  It has a nice interface to help 
20 facilitate faxing.
21
22 %description -l de
23 Dies ist ein Programm zum Versenden und Empfangen von 
24 Faxnachrichten über Faxmodems der Klasse 2. Dank
25 seiner attraktiven Bedieneroberfläche wird das Faxen zum
26 Kinderspiel
27
28 %description -l fr
29 C'est un programme pour envoyer et recevoir des messages sur des modems de
30 classe 1 ou 2. Il posséde une interface agréable pour faciliter l'envoi
31 des fax.
32
33 %description -l pl
34 Program umo¿liwiaj±cy wysy³anie i odbieranie faxów faxmodemami klasy 1 
35 oraz 2. Program ten posiada ³atwy interface u³atwiaj±cy faxowanie.
36
37 %description -l tr
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
44 %patch0 -p1
45
46 %build
47 make CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s"
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51 install -d $RPM_BUILD_ROOT/usr/{bin,man/man1}
52 install -d $RPM_BUILD_ROOT/etc/sysconfig
53
54 make install \
55         BINDIR=$RPM_BUILD_ROOT/usr/bin \
56         MANDIR=$RPM_BUILD_ROOT%{_mandir}
57
58 install efax.conf $RPM_BUILD_ROOT/etc/sysconfig/efax
59
60 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
61         README
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644, root, root, 755)
68 %doc *.gz
69 %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/efax
70 %attr(755,root,root) /usr/bin/fax
71 %attr(755,root,root) /usr/bin/efax
72 %attr(755,root,root) /usr/bin/efix
73 %{_mandir}/man1/*.gz
74
75 %changelog
76 * Tue Apr 13 1999 Jacek Smyda <smyda@posexperts.com.pl>
77   [0.9-1]
78 - split /usr/bin/fax into two files: fax and config
79 - move fax config file to /etc/sysconfig
80 - change "Requires: ghostscript"
81
82 * Wed Apr  7 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
83   [0.9-1]
84 - gzipping %doc and removed COPYNG from %doc (copyright statment is in
85   Copyright field),
86 - added "rm -rf $RPM_BUILD_ROOT" on top %install,
87 - added "Requires: gs".
88
89 * Wed Apr  7 1999 Jacek Smyda <smyda@posexperts.com.pl>
90 - finally 0.9
91 - translations for pl
92 - gzip man pages
93
94 * Mon Apr 27 1998 Prospector System <bugs@redhat.com>
95 - translations modified for de, fr, tr
96
97 * Wed Oct 22 1997 Michael Fulbright <msf@redhat.com>
98 - cleaned spec file to new standard, confirmed package is up to date
99
100 * Tue Mar 25 1997 Erik Troan <ewt@redhat.com>
101 - Added efax-08a-64bit.patch from David Mosberger
This page took 0.09291 seconds and 2 git commands to generate.