Author: megabajt Date: Mon Jan 29 10:17:37 2007 GMT Module: SPECS Tag: AC-branch ---- Log message: - updated to 4.4.0, merged from HEAD
---- Files affected: SPECS: xfce4-appfinder.spec (1.14.2.2 -> 1.14.2.3) ---- Diffs: ================================================================ Index: SPECS/xfce4-appfinder.spec diff -u SPECS/xfce4-appfinder.spec:1.14.2.2 SPECS/xfce4-appfinder.spec:1.14.2.3 --- SPECS/xfce4-appfinder.spec:1.14.2.2 Wed Jul 5 12:03:11 2006 +++ SPECS/xfce4-appfinder.spec Mon Jan 29 11:17:32 2007 @@ -1,24 +1,26 @@ # $Revision$, $Date$ Summary: Appfinder for the Xfce Desktop Environment Summary(pl): Wyszukiwarka aplikacji dla środowiska Xfce -Name: xfce4-appfinder -Version: 4.2.3 -Release: 1 +Name: xfce4-appfinder +Version: 4.4.0 +Release: 1 License: GPL Group: X11/Applications -Source0: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-%{version}/src/%{name}-%{version}.tar.gz -# Source0-md5: fa6b9dd74114cb28c7352dd0e4592ce2 +Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2 +# Source0-md5: 43538217a5502425d738ea8419521b9a Patch0: %{name}-locale-names.patch -Patch1: %{name}-desktop.patch URL: http://www.xfce.org/ BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: gettext-devel +BuildRequires: intltool BuildRequires: libtool -BuildRequires: libxfcegui4-devel >= 4.2.0 +BuildRequires: libxfcegui4-devel >= %{version} BuildRequires: pkgconfig -BuildRequires: xfce4-dev-tools -Requires: libxfcegui4 >= 4.2.0 +BuildRequires: rpmbuild(macros) >= 1.311 +BuildRequires: xfce4-dev-tools >= %{version} +Requires(post,postun): gtk+2 +Requires(post,postun): hicolor-icon-theme BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -30,18 +32,16 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 mv -f po/{pt_PT,pt}.po %build %{__libtoolize} -%{__aclocal} -I %{_datadir}/xfce4/dev-tools/m4macros +%{__aclocal} %{__autoheader} %{__automake} %{__autoconf} %configure - %{__make} %install @@ -55,15 +55,21 @@ %clean rm -rf $RPM_BUILD_ROOT +%post +%update_icon_cache hicolor + +%postun +%update_icon_cache hicolor + %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README TODO %attr(755,root,root) %{_bindir}/xfce4-appfinder %{_desktopdir}/xfce4-appfinder.desktop -%{_pixmapsdir}/xfce4-appfinder.png +%{_iconsdir}/hicolor/48x48/apps/xfce4-appfinder.png +%docdir %{_datadir}/xfce4/doc %{_datadir}/xfce4/doc/C/* %lang(fr) %{_datadir}/xfce4/doc/fr/* -%lang(he) %{_datadir}/xfce4/doc/he/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -71,6 +77,22 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14.2.3 2007/01/29 10:17:32 megabajt +- updated to 4.4.0, merged from HEAD + +Revision 1.22 2007/01/22 18:14:00 megabajt +- updated to 4.4.0 + +Revision 1.21 2006/11/06 20:33:26 megabajt +- up to 4.3.99.2 (Xfce 4.4RC2) + +Revision 1.20 2006/09/17 08:57:37 megabajt +- added %update_icon_cache macro + +Revision 1.19 2006/09/10 15:12:38 charles +- updated to 4.3.99.1 +- rm outdated -desktop.patch + Revision 1.14.2.2 2006/07/05 10:03:11 havner - 4.2.3, HEAD merge ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xfce4-appfinder.spec?r1=1.14.2.2&r2=1.14.2.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
