]> git.pld-linux.org Git - packages/xfce4-mixer.git/blob - xfce4-mixer.spec
- updated to 4.0.3
[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.0.3
5 Release:        1
6 License:        BSD
7 Group:          X11/Applications/Sound
8 Source0:        http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.gz
9 # Source0-md5:  242cd1abe47e1cc35e5888f76ac4f3da
10 URL:            http://www.xfce.org/
11 BuildRequires:  pkgconfig >= 0.9.0
12 BuildRequires:  startup-notification-devel >= 0.4
13 BuildRequires:  xfce4-panel-devel >= %{version}
14 Requires:       startup-notification >= 0.4
15 Requires:       xfce4-panel >= %{version}
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 xfce4-mixer is the volume control plugin for the XFce panel.
20 Includes a simple sound mixer.
21
22 %description -l pl
23 xfce4-mixer to wtyczka steruj±ca g³o¶no¶ci± dla panelu XFce. Zawiera
24 prosty mikser d¼wiêku.
25
26 %prep
27 %setup -q
28
29 %build
30 %configure
31
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.{la,a}
41
42 %find_lang %{name}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files -f %{name}.lang
48 %defattr(644,root,root,755)
49 %doc AUTHORS COPYING README TODO
50 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
This page took 0.080792 seconds and 4 git commands to generate.