]> git.pld-linux.org Git - packages/efax-gtk.git/blob - efax-gtk.spec
- initial
[packages/efax-gtk.git] / efax-gtk.spec
1 Summary:        Efax-gtk is a GUI front end for the 'efax' fax program
2 Summary(pl):    Efax-gtk jest graficznym interfejsem 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/sourceforge/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 manage 
21 faxes received.   It also has a socket interface to provide a "virtual 
22 printer" for sending faxes from word processors and similar programs, 
23 and can automatically e-mail a received fax to a designated user, and 
24 automatically print a received fax. This is a program to send and receive 
25 faxes over class 1 or class 2 fax modems. It has a nice interface to help 
26 facilitate faxing.
27
28 %description -l pl
29 Efax-gtk jest  graficznym interfejsem prorgamu 'efax'. Mo¿e byc uzywany
30 do wysy³ania in odbierania faksów z fax-modemu, oraz do ogl±dania i 
31 drukowania odebranych faksów.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36
37 %build
38
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT 
47 ln -s %{_bindir}/efax-0.9a $RPM_BUILD_ROOT%{_bindir}/efax
48 ln -s %{_bindir}/efix-0.9a $RPM_BUILD_ROOT%{_bindir}/efix
49
50 %find_lang %{name}
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files -f %{name}.lang
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog README
57 %config(noreplace) %verify(not size mtime md5) /etc/efax-gtkrc
58 %{_bindir}/*
59 %{_desktopdir}/%{name}.desktop
60 %{_mandir}/man1/*.gz
61 /var/spool/fax/efax-gtk-faxfilter
62 /var/spool/fax/efax-gtk-socket-client
This page took 0.052363 seconds and 4 git commands to generate.