]> git.pld-linux.org Git - packages/xfce4-mixer.git/blob - xfce4-mixer.spec
8000df3f32be9113347a514d4d8bee0ca856412c
[packages/xfce4-mixer.git] / xfce4-mixer.spec
1 %define         xfce_version    4.11.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:        1
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-devel
15 BuildRequires:  gstreamer-plugins-base-devel >= 0.10.14
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 >= %{version}
24 BuildRequires:  xfconf-devel >= 4.10.0
25 Requires:       xfce4-panel >= %{xfce_version}
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 xfce4-mixer is the volume control plugin for the Xfce panel. Includes
30 a simple sound mixer.
31
32 %description -l pl.UTF-8
33 xfce4-mixer to wtyczka sterująca głośnością dla panelu Xfce. Zawiera
34 prosty mikser dźwięku.
35
36 %prep
37 %setup -q
38
39 %build
40 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
50 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/libmixer.la
51
52 %find_lang %{name}
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files -f %{name}.lang
58 %defattr(644,root,root,755)
59 %doc AUTHORS ChangeLog NEWS README
60 %attr(755,root,root) %{_bindir}/xfce4-mixer
61 %attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libmixer.so
62 %{_datadir}/xfce4/panel/plugins/mixer.desktop
63 %{_datadir}/xfce4-mixer
64 %{_desktopdir}/xfce4-mixer.desktop
65 %{_pixmapsdir}/xfce4-mixer
66 %{_mandir}/man1/xfce4-mixer.1*
This page took 0.045662 seconds and 3 git commands to generate.