rpms/pino/devel .cvsignore, 1.9, 1.10 pino.spec, 1.11, 1.12 sources, 1.10, 1.11 import.log, 1.12, NONE

supercyper supercyper at fedoraproject.org
Wed May 26 12:11:57 UTC 2010


Author: supercyper

Update of /cvs/pkgs/rpms/pino/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6892

Modified Files:
	.cvsignore pino.spec sources 
Removed Files:
	import.log 
Log Message:
Update to 0.2.10


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pino/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	30 Apr 2010 17:19:07 -0000	1.9
+++ .cvsignore	26 May 2010 12:11:57 -0000	1.10
@@ -1 +1 @@
-pino-0.2.7.tar.bz2
+pino-0.2.10.tar.bz2


Index: pino.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pino/devel/pino.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- pino.spec	16 May 2010 11:54:19 -0000	1.11
+++ pino.spec	26 May 2010 12:11:57 -0000	1.12
@@ -1,8 +1,7 @@
 Name:		pino
-Version:	0.2.9
+Version:	0.2.10
 Release:	1%{?dist}
 Summary:	A fast, easy and free Twitter and identi.ca client
-
 Group:		Applications/Internet
 License:	LGPLv3+
 URL:		http://code.google.com/p/pino-twitter/
@@ -18,21 +17,17 @@ Pino is Twitter and identic.ca client fo
 Pino is written in Vala language and compiled to the native binary code. 
 
 %prep
-%setup -q -n test
+%setup -q
 
 %build
 # fix DSOLinking
 sed -i '/link_libraries/a \ \ m' CMakeLists.txt
-mkdir -p %{_target_platform}
-pushd %{_target_platform}
-%{cmake}  -DUBUNTU_ICONS=OFF -DENABLE_DEBUG=OFF ..
-popd
 
-make %{?_smp_mflags} -C %{_target_platform}
+%{cmake}  -DUBUNTU_ICONS=OFF -DENABLE_DEBUG=OFF .
+make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
+make install/fast DESTDIR=$RPM_BUILD_ROOT
 
 # Remove docs from /usr/share/doc/pino
 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}
@@ -42,6 +37,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{
 sed -i '/Terminal=false/a StartupNotify=true' $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
 
+# Remove indicator file before we package the whole indicator stack from ubuntu
+rm -f $RPM_BUILD_ROOT%{_datadir}/indicators/messages/applications/pino
+
 # The %clean section is not required for F-13 and above. 
 # Each package for F-12 and below (or EPEL) MUST have a %clean section
 %clean
@@ -66,9 +64,13 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/scalable/*/*.svg
 %{_datadir}/%{name}
-%{_datadir}/indicators/messages/applications/pino
 
 %changelog
+* Wed May 26 2010 Chen Lei <supercyper at 163.com> - 0.2.10-1
+- Update to 0.2.10
+- Remove message indicator file for pino
+- Update spec to build on cmake 2.6.x
+
 * 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pino/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	16 May 2010 11:54:19 -0000	1.10
+++ sources	26 May 2010 12:11:57 -0000	1.11
@@ -1,2 +1 @@
-6b7ef6e9b491d67bd698e1a582206d4b  pino-0.2.8.tar.bz2
-304b9b9af0762e54d01081e047fc5b2d  pino-0.2.9.tar.bz2
+4b12fb6e7f74a759dbcc70e996c70a3f  pino-0.2.10.tar.bz2


--- import.log DELETED ---



More information about the scm-commits mailing list