devel/kphone kphone.spec,1.3,1.4

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Thu Mar 17 17:40:29 UTC 2005


Author: ivazquez

Update of /cvs/extras/devel/kphone
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20368

Modified Files:
	kphone.spec 
Log Message:
Fix %configure and po patch


Index: kphone.spec
===================================================================
RCS file: /cvs/extras/devel/kphone/kphone.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kphone.spec	16 Mar 2005 23:41:59 -0000	1.3
+++ kphone.spec	17 Mar 2005 17:40:27 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           kphone
 Version:        4.1.0
-Release:        3
+Release:        4
 Summary:        A SIP (Session Initiation Protocol) user agent for Linux
 
 Group:          Applications/Communications
@@ -8,6 +8,7 @@
 URL:            http://www.wirlab.net/kphone/
 Source0:        http://www.wirlab.net/kphone/kphone-4.1.0.tar.gz
 Source1:        kphone.desktop
+Patch0:         kphone-4.1.0-po-hacks.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  qt-devel alsa-lib-devel desktop-file-utils
@@ -20,10 +21,11 @@
 
 %prep
 %setup -q -n kphone
+%patch -p1 -b .po-hacks
 
 %build
 [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
-./configure --prefix=$RPM_BUILD_ROOT%{_prefix}
+%configure
 make %{?_smp_mflags}
 
 %install
@@ -51,6 +53,10 @@
 %{_datadir}/pixmaps/*.png
 
 %changelog
+* Thu Mar 17 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 4.1.0-4
+- Fixed %configure
+- Added po-hacks patch
+
 * Wed Mar 16 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 4.1.0-3
 - Modified %setup to use -n
 - Broke %description at 80 columns




More information about the scm-commits mailing list