SPECS (DEVEL): xfwm4.spec - 4.3.90.2, updated deps, --as-needed su...
freetz
freetz at pld-linux.org
Sun Jul 16 20:47:22 CEST 2006
Author: freetz Date: Sun Jul 16 18:47:22 2006 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- 4.3.90.2, updated deps, --as-needed support, removed obsolete configure_ac
patch, removed compositor bcond (can be disabled at runtime)
---- Files affected:
SPECS:
xfwm4.spec (1.44.2.4 -> 1.44.2.5)
---- Diffs:
================================================================
Index: SPECS/xfwm4.spec
diff -u SPECS/xfwm4.spec:1.44.2.4 SPECS/xfwm4.spec:1.44.2.5
--- SPECS/xfwm4.spec:1.44.2.4 Sat Jul 1 16:47:10 2006
+++ SPECS/xfwm4.spec Sun Jul 16 20:47:17 2006
@@ -1,29 +1,25 @@
# $Revision$, $Date$
-# Conditional build:
-%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.3.90.1
+Version: 4.3.90.2
Release: 1
License: GPL v2
Group: X11/Applications
Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
-# Source0-md5: 9c062ad26d09f59d162eb9f183a0038a
+# Source0-md5: 858dd3f2b430f338c7554d7e1a55d94a
Patch0: %{name}-locale-names.patch
-Patch1: %{name}-configure_ac.patch
URL: http://www.xfce.org/
BuildRequires: autoconf >= 2.52
BuildRequires: automake
BuildRequires: gettext-devel
-BuildRequires: gtk+2-devel >= 2.2.0
-BuildRequires: intltool
+BuildRequires: gtk+2-devel >= 2:2.10.0
+BuildRequires: intltool >= 0.35
BuildRequires: libtool
BuildRequires: libxfce4mcs-devel >= %{version}
BuildRequires: libxfcegui4-devel >= %{version}
BuildRequires: pkgconfig >= 1:0.9.0
-BuildRequires: startup-notification-devel >= 0.5
+BuildRequires: startup-notification-devel >= 0.8
BuildRequires: xfce-mcs-manager-devel >= %{version}
BuildRequires: xfce4-dev-tools >= %{version}
BuildRequires: xorg-lib-libXpm-devel
@@ -33,32 +29,28 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-xfwm4 is a window manager compatible with GNOME, GNOME2, KDE2, KDE3
-and Xfce.
+xfwm4 is a EWMH standard compliant window manager.
%description -l pl
-xfwm4 to zarządca okien kompatybilny z GNOME, GNOME2, KDE2, KDE3 oraz
-Xfce.
+xfwm4 to zarządca okien zgodny ze standardem EWMH.
%prep
%setup -q
%patch0 -p1
-%patch1 -p1
mv -f po/{pt_PT,pt}.po
mv -f po/{nb_NO,nb}.po
%build
-glib-gettextize --copy --force
-intltoolize --copy --force
+%{__glib_gettextize}
+%{__intltoolize}
%{__libtoolize}
-%{__aclocal} -I %{_datadir}/xfce4/dev-tools/m4macros
+%{__aclocal}
%{__autoheader}
%{__automake}
%{__autoconf}
-%configure \
- %{!?with_compositor:--disable-compositor}
-
+LDFLAGS="%{rpmldflags} -Wl,--as-needed"
+%configure
%{__make}
%install
@@ -101,6 +93,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.44.2.5 2006/07/16 18:47:17 freetz
+- 4.3.90.2, updated deps, --as-needed support, removed obsolete configure_ac
+ patch, removed compositor bcond (can be disabled at runtime)
+
Revision 1.44.2.4 2006/07/01 14:47:10 lmasko
- added patch xfwm4-configure_ac.patch to correct configure.ac syntax
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xfwm4.spec?r1=1.44.2.4&r2=1.44.2.5&f=u
More information about the pld-cvs-commit
mailing list