Author: megabajt Date: Mon Sep 4 19:35:38 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 4.3.99.1 - use rpm macros - rm filterout_ld definition (now it builds with --as-needed)
---- Files affected: SPECS: xfce4-panel.spec (1.59 -> 1.60) ---- Diffs: ================================================================ Index: SPECS/xfce4-panel.spec diff -u SPECS/xfce4-panel.spec:1.59 SPECS/xfce4-panel.spec:1.60 --- SPECS/xfce4-panel.spec:1.59 Sun Aug 20 18:04:52 2006 +++ SPECS/xfce4-panel.spec Mon Sep 4 21:35:32 2006 @@ -6,12 +6,12 @@ Summary: Next generation panel for Xfce Summary(pl): Panel nowej generacji dla Xfce Name: xfce4-panel -Version: 4.3.90.2 -Release: 2 +Version: 4.3.99.1 +Release: 1 License: GPL v2, LGPL v2 Group: X11/Applications Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2 -# Source0-md5: e13f4a8ef25a09525d95e56a54673318 +# Source0-md5: 8647de295987605161c75650e4554fd8 Patch0: %{name}-locale-names.patch URL: http://www.xfce.org/ BuildRequires: autoconf >= 2.50 @@ -20,14 +20,14 @@ BuildRequires: docbook-style-xsl BuildRequires: gettext-devel BuildRequires: gtk-doc-automake -BuildRequires: intltool +BuildRequires: intltool >= 0.35.0 BuildRequires: libtool BuildRequires: libxfce4mcs-devel >= %{version} BuildRequires: libxfcegui4-devel >= %{version} BuildRequires: libxml2-devel >= 1:2.6.26 BuildRequires: libxslt-progs BuildRequires: pkgconfig >= 1:0.9.0 -BuildRequires: rpmbuild(macros) >= 1.315 +BuildRequires: rpmbuild(macros) >= 1.311 BuildRequires: xfce-mcs-manager-devel >= %{version} BuildRequires: xfce4-dev-tools >= %{version} Requires: %{name}-libs = %{version}-%{release} @@ -39,8 +39,6 @@ Obsoletes: xfce4-themes BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define filterout_ld (-Wl,)?--as-needed - %description xfce4-panel is the panel for the Xfce desktop environment. @@ -109,10 +107,10 @@ rm -rf $RPM_BUILD_ROOT %post -gtk-update-icon-cache -qf %{_datadir}/icons/hicolor +%update_icon_cache hicolor %postun -gtk-update-icon-cache -qf %{_datadir}/icons/hicolor +%update_icon_cache hicolor %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig @@ -123,12 +121,14 @@ %attr(755,root,root) %{_bindir}/* %dir %{_sysconfdir}/xdg/xfce4/panel -%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/xfce4/panel/panels.xml +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/xfce4/panel/clock-14.rc %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/xfce4/panel/launcher-7.rc %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/xfce4/panel/launcher-8.rc %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/xfce4/panel/launcher-9.rc %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/xfce4/panel/launcher-10.rc - +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/xfce4/panel/panels.xml +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/xfce4/panel/systray-4.rc +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/xfce4/panel/xfce4-menu-5.rc %dir %{_libdir}/xfce4/panel-plugins %attr(755,root,root) %{_libdir}/xfce4/mcs-plugins/*.so %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so @@ -158,6 +158,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.60 2006/09/04 19:35:32 megabajt +- up to 4.3.99.1 +- use rpm macros +- rm filterout_ld definition (now it builds with --as-needed) + Revision 1.59 2006/08/20 16:04:52 qboosh - filterout needs rpm.macros >= 1.315 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xfce4-panel.spec?r1=1.59&r2=1.60&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
