Author: megabajt Date: Mon Feb 7 22:34:57 2011 GMT Module: packages Tag: DEVEL ---- Log message: - updated to 4.8.1 - removed -generic-menu.patch (now XDG_MENU_PREFIX is used to determine which menu should be used) - drop libtool file
---- Files affected: packages/xfce4-panel: xfce4-panel.spec (1.79.2.4 -> 1.79.2.5) ---- Diffs: ================================================================ Index: packages/xfce4-panel/xfce4-panel.spec diff -u packages/xfce4-panel/xfce4-panel.spec:1.79.2.4 packages/xfce4-panel/xfce4-panel.spec:1.79.2.5 --- packages/xfce4-panel/xfce4-panel.spec:1.79.2.4 Sun Jan 30 12:41:00 2011 +++ packages/xfce4-panel/xfce4-panel.spec Mon Feb 7 23:34:52 2011 @@ -2,13 +2,12 @@ Summary: Next generation panel for Xfce Summary(pl.UTF-8): Panel nowej generacji dla Xfce Name: xfce4-panel -Version: 4.8.0 -Release: 0.9 +Version: 4.8.1 +Release: 1 License: GPL v2, LGPL v2 Group: X11/Applications -Source0: http://archive.xfce.org/xfce/4.8/src/%{name}-%{version}.tar.bz2 -# Source0-md5: ed80fc48817bfcc0058e7baf8603ee3c -Patch0: %{name}-generic-menu.patch +Source0: http://archive.xfce.org/src/xfce/xfce4-panel/4.8/%{name}-%{version}.tar.bz2 +# Source0-md5: 449e37624da9b1f4d980a11d2073e6cc URL: http://www.xfce.org/projects/xfce4-panel BuildRequires: dbus-glib-devel >= 0.73 BuildRequires: docbook-dtd412-xml @@ -22,20 +21,21 @@ BuildRequires: gtk-doc-automake BuildRequires: intltool >= 0.35.0 BuildRequires: libwnck-devel >= 2.22.0 -BuildRequires: libxfce4ui-devel >= %{version} -BuildRequires: libxfce4util-devel >= %{version} +BuildRequires: libxfce4ui-devel >= 4.8.0 +BuildRequires: libxfce4util-devel >= 4.8.0 BuildRequires: libxslt-progs BuildRequires: pkgconfig >= 1:0.9.0 BuildRequires: rpmbuild(macros) >= 1.601 BuildRequires: xfce4-dev-tools >= 4.8.0 -BuildRequires: xfconf-devel >= %{version} +BuildRequires: xfconf-devel >= 4.8.0 Requires: %{name}-libs = %{version}-%{release} +Requires: gtk-update-icon-cache Requires: hicolor-icon-theme -# NOTE: it's temporary. xfce4-icon-theme has to match XDG specification. -# Currently Tango is used as a default icon theme. +# NOTE: xfce4-icon-theme doesn't match XDG specification. +# Use Tango as a default icon theme. Requires: tango-icon-theme Requires: xfce4-dirs >= 4.6 -#Requires: xfce4-icon-theme +Suggests: xfce-preferred-applications Obsoletes: xfce4-iconbox Obsoletes: xfce4-showdesktop-plugin Obsoletes: xfce4-systray @@ -80,8 +80,8 @@ Requires: %{name}-libs = %{version}-%{release} Requires: glib2-devel >= 1:2.18.0 Requires: gtk+2-devel >= 2:2.14.0 -Requires: libxfce4ui-devel >= %{version} -Requires: libxfce4util-devel >= %{version} +Requires: libxfce4ui-devel >= 4.8.0 +Requires: libxfce4util-devel >= 4.8.0 %description devel Header files for building Xfce panel plugins. @@ -91,7 +91,6 @@ %prep %setup -q -#%%patch0 -p1 %build %configure \ @@ -110,6 +109,7 @@ DESTDIR=$RPM_BUILD_ROOT %{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la +%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK %find_lang %{name} @@ -174,7 +174,6 @@ %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libxfce4panel-1.0.so -%{_libdir}/libxfce4panel-1.0.la %{_includedir}/xfce4/libxfce4panel-1.0 %{_pkgconfigdir}/libxfce4panel-1.0.pc @@ -184,6 +183,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.79.2.5 2011/02/07 22:34:52 megabajt +- updated to 4.8.1 +- removed -generic-menu.patch (now XDG_MENU_PREFIX is used to determine + which menu should be used) +- drop libtool file + Revision 1.79.2.4 2011/01/30 11:41:00 megabajt - provide old directory for panel plugin files (still supported according to changelog) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xfce4-panel/xfce4-panel.spec?r1=1.79.2.4&r2=1.79.2.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
