rpms/pino/F-13 .cvsignore, 1.11, 1.12 pino.spec, 1.15, 1.16 sources, 1.11, 1.12

supercyper supercyper at fedoraproject.org
Wed May 26 12:15:00 UTC 2010


Author: supercyper

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

Modified Files:
	.cvsignore pino.spec sources 
Log Message:
sync with devel


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pino/F-13/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	16 May 2010 10:02:49 -0000	1.11
+++ .cvsignore	26 May 2010 12:15:00 -0000	1.12
@@ -1,2 +1 @@
-pino-0.2.8.tar.bz2
-pino-0.2.9.tar.bz2
+pino-0.2.10.tar.bz2


Index: pino.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pino/F-13/pino.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- pino.spec	16 May 2010 10:19:40 -0000	1.15
+++ pino.spec	26 May 2010 12:15:00 -0000	1.16
@@ -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/F-13/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	16 May 2010 10:02:50 -0000	1.11
+++ sources	26 May 2010 12:15:00 -0000	1.12
@@ -1,2 +1 @@
-6b7ef6e9b491d67bd698e1a582206d4b  pino-0.2.8.tar.bz2
-304b9b9af0762e54d01081e047fc5b2d  pino-0.2.9.tar.bz2
+4b12fb6e7f74a759dbcc70e996c70a3f  pino-0.2.10.tar.bz2



More information about the scm-commits mailing list