]> git.pld-linux.org Git - packages/xfce4-mixer.git/blob - xfce4-mixer.spec
- rel 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.8.0
5 Release:        2
6 License:        GPL v2
7 Group:          X11/Applications/Sound
8 Source0:        http://www.xfce.org/archive/src/apps/xfce4-mixer/4.8/%{name}-%{version}.tar.bz2
9 # Source0-md5:  3fa3a9973e18c04da26709a654e242ff
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:  libxfce4ui-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 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
48
49 %find_lang %{name}
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files -f %{name}.lang
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog NEWS README TODO
57 %attr(755,root,root) %{_bindir}/xfce4-mixer
58 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-mixer-plugin
59 %{_datadir}/xfce4/panel-plugins/xfce4-mixer-plugin.desktop
60 %{_datadir}/xfce4-mixer
61 %{_desktopdir}/xfce4-mixer.desktop
62 %{_pixmapsdir}/xfce4-mixer
This page took 0.740326 seconds and 3 git commands to generate.