]> git.pld-linux.org Git - packages/efax-gtk.git/blob - efax-gtk.spec
- up to 3.0.9
[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.9
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:  15a0dd6f3c12e1fdcd1ffcbb902314f6
10 Patch0:         %{name}-desktop.patch
11 URL:            http://efax-gtk.sourceforge.net/
12 BuildRequires:  gtk+2-devel >= 2.0.0
13 BuildRequires:  libsigc++-devel >= 1.2.3
14 BuildRequires:  pkgconfig >= 1:0.9.0
15 Requires:       ghostscript
16 Conflicts:      efax
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Efax-gtk is a GUI front end for the 'efax' fax program. It can be used
21 to send and receive faxes with a fax modem, and to view, print and
22 manage faxes received. It also has a socket interface to provide a
23 "virtual printer" for sending faxes from word processors and similar
24 programs, and can automatically e-mail a received fax to a designated
25 user, and automatically print a received fax. This is a program to
26 send and receive faxes over class 1 or class 2 fax modems. It has a
27 nice interface to help facilitate faxing.
28
29 %description -l pl
30 Efax-gtk jest graficznym interfejsem prorgamu 'efax'. Mo¿e byæ u¿ywany
31 do wysy³ania i odbierania faksów z fax-modemu, oraz do ogl±dania i
32 drukowania odebranych faksów. Ma tak¿e interfejs w postaci gniazda
33 udostêpniaj±cy "wirtualn± drukarkê" do wysy³ania faksów z procesorów
34 tekstu i podobnych programów, a tak¿e mo¿e automatycznie wysy³aæ
35 otrzymane faksy poczt± elektroniczn± do okre¶lonego u¿ytkownika i
36 automatycznie drukowaæ otrzymane faksy. Ten program mo¿e wysy³aæ i
37 odbieraæ faksy przy u¿yciu fax-modemów klasy 1 i 2. Ma przyjemny
38 interfejs u³atwiaj±cy faksowanie.
39
40 %prep
41 %setup -q
42 %patch0 -p1
43
44 %build
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.07238 seconds and 4 git commands to generate.