SPECS: efax-gtk.spec (NEW) - initial

jasw jasw at pld-linux.org
Tue Oct 25 01:05:08 CEST 2005


Author: jasw                         Date: Mon Oct 24 23:05:08 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial 

---- Files affected:
SPECS:
   efax-gtk.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/efax-gtk.spec
diff -u /dev/null SPECS/efax-gtk.spec:1.1
--- /dev/null	Tue Oct 25 01:05:08 2005
+++ SPECS/efax-gtk.spec	Tue Oct 25 01:05:00 2005
@@ -0,0 +1,68 @@
+Summary:	Efax-gtk is a GUI front end for the 'efax' fax program
+Summary(pl):	Efax-gtk jest graficznym interfejsem programu 'efax'
+Name:		efax-gtk
+Version:	3.0.6
+Release:	1
+License:	GPL
+Group:		Applications/Communications
+Source0:	http://dl.sourceforge.net/sourceforge/efax-gtk/%{name}-%{version}.src.tgz
+# Source0-md5:	e2320281240e6e805182497d1279be42
+Patch0:		%{name}-desktop.patch
+URL:		http://efax-gtk.sourceforge.net/
+BuildRequires:	gtk+2-devel
+BuildRequires:	libsigc++-devel
+Requires:	ghostscript
+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.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+
+%configure
+%{__make}
+
+%install
+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
+
+%find_lang %{name}
+%clean
+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}/*
+%{_desktopdir}/%{name}.desktop
+%{_mandir}/man1/*.gz
+/var/spool/fax/efax-gtk-faxfilter
+/var/spool/fax/efax-gtk-socket-client
+
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
================================================================



More information about the pld-cvs-commit mailing list