]> git.pld-linux.org Git - packages/efax-gtk.git/blob - efax-gtk.spec
- enhanced pl desc, missing dir
[packages/efax-gtk.git] / efax-gtk.spec
1 Summary:        Efax-gtk - a GUI front end for the 'efax' fax program
2 Summary(pl):    Efax-gtk - graficzny interfejs do programu 'efax'
3 Name:           efax-gtk
4 Version:        3.0.6
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://dl.sourceforge.net/efax-gtk/%{name}-%{version}.src.tgz
9 # Source0-md5:  e2320281240e6e805182497d1279be42
10 Patch0:         %{name}-desktop.patch
11 URL:            http://efax-gtk.sourceforge.net/
12 BuildRequires:  gtk+2-devel
13 BuildRequires:  libsigc++-devel
14 Requires:       ghostscript
15 Conflicts:      efax
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Efax-gtk is a GUI front end for the 'efax' fax program. It can be used
20 to send and receive faxes with a fax modem, and to view, print and
21 manage faxes received. It also has a socket interface to provide a
22 "virtual printer" for sending faxes from word processors and similar
23 programs, and can automatically e-mail a received fax to a designated
24 user, and automatically print a received fax. This is a program to
25 send and receive faxes over class 1 or class 2 fax modems. It has a
26 nice interface to help facilitate faxing.
27
28 %description -l pl
29 Efax-gtk jest graficznym interfejsem prorgamu 'efax'. Mo¿e byæ u¿ywany
30 do wysy³ania i odbierania faksów z fax-modemu, oraz do ogl±dania i
31 drukowania odebranych faksów. Ma tak¿e interfejs w postaci gniazda
32 udostêpniaj±cy "wirtualn± drukarkê" do wysy³ania faksów z procesorów
33 tekstu i podobnych programów, a tak¿e mo¿e automatycznie wysy³aæ
34 otrzymane faksy poczt± elektroniczn± do okre¶lonego u¿ytkownika i
35 automatycznie drukowaæ otrzymane faksy. Ten program mo¿e wysy³aæ i
36 odbieraæ faksy przy u¿yciu fax-modemów klasy 1 i 2. Ma przyjemny
37 interfejs u³atwiaj±cy faksowanie.
38
39 %prep
40 %setup -q
41 %patch0 -p1
42
43 %build
44
45 %configure
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 ln -s %{_bindir}/efax-0.9a $RPM_BUILD_ROOT%{_bindir}/efax
55 ln -s %{_bindir}/efix-0.9a $RPM_BUILD_ROOT%{_bindir}/efix
56
57 %find_lang %{name}
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files -f %{name}.lang
62 %defattr(644,root,root,755)
63 %doc AUTHORS ChangeLog README
64 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/efax-gtkrc
65 %attr(755,root,root) %{_bindir}/*
66 %{_desktopdir}/%{name}.desktop
67 %{_mandir}/man1/*
68 %dir /var/spool/fax
69 /var/spool/fax/efax-gtk-faxfilter
70 /var/spool/fax/efax-gtk-socket-client
This page took 0.104596 seconds and 4 git commands to generate.