]> git.pld-linux.org Git - packages/xfce4-mixer.git/blob - xfce4-mixer.spec
- release 2, copy config.sub to allow build on amd64
[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:        2
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:  automake
12 BuildRequires:  pkgconfig >= 0.9.0
13 BuildRequires:  startup-notification-devel >= 0.4
14 BuildRequires:  xfce4-panel-devel >= %{version}
15 Requires:       startup-notification >= 0.4
16 Requires:       xfce4-panel >= %{version}
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 xfce4-mixer is the volume control plugin for the XFce panel.
21 Includes a simple sound mixer.
22
23 %description -l pl
24 xfce4-mixer to wtyczka steruj±ca g³o¶no¶ci± dla panelu XFce. Zawiera
25 prosty mikser d¼wiêku.
26
27 %prep
28 %setup -q
29
30 %build
31 cp -f /usr/share/automake/config.sub .
32 %configure
33
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.{la,a}
43
44 %find_lang %{name}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files -f %{name}.lang
50 %defattr(644,root,root,755)
51 %doc AUTHORS COPYING README TODO
52 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
This page took 0.05986 seconds and 3 git commands to generate.