]> git.pld-linux.org Git - packages/xfce4-mixer.git/blob - xfce4-mixer.spec
- release 2
[packages/xfce4-mixer.git] / xfce4-mixer.spec
1 Summary:        Volume control plugin for the Xfce panel
2 Summary(pl.UTF-8):      Wtyczka sterująca głośnością dla panelu Xfce
3 Name:           xfce4-mixer
4 Version:        4.6.1
5 Release:        2
6 License:        GPL v2
7 Group:          X11/Applications/Sound
8 Source0:        http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
9 # Source0-md5:  a99e2455445480ef5081fe69454a46fc
10 URL:            http://www.xfce.org/projects/xfce4-mixer/
11 BuildRequires:  autoconf >= 2.50
12 BuildRequires:  automake
13 BuildRequires:  gettext-devel
14 BuildRequires:  gstreamer-plugins-base-devel >= 0.10.14
15 BuildRequires:  gtk+2-devel >= 2:2.10.6
16 BuildRequires:  intltool >= 0.35.0
17 BuildRequires:  libtool
18 BuildRequires:  libxfcegui4-devel >= %{version}
19 BuildRequires:  pkgconfig >= 1:0.9.0
20 BuildRequires:  xfce4-dev-tools >= 4.6.0
21 BuildRequires:  xfce4-panel-devel >= %{version}
22 BuildRequires:  xfconf-devel >= %{version}
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. Includes
28 a simple sound mixer.
29
30 %description -l pl.UTF-8
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
37 %build
38 %{__intltoolize}
39 %{__libtoolize}
40 %{__aclocal}
41 %{__autoheader}
42 %{__automake}
43 %{__autoconf}
44 %configure
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %find_lang %{name}
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files -f %{name}.lang
59 %defattr(644,root,root,755)
60 %doc AUTHORS ChangeLog NEWS README TODO
61 %attr(755,root,root) %{_bindir}/xfce4-mixer
62 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-mixer-plugin
63 %{_datadir}/xfce4/panel-plugins/xfce4-mixer-plugin.desktop
64 %{_datadir}/xfce4-mixer
65 %{_desktopdir}/xfce4-mixer.desktop
66 %{_pixmapsdir}/xfce4-mixer
This page took 0.103664 seconds and 3 git commands to generate.