]> git.pld-linux.org Git - packages/efax-gtk.git/blob - efax-gtk.spec
- tabs in preamble
[packages/efax-gtk.git] / efax-gtk.spec
1 Summary:        Efax-gtk - a GUI front end for the 'efax' fax program
2 Summary(pl.UTF-8):      Efax-gtk - graficzny interfejs do programu 'efax'
3 Name:           efax-gtk
4 Version:        3.0.10
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:  6f6d137655b43cfd26d107a81f2b8640
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.UTF-8
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.06693 seconds and 3 git commands to generate.