]> git.pld-linux.org Git - packages/cphone.git/blame - cphone.spec
- qt-devel epoch (still 6)
[packages/cphone.git] / cphone.spec
CommitLineData
7b84f38e 1Summary: CPhone - cross-platform VoIP client using the H323 protocol
d6e1292f 2Summary(pl.UTF-8): CPhone - wieloplatformowy klient VoIP używający protokołu H323
2d784d3a 3Name: cphone
911a90d1 4Version: 0.3.1
2d784d3a
PG
5Release: 0.1
6License: MPL v1
7Group: X11/Applications/Networking
e84c8487 8Source0: http://dl.sourceforge.net/cphone/%{name}-%{version}.tar.bz2
911a90d1 9# Source0-md5: 7574cc0aae961561792bd0b8d17ae933
2d784d3a
PG
10Patch0: %{name}-Makefile.patch
11Patch1: %{name}-comp_fix.patch
12URL: http://cphone.sourceforge.net/
13BuildRequires: autoconf
14BuildRequires: automake
2d784d3a 15BuildRequires: openh323-devel >= 1.12.0
7b84f38e 16BuildRequires: pwlib-devel >= 1.5.0
d3111494 17BuildRequires: qt-devel >= 6:3.1.2
2d784d3a
PG
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
2d784d3a 20%description
7b84f38e
JB
21CPhone is a cross platform VoIP client which uses the H323 protocol.
22It compiles and runs on Linux, BSD, Windows and MacOS X boxes. It
23is based on the libraries from http://www.openh323.org/ and Trolltech.
24
a13b7e11
JR
25%description -l pl.UTF-8
26CPhone to wieloplatformowy klient VoIP używający protokołu H323.
27Kompiluje się i działa pod Linuksem, BSD, Windows i MacOS X. Jest
7b84f38e 28oparty na bibliotekach z http://www.openh323.org/ i Trolltecha.
2d784d3a
PG
29
30%prep
31%setup -q
32%patch0 -p1
33%patch1 -p1
34
35%build
36%{__make} opt \
7b84f38e
JB
37 QTDIR="%{_prefix}" \
38 OPENH323DIR="/usr" \
39 CFLAGS="-I%{_prefix}/include"
2d784d3a
PG
40
41%install
42rm -rf $RPM_BUILD_ROOT
43install -d $RPM_BUILD_ROOT%{_bindir}
44
45install obj_linux_x86_r/%{name} $RPM_BUILD_ROOT%{_bindir}
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
e84c8487 52%doc README
2d784d3a 53%attr(755,root,root) %{_bindir}/*
This page took 0.074118 seconds and 4 git commands to generate.