Author: freetz Date: Sun Jul 16 20:10:01 2006 GMT Module: SPECS Tag: DEVEL ---- Log message: - 4.3.90.2, updated deps, use alsa by default, --as-needed support
---- Files affected: SPECS: xfce4-mixer.spec (1.32.2.2 -> 1.32.2.3) ---- Diffs: ================================================================ Index: SPECS/xfce4-mixer.spec diff -u SPECS/xfce4-mixer.spec:1.32.2.2 SPECS/xfce4-mixer.spec:1.32.2.3 --- SPECS/xfce4-mixer.spec:1.32.2.2 Wed May 17 07:15:54 2006 +++ SPECS/xfce4-mixer.spec Sun Jul 16 22:09:55 2006 @@ -2,26 +2,27 @@ Summary: Volume control plugin for the Xfce panel Summary(pl): Wtyczka sterująca głośnością dla panelu Xfce Name: xfce4-mixer -Version: 4.3.90.1 +Version: 4.3.90.2 Release: 1 License: BSD Group: X11/Applications/Sound Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2 -# Source0-md5: 6f149f982d7833d043c9240453ae5a02 +# Source0-md5: 27bb4b4a6d1ccd598e8402ed7bb280d0 Patch0: %{name}-locale-names.patch URL: http://www.xfce.org/ -BuildRequires: alsa-lib-devel >= 0.9.0 +BuildRequires: alsa-lib-devel >= 1.0.11 BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: gettext-devel -BuildRequires: intltool +BuildRequires: intltool >= 0.35.0 BuildRequires: libtool BuildRequires: libxfce4mcs-devel >= %{version} BuildRequires: pkgconfig >= 1:0.9.0 -BuildRequires: xfce-mcs-manager-devel >= %{version} BuildRequires: xfce4-dev-tools >= %{version} BuildRequires: xfce4-panel-devel >= %{version} -Requires: alsa-lib >= 0.9.0 +BuildRequires: xfce-mcs-manager-devel >= %{version} +Requires(post,postun): gtk+2 >= 2:2.10.0 +Requires: alsa-lib >= 1.0.11 Requires: xfce4-panel >= %{version} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -42,13 +43,15 @@ %build %{__libtoolize} -%{__aclocal} -I %{_datadir}/xfce4/dev-tools/m4macros +%{__aclocal} %{__autoheader} %{__automake} %{__autoconf} +LDFLAGS="%{rpmldflags} -Wl,--as-needed" %configure \ - --disable-static - + --disable-static \ + --with-sound=alsa + %{__make} %install @@ -64,6 +67,12 @@ %clean rm -rf $RPM_BUILD_ROOT +%post +gtk-update-icon-cache -qf %{_datadir}/icons/hicolor + +%postun +gtk-update-icon-cache -qf %{_datadir}/icons/hicolor + %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS COPYING README TODO @@ -83,6 +92,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.32.2.3 2006/07/16 20:09:55 freetz +- 4.3.90.2, updated deps, use alsa by default, --as-needed support + Revision 1.32.2.2 2006/05/17 05:15:54 charles - BR: intltool ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xfce4-mixer.spec?r1=1.32.2.2&r2=1.32.2.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
