]> git.pld-linux.org Git - packages/cphone.git/commitdiff
- pl, removed Ra _prefix
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 21 Oct 2003 20:09:36 +0000 (20:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cphone.spec -> 1.2

cphone.spec

index ab9ae1a0529b989994cfcec0e3f40d33cf07e0cb..0ad6855e9f8f906860a2b09ee73c0aba8e164005 100644 (file)
@@ -1,4 +1,5 @@
-Summary:       cphone
+Summary:       CPhone - cross-platform VoIP client using the H323 protocol
+Summary(pl):   CPhone - wieloplatformowy klient VoIP u¿ywaj±cy protoko³u H323
 Name:          cphone
 Version:       0.3.0
 Release:       0.1
@@ -11,14 +12,20 @@ Patch1:             %{name}-comp_fix.patch
 URL:           http://cphone.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: pwlib-devel >= 1.5.0
 BuildRequires: openh323-devel >= 1.12.0
+BuildRequires: pwlib-devel >= 1.5.0
 BuildRequires: qt-devel >= 3.1.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-
 %description
+CPhone is a cross platform VoIP client which uses the H323 protocol.
+It compiles and runs on Linux, BSD, Windows and MacOS X boxes. It
+is based on the libraries from http://www.openh323.org/ and Trolltech.
+
+%description -l pl
+CPhone to wieloplatformowy klient VoIP u¿ywaj±cy protoko³u H323.
+Kompiluje siê i dzia³a pod Linuksem, BSD, Windows i MacOS X. Jest
+oparty na bibliotekach z http://www.openh323.org/ i Trolltecha.
 
 %prep
 %setup -q
@@ -27,9 +34,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %build
 %{__make} opt \
-QTDIR="%{_prefix}" \
-OPENH323DIR="/usr" \
-CFLAGS="-I%{_prefix}/include"
+       QTDIR="%{_prefix}" \
+       OPENH323DIR="/usr" \
+       CFLAGS="-I%{_prefix}/include"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.082846 seconds and 4 git commands to generate.