]> git.pld-linux.org Git - packages/xfce4-mixer.git/commitdiff
- use rpm macros, rel. 2 auto/th/xfce4-mixer-4_3_90_2-2
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 2 Sep 2006 20:23:42 +0000 (20:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfce4-mixer.spec -> 1.34

xfce4-mixer.spec

index 9530edbcba55661c95924898816a222119cd8558..eebd92eb2db065ddb2ace4feace1279284861866 100644 (file)
@@ -2,7 +2,7 @@ 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.2
-Release:       1
+Release:       2
 License:       BSD
 Group:         X11/Applications/Sound
 Source0:       http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
@@ -17,6 +17,7 @@ BuildRequires:        intltool >= 0.35.0
 BuildRequires: libtool
 BuildRequires: libxfce4mcs-devel >= %{version}
 BuildRequires: pkgconfig >= 1:0.9.0
+BuildRequires: rpmbuild(macros) >= 1.311
 BuildRequires: xfce4-dev-tools >= %{version}
 BuildRequires: xfce4-panel-devel >= %{version}
 BuildRequires: xfce-mcs-manager-devel >= %{version}
@@ -46,7 +47,6 @@ mv -f po/{pt_PT,pt}.po
 %{__autoheader}
 %{__automake}
 %{__autoconf}
-LDFLAGS="%{rpmldflags} -Wl,--as-needed"
 %configure \
        --disable-static \
        --with-sound=alsa
@@ -67,10 +67,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/*/*.la
 rm -rf $RPM_BUILD_ROOT
 
 %post
-gtk-update-icon-cache -qf %{_datadir}/icons/hicolor
+%update_icon_cache hicolor
 
 %postun
-gtk-update-icon-cache -qf %{_datadir}/icons/hicolor
+%update_icon_cache hicolor
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
This page took 0.253744 seconds and 4 git commands to generate.