devel/kphone kphone.spec,1.2,1.3

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Wed Mar 16 23:42:01 UTC 2005


Author: ivazquez

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

Modified Files:
	kphone.spec 
Log Message:
More review fixes


Index: kphone.spec
===================================================================
RCS file: /cvs/extras/devel/kphone/kphone.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kphone.spec	16 Mar 2005 18:54:45 -0000	1.2
+++ kphone.spec	16 Mar 2005 23:41:59 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           kphone
 Version:        4.1.0
-Release:        2
+Release:        3
 Summary:        A SIP (Session Initiation Protocol) user agent for Linux
 
 Group:          Applications/Communications
@@ -13,20 +13,21 @@
 BuildRequires:  qt-devel alsa-lib-devel desktop-file-utils
 
 %description
-KPhone is a SIP (Session Initiation Protocol) user agent for Linux, with which you can initiate VoIP (Voice over IP) connections over the Internet.  It supports Presence and Instant Messaging, and to some extent also video calls between two hosts.
+KPhone is a SIP (Session Initiation Protocol) user agent for Linux, with which
+you can initiate VoIP (Voice over IP) connections over the Internet.  It
+supports Presence and Instant Messaging, and to some extent also video calls
+between two hosts.
 
 %prep
-%setup -q -c kphone
+%setup -q -n kphone
 
 %build
 [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
-cd kphone
 ./configure --prefix=$RPM_BUILD_ROOT%{_prefix}
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-cd kphone
 %makeinstall
 install -D -m 0644 icons/large-kphone.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/kphone.png
 desktop-file-install --vendor=Fedora \
@@ -50,6 +51,10 @@
 %{_datadir}/pixmaps/*.png
 
 %changelog
+* 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
+
 * Wed Mar 16 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 4.1.0-2
 - Removed explicit Requires
 




More information about the fedora-extras-commits mailing list