]> git.pld-linux.org Git - packages/astfax.git/blame - astfax.spec
- propper group
[packages/astfax.git] / astfax.spec
CommitLineData
882c39b2 1Summary: Asterisk Fax
2Name: astfax
3Version: 1.0
4Release: 1
5License: GPL
dfe6990b 6Group: Applications/System
882c39b2 7Source0: http://www.inter7.com/astfax/%{name}-%{version}.tar.gz
8# Source0-md5: 66e4ef4efc42b3b136bfa81b77552bf5
9URL: http://www.inter7.com/index.php?page=astfax
10BuildRequires: eps-devel >= 1.5
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14AstFax provides an outgoing email to fax gateway for the Asterisk PBX
15package. Incoming fax to email can also be configured so your Asterisk
16server can act as both an outgoing and incoming fax server.
17
18%prep
19%setup -q
20
21%build
22%{__make} \
23 CC="%{__cc} %{rpmcflags}"
24
25%install
26rm -rf $RPM_BUILD_ROOT
27install -d $RPM_BUILD_ROOT%{_bindir}
28
29install ast_fax $RPM_BUILD_ROOT%{_bindir}
30
31%clean
32rm -rf $RPM_BUILD_ROOT
33
34%files
35%defattr(644,root,root,755)
36%doc ast_fax.call ChangeLog README testfax.*
37%attr(755,root,root) %{_bindir}/*
This page took 0.06472 seconds and 4 git commands to generate.