From 882c39b24641816eab51bec93d25383280f976fa Mon Sep 17 00:00:00 2001 From: dzeus Date: Fri, 23 Jun 2006 09:42:16 +0000 Subject: [PATCH 1/1] - initial Changed files: astfax.spec -> 1.1 --- astfax.spec | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 astfax.spec diff --git a/astfax.spec b/astfax.spec new file mode 100644 index 0000000..20ac5b1 --- /dev/null +++ b/astfax.spec @@ -0,0 +1,37 @@ +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}/* -- 2.44.0