]> git.pld-linux.org Git - packages/efax-gtk.git/blobdiff - efax-gtk.spec
- tabs in preamble
[packages/efax-gtk.git] / efax-gtk.spec
index ead5aa254b5a75c90a715abc850776e351676063..f1412cf076d0cd72aeeb86b0ee0c447a468cc49a 100644 (file)
@@ -1,16 +1,17 @@
-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/efax-gtk/%{name}-%{version}.src.tgz
-# Source0-md5: e2320281240e6e805182497d1279be42
+# 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
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -25,17 +26,22 @@ 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.
+%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}
 
@@ -44,6 +50,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        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
 
@@ -57,6 +64,7 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/efax-gtkrc
 %attr(755,root,root) %{_bindir}/*
 %{_desktopdir}/%{name}.desktop
-%{_mandir}/man1/**
+%{_mandir}/man1/*
+%dir /var/spool/fax
 /var/spool/fax/efax-gtk-faxfilter
 /var/spool/fax/efax-gtk-socket-client
This page took 0.075864 seconds and 4 git commands to generate.