From 40dcaa1beef43b597142010212838c2fa95b291d0a4920f06050af29e5508828 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 10 May 2007 16:53:04 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=10 --- fvwm2.changes | 5 +++++ fvwm2.spec | 27 ++++++++++++++++++++++++++- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/fvwm2.changes b/fvwm2.changes index 3e34531..d612e9f 100644 --- a/fvwm2.changes +++ b/fvwm2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 10 17:47:14 CEST 2007 - ro@suse.de + +- split off FvwmGtk to its own subpackage + ------------------------------------------------------------------- Wed Apr 4 21:17:21 CEST 2007 - schwab@suse.de diff --git a/fvwm2.spec b/fvwm2.spec index 6ec42e4..1fc30ad 100644 --- a/fvwm2.spec +++ b/fvwm2.spec @@ -18,7 +18,7 @@ Provides: fvwmicns windowmanager xpmroot Obsoletes: fvwm xpmroot Autoreqprov: on Version: 2.5.21 -Release: 12 +Release: 20 Summary: Improved Version of FVWM Window Manager URL: http://www.fvwm.org Source0: fvwm-2.5.21.tar.bz2 @@ -45,6 +45,24 @@ compatible with the Motif MWM. +Authors: +-------- + The fvwm developers + +%package gtk +Summary: Improved Version of FVWM Window Manager +Group: System/GUI/Other +Requires: fvwm2 + +%description gtk +FVWM is a virtual desktop window manager for the X Window System. + +FVWM is intended to have a small memory footprint but a rich feature +set, to be extremely customizable and extendible, and to be very +compatible with the Motif MWM. + + + Authors: -------- The fvwm developers @@ -143,6 +161,7 @@ rm -rf $RPM_BUILD_ROOT %config /etc/X11/fvwm2/system.fvwm2rc %{_prefix}/%{_xorg7bin}/* %{_prefix}/%{_xorg7libs32}/X11/fvwm2/* +%exclude %{_prefix}/%{_xorg7libs32}/X11/fvwm2/FvwmGtk* %{_prefix}/%{_xorg7libshare}/X11/fvwm2/pixmaps/* %{_xorg7prefix}/share/locale/*/*/* %{_xorg7prefix}/share/fvwm/* @@ -165,7 +184,13 @@ rm -rf $RPM_BUILD_ROOT %dir %{_xorg7prefix}/share/locale/zh_CN/LC_MESSAGES %endif +%files gtk +%defattr(-,root,root) +%{_prefix}/%{_xorg7libs32}/X11/fvwm2/FvwmGtk* + %changelog +* Thu May 10 2007 - ro@suse.de +- split off FvwmGtk to its own subpackage * Wed Apr 04 2007 - schwab@suse.de - Fix last change. * Wed Apr 04 2007 - lmichnovic@suse.cz