SPECS (AC-branch): xfce4-mixer.spec - updated to 4.4.0, merged fro...

megabajt megabajt at pld-linux.org
Mon Jan 29 11:38:43 CET 2007


Author: megabajt                     Date: Mon Jan 29 10:38:43 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- updated to 4.4.0, merged from HEAD

---- Files affected:
SPECS:
   xfce4-mixer.spec (1.29.2.2 -> 1.29.2.3) 

---- Diffs:

================================================================
Index: SPECS/xfce4-mixer.spec
diff -u SPECS/xfce4-mixer.spec:1.29.2.2 SPECS/xfce4-mixer.spec:1.29.2.3
--- SPECS/xfce4-mixer.spec:1.29.2.2	Wed Jul  5 12:33:15 2006
+++ SPECS/xfce4-mixer.spec	Mon Jan 29 11:38:38 2007
@@ -2,31 +2,35 @@
 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.2.3
+Version:	4.4.0
 Release:	1
-License:	BSD
+License:	GPL
 Group:		X11/Applications/Sound
-Source0:	http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-%{version}/src/%{name}-%{version}.tar.gz
-# Source0-md5:	b57fd602b3612fb84a92b124f3468511
+Source0:	http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
+# Source0-md5:	195e52cfe7913ca0b97d20a7ca26bde7
 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 >= 0.35.0
 BuildRequires:	libtool
 BuildRequires:	libxfce4mcs-devel >= %{version}
 BuildRequires:	pkgconfig >= 1:0.9.0
+BuildRequires:	rpmbuild(macros) >= 1.311
 BuildRequires:	xfce-mcs-manager-devel >= %{version}
-BuildRequires:	xfce4-dev-tools
+BuildRequires:	xfce4-dev-tools >= %{version}
 BuildRequires:	xfce4-panel-devel >= %{version}
-Requires:	alsa-lib >= 0.9.0
+Requires(post,postun):	gtk+2
+Requires(post,postun):	hicolor-icon-theme
+Requires:	alsa-lib >= 1.0.11
 Requires:	xfce4-panel >= %{version}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-xfce4-mixer is the volume control plugin for the Xfce panel.
-Includes a simple sound mixer.
+xfce4-mixer is the volume control plugin for the Xfce panel. Includes
+a simple sound mixer.
 
 %description -l pl
 xfce4-mixer to wtyczka sterująca głośnością dla panelu Xfce. Zawiera
@@ -41,7 +45,7 @@
 
 %build
 %{__libtoolize}
-%{__aclocal} -I %{_datadir}/xfce4/dev-tools/m4macros
+%{__aclocal}
 %{__autoheader}
 %{__automake}
 %{__autoconf}
@@ -64,6 +68,12 @@
 %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 COPYING README TODO
@@ -71,7 +81,8 @@
 %attr(755,root,root) %{_libdir}/xfce4/mcs-plugins/*.so
 # why no -avoid-version?
 %attr(755,root,root) %{_libdir}/xfce4/modules/lib*.so*
-%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-mixer-plugin
+%{_datadir}/xfce4/panel-plugins/xfce4-mixer.desktop
 %{_iconsdir}/hicolor/*/*/*
 
 %{_desktopdir}/xfce-mixer-settings.desktop
@@ -82,6 +93,41 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.29.2.3  2007/01/29 10:38:38  megabajt
+- updated to 4.4.0, merged from HEAD
+
+Revision 1.39  2007/01/22 18:17:10  megabajt
+- updated to 4.4.0
+
+Revision 1.38  2006/11/06 20:57:24  megabajt
+- up to 4.3.99.2 (Xfce 4.4RC2)
+- updated deps
+- proper license (GPL)
+
+Revision 1.37  2006/09/08 19:59:03  megabajt
+- up to 4.3.99.1
+
+Revision 1.36  2006/09/03 22:31:23  glen
+- typo
+
+Revision 1.35  2006/09/03 22:09:46  qboosh
+- R(post,postun): hicolor-icon-theme
+
+Revision 1.34  2006/09/02 20:23:42  megabajt
+- use rpm macros, rel. 2
+
+Revision 1.33  2006/07/16 20:10:24  freetz
+- merged from DEVEL
+
+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
+
+Revision 1.32.2.1  2006/04/27 20:43:07  troll
+- updated to 4.3.90.1
+
 Revision 1.29.2.2  2006/07/05 10:33:15  havner
 - force using alsa, auto tends to choose oss
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xfce4-mixer.spec?r1=1.29.2.2&r2=1.29.2.3&f=u



More information about the pld-cvs-commit mailing list