]> git.pld-linux.org Git - packages/xfce4-mixer.git/blob - xfce4-mixer.spec
- updated to 4.2.2
[packages/xfce4-mixer.git] / xfce4-mixer.spec
1 Summary:        Volume control plugin for the Xfce panel
2 Summary(pl):    Wtyczka steruj±ca g³o¶no¶ci± dla panelu Xfce
3 Name:           xfce4-mixer
4 Version:        4.2.2
5 Release:        1
6 License:        BSD
7 Group:          X11/Applications/Sound
8 Source0:        http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-%{version}/src/%{name}-%{version}.tar.gz
9 # Source0-md5:  fd5eb62c04d10659402a228b304f735b
10 Patch0:         %{name}-locale-names.patch
11 URL:            http://www.xfce.org/
12 BuildRequires:  alsa-lib-devel >= 0.9.0
13 BuildRequires:  autoconf >= 2.50
14 BuildRequires:  automake
15 BuildRequires:  gettext-devel
16 BuildRequires:  libtool
17 BuildRequires:  libxfce4mcs-devel >= %{version}
18 BuildRequires:  pkgconfig >= 1:0.9.0
19 BuildRequires:  xfce-mcs-manager-devel >= %{version}
20 BuildRequires:  xfce4-dev-tools
21 BuildRequires:  xfce4-panel-devel >= %{version}
22 Requires:       alsa-lib >= 0.9.0
23 Requires:       xfce4-panel >= %{version}
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 xfce4-mixer is the volume control plugin for the Xfce panel.
28 Includes a simple sound mixer.
29
30 %description -l pl
31 xfce4-mixer to wtyczka steruj±ca g³o¶no¶ci± dla panelu Xfce. Zawiera
32 prosty mikser d¼wiêku.
33
34 %prep
35 %setup -q
36 %patch0 -p1
37
38 mv -f po/{nb_NO,nb}.po
39 mv -f po/{pt_PT,pt}.po
40
41 %build
42 %{__libtoolize}
43 %{__aclocal} -I %{_datadir}/xfce4/dev-tools/m4macros
44 %{__autoheader}
45 %{__automake}
46 %{__autoconf}
47 %configure \
48         --disable-static
49
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/*/*.la
59
60 %find_lang %{name}
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files -f %{name}.lang
66 %defattr(644,root,root,755)
67 %doc AUTHORS COPYING README TODO
68 %attr(755,root,root) %{_bindir}/xfce4-mixer
69 %attr(755,root,root) %{_libdir}/xfce4/mcs-plugins/*.so
70 # why no -avoid-version?
71 %attr(755,root,root) %{_libdir}/xfce4/modules/lib*.so*
72 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
73 %{_iconsdir}/hicolor/*/*/*
74
75 %{_desktopdir}/xfce-mixer-settings.desktop
This page took 0.804526 seconds and 4 git commands to generate.