rpms/pino/F-12 pino.spec,1.11,1.12

supercyper supercyper at fedoraproject.org
Sun May 16 15:17:13 UTC 2010


Author: supercyper

Update of /cvs/pkgs/rpms/pino/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9728

Modified Files:
	pino.spec 
Log Message:
fix build on F12


Index: pino.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pino/F-12/pino.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- pino.spec	16 May 2010 12:01:07 -0000	1.11
+++ pino.spec	16 May 2010 15:17:12 -0000	1.12
@@ -1,6 +1,6 @@
 Name:		pino
 Version:	0.2.9
-Release:	1%{?dist}
+Release:	1%{?dist}.1
 Summary:	A fast, easy and free Twitter and identi.ca client
 
 Group:		Applications/Internet
@@ -26,6 +26,7 @@ sed -i '/link_libraries/a \ \ m' CMakeLi
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
 %{cmake}  -DUBUNTU_ICONS=OFF -DENABLE_DEBUG=OFF ..
+cp -R ../src .
 popd
 
 make %{?_smp_mflags} -C %{_target_platform}
@@ -69,6 +70,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_datadir}/indicators/messages/applications/pino
 
 %changelog
+* Sun May 16 2010 Chen Lei <supercyper at 163.com> - 0.2.9-1.1
+- Fix build on F12
+
 * Sun May 16 2010 Chen Lei <supercyper at 163.com> - 0.2.9-1
 - Migration on Cmake build system
 - Update spec to fix directory ownership



More information about the scm-commits mailing list