SHA256
1
0
forked from pool/xfwm4
xfwm4/xfwm4.spec
OBS User autobuild 3d61416294 Accepting request 43417 from X11:xfce
Copy from X11:xfce/xfwm4 based on submit request 43417 from user prusnak

OBS-URL: https://build.opensuse.org/request/show/43417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfwm4?expand=0&rev=19
2010-07-19 19:28:51 +00:00

74 lines
2.0 KiB
RPMSpec

#
# spec file for package xfwm4 (Version 4.6.2)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: xfwm4
BuildRequires: gtk2-devel libglade2-devel libwnck-devel libxfce4util-devel libxfcegui4-devel libxfconf-devel
BuildRequires: intltool startup-notification-devel
Summary: Next generation window manager for xfce
Version: 4.6.2
Release: 1
License: GPLv2+
Url: http://www.xfce.org/
Source0: %{name}-%{version}.tar.bz2
Group: System/GUI/XFCE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: windowmanager
Suggests: xfwm4-themes
%description
xfwm4 is a window manager compatible with GNOME, GNOME2, KDE2, KDE3 and
Xfce.
Authors:
--------
Olivier Fourdan <fourdan@xfce.org>
%prep
%setup -q
%build
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure \
--enable-compositor
make %{?jobs:-j%jobs}
%install
make DESTDIR=$RPM_BUILD_ROOT install
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %name.lang
%defattr(-,root,root)
%doc example.gtkrc-2.0 README COPYING AUTHORS COMPOSITOR ChangeLog INSTALL TODO
%{_bindir}/*
%{_libexecdir}/xfce4/xfwm4/helper-dialog
%{_datadir}/applications/*
%{_datadir}/icons/*
%{_datadir}/themes/*
%{_datadir}/xf*
%dir %{_libexecdir}/xfce4
%dir %{_libexecdir}/xfce4/xfwm4
%changelog