]> git.pld-linux.org Git - packages/xfwm4.git/commitdiff
- proper BRs versions
authorKarol Krenski <charles@pld-linux.org>
Tue, 4 Jan 2005 17:00:07 +0000 (17:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added bcond compositor
- removed redundant R
- cosmetics in licence
- rel. 2 for STBR

Changed files:
    xfwm4.spec -> 1.30

xfwm4.spec

index 787320add79de90c62316cca09ece3ab04d9e0b1..f8ea52a37e47c0ddf7c613ad0bb19b4f9412aeb0 100644 (file)
@@ -1,9 +1,10 @@
+%bcond_without compositor              # without compositor extensions
 Summary:       Next generation window manager for Xfce
 Summary(pl):   Zarz±dca okien nowej generacji dla Xfce
 Name:          xfwm4
 Version:       4.1.99.3
-Release:       1
-License:       GPL
+Release:       2
+License:       GPL v2
 Group:         X11/Applications
 #Source0:      ftp://ftp.berlios.de/pub/xfce-goodies/%{version}/%{name}-%{version}.tar.gz
 Source0:       http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-%{version}/src/%{name}-%{version}.tar.gz
@@ -20,9 +21,6 @@ BuildRequires:        libxfcegui4-devel >= %{version}
 BuildRequires: pkgconfig >= 1:0.9.0
 BuildRequires: startup-notification-devel >= 0.5
 BuildRequires: xfce-mcs-manager-devel >= %{version}
-Requires:      libxfce4mcs >= %{version}
-Requires:      libxfcegui4 >= 4.1.21
-Requires:      xfce-mcs-manager >= 4.1.90
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -48,8 +46,7 @@ intltoolize --copy --force
 %{__autoheader}
 %{__automake}
 %{__autoconf}
-%configure \
-       --enable-compositor
+%configure %{?with_compositor:--enable-compositor}
 
 %{__make}
 
This page took 0.094304 seconds and 4 git commands to generate.