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