]> git.pld-linux.org Git - packages/efax-gtk.git/commitdiff
- initial
authorJan Wideł <jasw@pld-linux.org>
Mon, 24 Oct 2005 23:05:00 +0000 (23:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    efax-gtk.spec -> 1.1

efax-gtk.spec [new file with mode: 0644]

diff --git a/efax-gtk.spec b/efax-gtk.spec
new file mode 100644 (file)
index 0000000..d4d125a
--- /dev/null
@@ -0,0 +1,62 @@
+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
This page took 0.076212 seconds and 4 git commands to generate.