]> git.pld-linux.org Git - packages/efax-gtk.git/blobdiff - efax-gtk.spec
- tabs in preamble
[packages/efax-gtk.git] / efax-gtk.spec
index d4d125aafe282f1d295fa9c3bf2c2ab24dac4349..f1412cf076d0cd72aeeb86b0ee0c447a468cc49a 100644 (file)
@@ -1,41 +1,47 @@
-Summary:       Efax-gtk is a GUI front end for the 'efax' fax program
-Summary(pl):   Efax-gtk jest graficznym interfejsem programu 'efax'
+Summary:       Efax-gtk - a GUI front end for the 'efax' fax program
+Summary(pl.UTF-8):     Efax-gtk - graficzny interfejs do programu 'efax'
 Name:          efax-gtk
-Version:       3.0.6
+Version:       3.0.10
 Release:       1
 License:       GPL
 Group:         Applications/Communications
-Source0:       http://dl.sourceforge.net/sourceforge/efax-gtk/%{name}-%{version}.src.tgz
-# Source0-md5: e2320281240e6e805182497d1279be42
+Source0:       http://dl.sourceforge.net/efax-gtk/%{name}-%{version}.src.tgz
+# Source0-md5: 6f6d137655b43cfd26d107a81f2b8640
 Patch0:                %{name}-desktop.patch
 URL:           http://efax-gtk.sourceforge.net/
-BuildRequires: gtk+2-devel
-BuildRequires: libsigc++-devel
+BuildRequires: gtk+2-devel >= 2.0.0
+BuildRequires: libsigc++-devel >= 1.2.3
+BuildRequires: pkgconfig >= 1:0.9.0
 Requires:      ghostscript
-Conflicts:     efax    
+Conflicts:     efax
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Efax-gtk is a GUI front end for the 'efax' fax program. It can be used 
-to send and receive faxes with a fax modem, and to view, print and manage 
-faxes received.   It also has a socket interface to provide a "virtual 
-printer" for sending faxes from word processors and similar programs, 
-and can automatically e-mail a received fax to a designated user, and 
-automatically print a received fax. This is a program to send and receive 
-faxes over class 1 or class 2 fax modems. It has a nice interface to help 
-facilitate faxing.
-
-%description -l pl
-Efax-gtk jest  graficznym interfejsem prorgamu 'efax'. Mo¿e byc uzywany
-do wysy³ania in odbierania faksów z fax-modemu, oraz do ogl±dania i 
-drukowania odebranych faksów.
+Efax-gtk is a GUI front end for the 'efax' fax program. It can be used
+to send and receive faxes with a fax modem, and to view, print and
+manage faxes received. It also has a socket interface to provide a
+"virtual printer" for sending faxes from word processors and similar
+programs, and can automatically e-mail a received fax to a designated
+user, and automatically print a received fax. This is a program to
+send and receive faxes over class 1 or class 2 fax modems. It has a
+nice interface to help facilitate faxing.
+
+%description -l pl.UTF-8
+Efax-gtk jest graficznym interfejsem prorgamu 'efax'. Może być używany
+do wysyłania i odbierania faksów z fax-modemu, oraz do oglądania i
+drukowania odebranych faksów. Ma także interfejs w postaci gniazda
+udostępniający "wirtualną drukarkę" do wysyłania faksów z procesorów
+tekstu i podobnych programów, a także może automatycznie wysyłać
+otrzymane faksy pocztą elektroniczną do określonego użytkownika i
+automatycznie drukować otrzymane faksy. Ten program może wysyłać i
+odbierać faksy przy użyciu fax-modemów klasy 1 i 2. Ma przyjemny
+interfejs ułatwiający faksowanie.
 
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-
 %configure
 %{__make}
 
@@ -43,7 +49,8 @@ drukowania odebranych faks
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT 
+       DESTDIR=$RPM_BUILD_ROOT
+
 ln -s %{_bindir}/efax-0.9a $RPM_BUILD_ROOT%{_bindir}/efax
 ln -s %{_bindir}/efix-0.9a $RPM_BUILD_ROOT%{_bindir}/efix
 
@@ -54,9 +61,10 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
-%config(noreplace) %verify(not size mtime md5) /etc/efax-gtkrc
-%{_bindir}/*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/efax-gtkrc
+%attr(755,root,root) %{_bindir}/*
 %{_desktopdir}/%{name}.desktop
-%{_mandir}/man1/*.gz
+%{_mandir}/man1/*
+%dir /var/spool/fax
 /var/spool/fax/efax-gtk-faxfilter
 /var/spool/fax/efax-gtk-socket-client
This page took 0.064334 seconds and 4 git commands to generate.