OBS User unknown
2007-08-14 00:53:40 +00:00
committed by Git OBS Bridge
parent 8e105903af
commit b320525ef8
6 changed files with 62 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f3755725c200d94e1ba35e52ae7917b88c5e8066239882be8b81c9978973de19
size 617908

3
icewm-1.2.32.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:269bb14edd154dffcb1389a3f66646aae6394814b80aa01f42ef88e71272af50
size 621843

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Aug 13 11:43:13 CEST 2007 - mmarek@suse.cz
- updated to 1.2.32 [#299583]
* auto-hide like taskbar activation in full screen mode added
* missing ShowSettingsMenu and ShowFocusModeMenu
settings (Evgenii Terechkov)
* binding to raise window with mouse
(MouseWinRaise=Ctrl+Alt+Mouse1) (Thomas Holder)
* translation updates (cs, ru, zh_CN, zh_TW)
* bugfixes
- link duplicate theme icons
-------------------------------------------------------------------
Fri Apr 20 16:24:00 CEST 2007 - dmueller@suse.de

View File

@@ -1,5 +1,5 @@
#
# spec file for package icewm-lite (Version 1.2.30)
# spec file for package icewm-lite (Version 1.2.32)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -12,14 +12,14 @@
Name: icewm-lite
BuildRequires: freetype2-devel gcc-c++ gtk libpng-devel libtiff-devel xorg-x11-devel
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
License: LGPL v2 or later
Group: System/GUI/Other
Provides: icewm-bin
Requires: icewm
Conflicts: icewm-default
Autoreqprov: on
Version: 1.2.30
Release: 13
Version: 1.2.32
Release: 1
Source: icewm-%{version}.tar.bz2
Patch0: icewm-LANG.menu.patch
Patch1: icewm-multiByte.patch
@@ -45,7 +45,7 @@ Authors:
Marko Macek <Marko.Macek@gmx.net>
%prep
%setup -n icewm-%{version} -b 0
%setup -q -n icewm-%version
%patch0 -p1
%patch1
%patch2
@@ -87,6 +87,16 @@ rm -rf $RPM_BUILD_ROOT;
/usr/bin/icewm-session
%changelog
* Mon Aug 13 2007 - mmarek@suse.cz
- updated to 1.2.32 [#299583]
* auto-hide like taskbar activation in full screen mode added
* missing ShowSettingsMenu and ShowFocusModeMenu
settings (Evgenii Terechkov)
* binding to raise window with mouse
(MouseWinRaise=Ctrl+Alt+Mouse1) (Thomas Holder)
* translation updates (cs, ru, zh_CN, zh_TW)
* bugfixes
- link duplicate theme icons
* Fri Apr 20 2007 - dmueller@suse.de
- remove nosource, prevents -debuginfo creation
* Fri Jan 12 2007 - mmarek@suse.cz

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Aug 13 11:43:13 CEST 2007 - mmarek@suse.cz
- updated to 1.2.32 [#299583]
* auto-hide like taskbar activation in full screen mode added
* missing ShowSettingsMenu and ShowFocusModeMenu
settings (Evgenii Terechkov)
* binding to raise window with mouse
(MouseWinRaise=Ctrl+Alt+Mouse1) (Thomas Holder)
* translation updates (cs, ru, zh_CN, zh_TW)
* bugfixes
- link duplicate theme icons
-------------------------------------------------------------------
Sat Mar 3 13:07:13 CET 2007 - aj@suse.de

View File

@@ -1,5 +1,5 @@
#
# spec file for package icewm (Version 1.2.30)
# spec file for package icewm (Version 1.2.32)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,14 +11,14 @@
# norootforbuild
Name: icewm
BuildRequires: gcc-c++ giflib-devel gnome-desktop-devel imlib-devel libtiff-devel update-desktop-files
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
BuildRequires: fdupes gcc-c++ giflib-devel gnome-desktop-devel imlib-devel libtiff-devel update-desktop-files
License: LGPL v2 or later
Group: System/GUI/Other
Provides: windowmanager
Requires: icewm-bin, xdg-menu, desktop-data
Autoreqprov: on
Version: 1.2.30
Release: 17
Version: 1.2.32
Release: 1
Source: icewm-%{version}.tar.bz2
Source1: %{name}.desktop
Patch0: icewm-LANG.menu.patch
@@ -83,7 +83,7 @@ Authors:
Marko Macek <Marko.Macek@gmx.net>
%prep
%setup -b 0 -n icewm-%{version}
%setup -q -n icewm-%version
%patch0 -p1
%patch1
%patch2
@@ -135,6 +135,8 @@ EOF
# install the xsession desktop file
mkdir -p $RPM_BUILD_ROOT/usr/share/xsessions
cp -f %{SOURCE1} $RPM_BUILD_ROOT/usr/share/xsessions
# link duplicate theme icons to save some space
%{?fdupes:%fdupes %buildroot/usr/share/icewm/themes/}
%clean
rm -rf $RPM_BUILD_ROOT;
@@ -164,6 +166,16 @@ rm -rf $RPM_BUILD_ROOT;
/usr/bin/icewm-menu-gnome2
%changelog
* Mon Aug 13 2007 - mmarek@suse.cz
- updated to 1.2.32 [#299583]
* auto-hide like taskbar activation in full screen mode added
* missing ShowSettingsMenu and ShowFocusModeMenu
settings (Evgenii Terechkov)
* binding to raise window with mouse
(MouseWinRaise=Ctrl+Alt+Mouse1) (Thomas Holder)
* translation updates (cs, ru, zh_CN, zh_TW)
* bugfixes
- link duplicate theme icons
* Sat Mar 03 2007 - aj@suse.de
- /usr/share/xsessions/ is part of filesystems now.
* Wed Jan 24 2007 - mmarek@suse.cz