rpms/pino/devel pino.spec,1.12,1.13

supercyper supercyper at fedoraproject.org
Sun Jul 4 05:03:53 UTC 2010


Author: supercyper

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

Modified Files:
	pino.spec 
Log Message:
Rebuild


Index: pino.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pino/devel/pino.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- pino.spec	26 May 2010 12:11:57 -0000	1.12
+++ pino.spec	4 Jul 2010 05:03:52 -0000	1.13
@@ -1,6 +1,6 @@
 Name:		pino
 Version:	0.2.10
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A fast, easy and free Twitter and identi.ca client
 Group:		Applications/Internet
 License:	LGPLv3+
@@ -34,7 +34,8 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{
 
 %find_lang %{name}
 
-sed -i '/Terminal=false/a StartupNotify=true' $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
+grep -q 'StartupNotify' $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop || \
+	echo '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
@@ -66,6 +67,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_datadir}/%{name}
 
 %changelog
+* Sun Jul 04 2010 Chen Lei <supercyper at 163.com> - 0.2.10-2
+- Rebuild(webkitgtk)
+
 * 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



More information about the scm-commits mailing list