]> git.pld-linux.org Git - packages/xfwm4.git/blobdiff - xfwm4.spec
- updated to 4.2.0 final
[packages/xfwm4.git] / xfwm4.spec
index 7f7b61b8566e6777d717fc18f6c6744398c285f8..20dcf32e6176c881b865155fc91374ab2fff4b0c 100644 (file)
@@ -1,13 +1,14 @@
-Summary:       Next generation window manager for XFce
-Summary(pl):   Zarz±dca okien nowej generacji dla XFce
+%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.1
+Version:       4.2.0
 Release:       1
-License:       GPL
+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
-# Source0-md5: 961f5f18d437d78e47cd9f9c8b567bd4
+Source0:       http://www.us.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.gz
+# Source0-md5: da6d773f31ef91400174c2045f0f1a80
 Patch0:                %{name}-locale-names.patch
 URL:           http://www.xfce.org/
 BuildRequires: autoconf >= 2.52
@@ -21,23 +22,24 @@ 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
+Requires:      libxfcegui4 >= %{version}
+Requires:      xfce-mcs-manager >= %{version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 xfwm4 is a window manager compatible with GNOME, GNOME2, KDE2, KDE3
-and XFce.
+and Xfce.
 
 %description -l pl
 xfwm4 to zarz±dca okien kompatybilny z GNOME, GNOME2, KDE2, KDE3 oraz
-XFce.
+Xfce.
 
 %prep
 %setup -q
 %patch0 -p1
 
 mv -f po/{pt_PT,pt}.po
+mv -f po/{nb_NO,nb}.po
 
 %build
 glib-gettextize --copy --force
@@ -47,7 +49,7 @@ intltoolize --copy --force
 %{__autoheader}
 %{__automake}
 %{__autoconf}
-%configure
+%configure %{?with_compositor:--enable-compositor}
 
 %{__make}
 
@@ -82,7 +84,3 @@ rm -rf $RPM_BUILD_ROOT
 %docdir %{_datadir}/xfce4/doc
 %{_datadir}/xfce4/doc/C/*.html
 %{_datadir}/xfce4/doc/C/images/*.png
-%lang(fr) %{_datadir}/xfce4/doc/fr/*.html
-%lang(fr) %{_datadir}/xfce4/doc/fr/images/*.png
-%lang(it) %{_datadir}/xfce4/doc/it/*.html
-%lang(it) %{_datadir}/xfce4/doc/it/images/*.png
This page took 0.071832 seconds and 4 git commands to generate.