]> git.pld-linux.org Git - packages/xfce4-mixer.git/blob - xfce4-mixer.spec
- rel 5
[packages/xfce4-mixer.git] / xfce4-mixer.spec
1 %define         xfce_version    4.12.0
2 Summary:        Volume control plugin for the Xfce panel
3 Summary(pl.UTF-8):      Wtyczka sterująca głośnością dla panelu Xfce
4 Name:           xfce4-mixer
5 Version:        4.11.0
6 Release:        5
7 License:        GPL v2
8 Group:          X11/Applications/Sound
9 Source0:        http://archive.xfce.org/src/apps/xfce4-mixer/4.11/%{name}-%{version}.tar.bz2
10 # Source0-md5:  1b3753b91224867a3a2dfddda239c28d
11 URL:            http://www.xfce.org/projects/xfce4-mixer/
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake
14 BuildRequires:  gettext-tools
15 BuildRequires:  gstreamer0.10-plugins-base-devel >= 0.10.25
16 BuildRequires:  gtk+2-devel >= 2:2.10.6
17 BuildRequires:  intltool >= 0.35.0
18 BuildRequires:  libtool
19 BuildRequires:  libxfce4ui-devel >= %{xfce_version}
20 BuildRequires:  pkgconfig >= 1:0.9.0
21 BuildRequires:  xfce4-dev-tools >= 4.6.0
22 BuildRequires:  xfce4-panel-devel >= %{xfce_version}
23 BuildRequires:  xfconf-devel >= %{xfce_version}
24 Requires:       xfce4-panel >= %{xfce_version}
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 xfce4-mixer is the volume control plugin for the Xfce panel. Includes
29 a simple sound mixer.
30
31 %description -l pl.UTF-8
32 xfce4-mixer to wtyczka sterująca głośnością dla panelu Xfce. Zawiera
33 prosty mikser dźwięku.
34
35 %prep
36 %setup -q
37
38 %build
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
49 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/libmixer.la
50
51 %find_lang %{name}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files -f %{name}.lang
57 %defattr(644,root,root,755)
58 %doc AUTHORS ChangeLog NEWS README
59 %attr(755,root,root) %{_bindir}/xfce4-mixer
60 %attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libmixer.so
61 %{_datadir}/xfce4/panel/plugins/mixer.desktop
62 %{_datadir}/xfce4-mixer
63 %{_desktopdir}/xfce4-mixer.desktop
64 %{_pixmapsdir}/xfce4-mixer
65 %{_mandir}/man1/xfce4-mixer.1*
This page took 0.048413 seconds and 4 git commands to generate.