Hello community, here is the log from the commit of package quicksynergy checked in at Thu Feb 28 02:02:51 CET 2008. -------- --- quicksynergy/quicksynergy.changes 2007-11-09 11:01:47.000000000 +0100 +++ /mounts/work_src_done/STABLE/quicksynergy/quicksynergy.changes 2008-02-27 18:23:28.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Feb 27 18:20:57 CET 2008 - sbrabec@suse.cz + +- Added desktop file. +- Created lang package. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ quicksynergy.spec ++++++ --- /var/tmp/diff_new_pack.x24101/_old 2008-02-28 02:02:42.000000000 +0100 +++ /var/tmp/diff_new_pack.x24101/_new 2008-02-28 02:02:42.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package quicksynergy (Version 0.7) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -10,17 +10,19 @@ # norootforbuild + Name: quicksynergy Summary: QuickSynergy is a graphical interface (GUI) for easily configuring Synergy2 License: GPL v2 or later Group: System/X11/Utilities Url: http://quicksynergy.sourceforge.net/ Version: 0.7 -Release: 1 -Source0: quicksynergy-%{version}.tar.bz2 +Release: 33 +Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: gtk2-devel synergy update-desktop-files Requires: synergy -BuildRequires: gtk2-devel libglade2-devel synergy +Requires: %{name}-lang = %{version} %description QuickSynergy is a graphical interface (GUI) for easily configuring @@ -37,6 +39,7 @@ -------- Cesar L. B. Silveira <cesarbs@gmail.com> +%lang_package %prep %setup -q @@ -47,14 +50,25 @@ %install %makeinstall %find_lang %{name} +mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps +cp src/logo/qslogo.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/ +%suse_update_desktop_file -C "GUI for configuring of Synergy2" -c quicksynergy "QuickSynergy" "Configure Sharing of Mouse and Keyboard" quicksynergy qslogo GTK Settings DesktopSettings %clean rm -rf %{buildroot} -%files -f %{name}.lang +%files %defattr(-,root,root) %doc AUTHORS COPYING README NEWS ChangeLog %{_bindir}/quicksynergy +%{_datadir}/applications/quicksynergy.desktop +%{_datadir}/pixmaps/*.png + +%files lang -f %{name}.lang + %changelog -* Mon Oct 15 2007 - sassmann@suse.de +* Wed Feb 27 2008 sbrabec@suse.cz +- Added desktop file. +- Created lang package. +* Mon Oct 15 2007 sassmann@suse.de - inital release of quicksynergy 0.7 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org