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