SHA256
1
0
forked from pool/fvwm2
OBS User unknown
2007-01-19 11:28:11 +00:00
committed by Git OBS Bridge
parent 3f63ac84ec
commit 46f4a073c9
11 changed files with 124 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package fvwm2 (Version 2.5.19)
# spec file for package fvwm2 (Version 2.5.20)
#
# 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.
#
@@ -17,21 +17,21 @@ Group: System/GUI/Other
Provides: fvwmicns windowmanager xpmroot
Obsoletes: fvwm xpmroot
Autoreqprov: on
Version: 2.5.19
Release: 6
Version: 2.5.20
Release: 1
Summary: Improved Version of FVWM Window Manager
URL: http://www.fvwm.org
Source0: fvwm-snap-20061212.tar.bz2
Source0: fvwm-2.5.20.tar.bz2
Source1: fvwm_icons.tar.bz2
Source3: %name.desktop
Source4: system.fvwm2rc
Source5: _system.fvwm2rc
Source6: openSuSE.xpm
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: xdg-menu, desktop-data, mktemp, xli, xorg-x11
Patch0: fvwm-configure.patch
Patch1: fvwm-%{version}-gcc-warnings.patch
Patch2: fvwm-%{version}-ia64.patch
Patch3: fvwm-%{version}-sec-fvwmname.patch
%description
FVWM is a virtual desktop window manager for the X Window System.
@@ -46,7 +46,6 @@ Authors:
--------
The fvwm developers <fvwm-workers@fvwm.org>
%define kermit seyon-kermit-1.0
%if "%(xft-config --prefix)" == "/usr"
%define _xorg7libs %_lib
%define _xorg7bin bin
@@ -63,12 +62,13 @@ Authors:
%define _xorg7mandir /usr/X11R6/man
%endif
%prep
%setup -q -n fvwm-snap-20061212
%setup -q -n fvwm-2.5.20
%patch0
%patch1
%patch2
mkdir icons
tar -C icons -j -x -v -f $RPM_SOURCE_DIR/fvwm_icons.tar.bz2
cp %{S:6} icons
#
# build
@@ -162,6 +162,25 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog -n fvwm2
* Tue Jan 16 2007 - lmichnovic@suse.cz
- fixed wrong path for icons in system.fvwm2rc [#223521]
- changed titles to openSUSE
- created openSuSE.xpm icon for Button bar menu
- spec cleanup
* Mon Jan 15 2007 - lmichnovic@suse.cz
- update to 2.5.20
- many bug fixes
- fixed few memory leaks
- some new functions and features:
* "Mouse n M N" is no longer used to disable or remap the
builtin tear off menu button. See the section Tear Off Menus.
* Full support for menu context (M) key and mouse bindings.
* New window conditions: StickyIcon, StickyAcrossPagesIcon
and StickyAcrossDesksIcon.
* Hilighted menu backgrounds now use pixmaps gradients and
transparency from their related colorset.
* Fri Jan 05 2007 - lmichnovic@suse.cz
- fixed missing background image [#223521]
* Tue Dec 19 2006 - lmichnovic@suse.cz
- added xorg-x11 into Requires and Buildrequires and excluding
/usr/share/xsessions directory from filelist [#229172]