SPECS: xfce4-session.spec - updated to 4.3.99.1 - added %update_ic...
megabajt
megabajt at pld-linux.org
Mon Sep 4 20:15:12 CEST 2006
Author: megabajt Date: Mon Sep 4 18:15:12 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 4.3.99.1
- added %update_icon_cache macro
---- Files affected:
SPECS:
xfce4-session.spec (1.26 -> 1.27)
---- Diffs:
================================================================
Index: SPECS/xfce4-session.spec
diff -u SPECS/xfce4-session.spec:1.26 SPECS/xfce4-session.spec:1.27
--- SPECS/xfce4-session.spec:1.26 Sun Jul 16 21:58:18 2006
+++ SPECS/xfce4-session.spec Mon Sep 4 20:15:07 2006
@@ -6,12 +6,12 @@
Summary: Xfce session manager
Summary(pl): Zarządca sesji Xfce
Name: xfce4-session
-Version: 4.3.90.2
+Version: 4.3.99.1
Release: 1
License: GPL v2
Group: X11/Applications
Source0: http://www.xfce.org/archive/xfce-%{version}/src/xfce4-session-%{version}.tar.bz2
-# Source0-md5: 32aecd2896ae290a0cbb0f67d4bc8a3a
+# Source0-md5: 98c20381becc6fa84fae40be888b2ac7
Patch0: %{name}-locale-names.patch
URL: http://www.xfce.org/
BuildRequires: autoconf >= 2.50
@@ -22,9 +22,12 @@
BuildRequires: libxfce4mcs-devel >= %{version}
BuildRequires: libxfcegui4-devel >= %{version}
BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.311
BuildRequires: xfce-mcs-manager-devel >= %{version}
BuildRequires: xfce4-dev-tools >= %{version}
Requires: %{name}-libs = %{version}-%{release}
+Requires(post,postun): gtk+2 >= 2:2.10.1
+Requires(post,postun): hicolor-icon-cache
Requires: libxfce4mcs >= %{version}
Requires: libxfcegui4 >= %{version}
Requires: xfce-mcs-manager >= %{version}
@@ -87,7 +90,6 @@
%{__autoheader}
%{__automake}
%{__autoconf}
-LDFLAGS="%{rpmldflags} -Wl,--as-needed"
%configure \
%{!?with_static_libs:--disable-static} \
ICEAUTH=/usr/bin/iceauth
@@ -109,6 +111,12 @@
%clean
rm -rf $RPM_BUILD_ROOT
+%post
+%update_icon_cache hicolor
+
+%postun
+%update_icon_cache hicolor
+
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig
@@ -123,6 +131,7 @@
%dir %{_libdir}/xfce4/splash/engines
%attr(755,root,root) %{_libdir}/xfce4/splash/engines/*.so
%dir %{_sysconfdir}/xdg/%{name}
+%{_sysconfdir}/xdg/autostart/*.desktop
%{_sysconfdir}/xdg/%{name}/%{name}.rc
%{_datadir}/xfce4/tips
@@ -159,6 +168,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.27 2006/09/04 18:15:07 megabajt
+- updated to 4.3.99.1
+- added %update_icon_cache macro
+
Revision 1.26 2006/07/16 19:58:18 freetz
- merged from DEVEL
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xfce4-session.spec?r1=1.26&r2=1.27&f=u
More information about the pld-cvs-commit
mailing list