From e39981136f11527d9f6f380b237ac7f7a0ad339f Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 8 Jul 2004 14:17:06 +0000 Subject: [PATCH] - added locale-names patch, fix fa,nb,pt names; release 2 Changed files: xfce4-mixer.spec -> 1.16 --- xfce4-mixer.spec | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/xfce4-mixer.spec b/xfce4-mixer.spec index 8cedcb7..eb01c55 100644 --- a/xfce4-mixer.spec +++ b/xfce4-mixer.spec @@ -2,18 +2,21 @@ 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.0.5 -Release: 1 +Release: 2 License: BSD Group: X11/Applications/Sound #Source0: ftp://ftp.berlios.de/pub/xfce-goodies/%{version}/%{name}-%{version}.tar.gz Source0: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-%{version}/src/%{name}-%{version}.tar.gz # Source0-md5: 01d5e15d3740b87a8860557af07d5fbb +Patch0: %{name}-locale-names.patch URL: http://www.xfce.org/ +BuildRequires: autoconf >= 2.50 BuildRequires: automake +BuildRequires: libtool BuildRequires: pkgconfig >= 0.9.0 -BuildRequires: startup-notification-devel >= 0.4 +BuildRequires: startup-notification-devel >= 0.5 BuildRequires: xfce4-panel-devel >= %{version} -Requires: startup-notification >= 0.4 +Requires: startup-notification >= 0.5 Requires: xfce4-panel >= %{version} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -27,9 +30,18 @@ prosty mikser d %prep %setup -q +%patch0 -p1 + +mv -f po/{fa_IR,fa}.po +mv -f po/{no,nb}.po +mv -f po/{pt_PT,pt}.po %build -cp -f /usr/share/automake/config.sub . +%{__libtoolize} +%{__aclocal} -I m4 +%{__autoconf} +%{__autoheader} +%{__automake} %configure %{__make} -- 2.44.0