]> git.pld-linux.org Git - SPECS.git/blob - t38modem.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / t38modem.spec
1 #
2 Summary:        Fax modem to T.38 gateway
3 Summary(pl.UTF-8):      Bramka faks modem -> T.38
4 Name:           t38modem
5 Version:        1.2.0
6 Release:        1
7 License:        MPL
8 Group:          Networking/Daemons
9 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tgz
10 # Source0-md5:  9239576bac0b57a3c8d90671b0249247
11 Patch0:         opal_flags_support.patch
12 # Patch0 applied upstream. Can be removed in next release.
13 URL:            http://t38modem.sourceforge.net/
14 BuildRequires:  opal-devel >= 3.6.6-3
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 t38modem is a gateway between a fax application and IP network. From
19 fax application view point it's a fax modem pool, from IP network view
20 point it's a H.323 endpoint with T.38 fax support.
21
22 %description -l pl.UTF-8
23 t38modem to bramka między aplikacją faksową a siecią IP. Z punktu
24 widzenia aplikacji jest to pula faksmodemów, z punktu widzenia sieci
25 IP jest to punkt H.323 z obsługą faksów T.38.
26
27 %prep
28 %setup -q
29 %patch0 -p1
30
31 %build
32 %{__make} %{?debug:debug}%{!?debug:opt} \
33         USE_OPAL=1 USE_UNIX98_PTY=1 OPALDIR=/usr/include/opal \
34         PTLIBDIR=/usr/share/ptlib OPTCCFLAGS="%{rpmcflags}"
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{_bindir}
39
40 install obj_*/%{name} $RPM_BUILD_ROOT%{_bindir}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc ReadMe.txt
48 %attr(755,root,root) %{_bindir}/*
This page took 0.750517 seconds and 3 git commands to generate.