SPECS: astfax.spec (NEW) - initial
dzeus
dzeus at pld-linux.org
Fri Jun 23 11:42:23 CEST 2006
Author: dzeus Date: Fri Jun 23 09:42:23 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
astfax.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/astfax.spec
diff -u /dev/null SPECS/astfax.spec:1.1
--- /dev/null Fri Jun 23 11:42:23 2006
+++ SPECS/astfax.spec Fri Jun 23 11:42:16 2006
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+Summary: Asterisk Fax
+Name: astfax
+Version: 1.0
+Release: 1
+License: GPL
+Group: Libraries
+Source0: http://www.inter7.com/astfax/%{name}-%{version}.tar.gz
+# Source0-md5: 66e4ef4efc42b3b136bfa81b77552bf5
+URL: http://www.inter7.com/index.php?page=astfax
+BuildRequires: eps-devel >= 1.5
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+AstFax provides an outgoing email to fax gateway for the Asterisk PBX
+package. Incoming fax to email can also be configured so your Asterisk
+server can act as both an outgoing and incoming fax server.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+ CC="%{__cc} %{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install ast_fax $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ast_fax.call ChangeLog README testfax.*
+%attr(755,root,root) %{_bindir}/*
+
+%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
+
+$Log$
+Revision 1.1 2006/06/23 09:42:16 dzeus
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list