SHA256
1
0
forked from pool/fvwm2
OBS User unknown 2007-05-10 16:53:04 +00:00 committed by Git OBS Bridge
parent 44ac73bc40
commit 40dcaa1bee
2 changed files with 31 additions and 1 deletions

View File

@ -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

View File

@ -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 <fvwm-workers@fvwm.org>
%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 <fvwm-workers@fvwm.org>
@ -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