]> git.pld-linux.org Git - packages/xfce4-mixer.git/commitdiff
- added locale-names patch, fix fa,nb,pt names; release 2 auto/ac/xfce4-mixer-4_0_5-2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 8 Jul 2004 14:17:06 +0000 (14:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfce4-mixer.spec -> 1.16

xfce4-mixer.spec

index 8cedcb7f3909838ee2a8ce7e0a2264f666f75a29..eb01c55959509400bff30ad6c34dacd45c46b224 100644 (file)
@@ -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}
This page took 0.069784 seconds and 4 git commands to generate.