]> git.pld-linux.org Git - packages/astfax.git/blame - astfax.spec
- tabs in preamble
[packages/astfax.git] / astfax.spec
CommitLineData
882c39b2 1Summary: Asterisk Fax
f7497745 2Summary(pl.UTF-8): Fax dla Asteriska
882c39b2 3Name: astfax
4Version: 1.0
5Release: 1
6License: GPL
dfe6990b 7Group: Applications/System
882c39b2 8Source0: http://www.inter7.com/astfax/%{name}-%{version}.tar.gz
9# Source0-md5: 66e4ef4efc42b3b136bfa81b77552bf5
10URL: http://www.inter7.com/index.php?page=astfax
11BuildRequires: eps-devel >= 1.5
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15AstFax provides an outgoing email to fax gateway for the Asterisk PBX
16package. Incoming fax to email can also be configured so your Asterisk
17server can act as both an outgoing and incoming fax server.
18
3edb6d1d
JR
19%description -l pl.UTF-8
20AstFax udostępnia bramkę z wychodzącej poczty na fax dla pakietu
21Asterisk PBX. Można także skonfigurować bramkę z przychodzących faksów
22na pocztę, więc serwer Asterisk może działać jako serwer faksów
23wychodzących i przychodzących.
b7de9a15 24
882c39b2 25%prep
26%setup -q
27
28%build
29%{__make} \
30 CC="%{__cc} %{rpmcflags}"
31
32%install
33rm -rf $RPM_BUILD_ROOT
34install -d $RPM_BUILD_ROOT%{_bindir}
35
36install ast_fax $RPM_BUILD_ROOT%{_bindir}
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
43%doc ast_fax.call ChangeLog README testfax.*
44%attr(755,root,root) %{_bindir}/*
This page took 0.062423 seconds and 4 git commands to generate.