Hello community, here is the log from the commit of package xosview checked in at Mon Feb 26 19:05:44 CET 2007. -------- --- xosview/xosview.changes 2006-12-11 11:53:37.000000000 +0100 +++ /mounts/work_src_done/STABLE/xosview/xosview.changes 2007-02-26 15:32:20.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Feb 26 15:06:57 CET 2007 - stbinner@suse.de + +- fix build by including icon and .desktop into package + +------------------------------------------------------------------- New: ---- xosview.desktop xosview.png ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xosview.spec ++++++ --- /var/tmp/diff_new_pack.riV714/_old 2007-02-26 19:05:37.000000000 +0100 +++ /var/tmp/diff_new_pack.riV714/_new 2007-02-26 19:05:37.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xosview (Version 1.8.3) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 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. # @@ -11,19 +11,21 @@ # norootforbuild Name: xosview -BuildRequires: desktop-data-SuSE gcc-c++ pkgconfig update-desktop-files xorg-x11-devel -License: BSD License and BSD-like, Other License(s), see package +BuildRequires: update-desktop-files xorg-x11-devel +License: BSD License and BSD-like, GNU General Public License (GPL) Group: System/Monitoring Autoreqprov: on # NOTE: We don't want this dependency and desktop-data-SuSE is in all # desktop selections. #Requires: desktop-data-SuSE Version: 1.8.3 -Release: 25 +Release: 39 Summary: System Load Information URL: http://sourceforge.net/projects/xosview/ Source: xosview-%{version}.tar.bz2 Source1: rc.config.xosview +Source2: xosview.png +Source3: xosview.desktop Patch: xosview-%{version}.dif Patch1: xosview-1.8.2-serial.patch Patch2: xosview-1.8.1-procsys.patch @@ -105,14 +107,18 @@ sed 's|@@BINDIR@@|%{_bindir}|' < xosview.sh > %{buildroot}%{_bindir}/xosview chmod 0755 %{buildroot}%{_bindir}/xosview chmod 0755 %{buildroot}%{_bindir}/xosview.bin -%suse_update_desktop_file -i xosview System Monitor -rm %{buildroot}%{_datadir}/pixmaps/log.png +mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps +install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/usr/share/pixmaps/ +mkdir -p $RPM_BUILD_ROOT/usr/share/applications +install -m 644 %{SOURCE3} $RPM_BUILD_ROOT/usr/share/applications/ +%suse_update_desktop_file xosview %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) +%{_prefix}/share/pixmaps/xosview.png %{_datadir}/applications/xosview.desktop %{_bindir}/xosview %{_bindir}/xosview.bin @@ -122,7 +128,9 @@ %doc %{_docdir}/xosview/README %doc %{_docdir}/xosview/README.linux -%changelog -n xosview +%changelog +* Mon Feb 26 2007 - stbinner@suse.de +- fix build by including icon and .desktop into package * Mon Dec 11 2006 - werner@suse.de - Expand search path for app-defaults to /usr/share/X11 (#227401) * Mon Jul 31 2006 - werner@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de