From 641b8a222f2c96175be6c7b2e44c73e9cbcada15 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Apr 13 2009 20:31:16 +0000 Subject: - Fix directory ownership problems - Require xfce4-doc --- diff --git a/xfwm4.spec b/xfwm4.spec index 50b207e..e02d3b6 100644 --- a/xfwm4.spec +++ b/xfwm4.spec @@ -1,7 +1,7 @@ Summary: Next generation window manager for Xfce Name: xfwm4 Version: 4.6.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: http://www.xfce.org/ Source0: http://www.xfce.org/archive/xfce-%{version}/src/xfwm4-%{version}.tar.bz2 @@ -11,6 +11,7 @@ Group: User Interface/Desktops BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: libxfcegui4 >= %{version} +Requires: xfce4-doc BuildRequires: libxfcegui4-devel >= %{version} BuildRequires: libXext-devel BuildRequires: gettext intltool @@ -64,14 +65,17 @@ fi %{_bindir}/xfwm4-workspace-settings %{_datadir}/applications/* %{_datadir}/icons/hicolor/*/*/* -%dir %{_datadir}/xfce4 -%{_datadir}/xfce4/doc/*/images/* -%{_datadir}/xfce4/doc/*/*.html +%doc %{_datadir}/xfce4/doc/*/images/* +%doc %{_datadir}/xfce4/doc/*/*.html %{_datadir}/xfwm4 -%{_datadir}/themes -%{_libexecdir}/xfce4 +%{_datadir}/themes/* +%{_libexecdir}/xfce4/xfwm4 %changelog +* Sat Feb 28 2009 Christoph Wickert - 4.6.0-2 +- Fix directory ownership problems +- Require xfce4-doc + * Thu Feb 26 2009 Kevin Fenzi - 4.6.0-1 - Update to 4.6.0 - Remove unneeded BuildRequires