devel/kphone kphone.spec,1.5,1.6

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Sat Mar 19 08:05:30 UTC 2005


Author: ivazquez

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

Modified Files:
	kphone.spec 
Log Message:
Split %makeinstall ... to make ... install


Index: kphone.spec
===================================================================
RCS file: /cvs/extras/devel/kphone/kphone.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kphone.spec	18 Mar 2005 21:19:42 -0000	1.5
+++ kphone.spec	19 Mar 2005 08:05:28 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           kphone
 Version:        4.1.0
-Release:        5
+Release:        6
 Summary:        A SIP (Session Initiation Protocol) user agent for Linux
 
 Group:          Applications/Communications
@@ -30,7 +30,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall DESTDIR=$RPM_BUILD_ROOT
+make DESTDIR=$RPM_BUILD_ROOT install
 install -D -m 0644 icons/large-kphone.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/kphone.png
 desktop-file-install --vendor=Fedora \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
@@ -53,6 +53,9 @@
 %{_datadir}/pixmaps/*.png
 
 %changelog
+* Sat Mar 19 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 4.1.0-6
+- Split %makeinstall ... to make ... install
+
 * Fri Mar 18 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 4.1.0-5
 - Added DESTDIR to %makeinstall
 




More information about the scm-commits mailing list