]> git.pld-linux.org Git - packages/xfce4-mixer.git/blob - xfce4-mixer.spec
- updated to 4.0.6
[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.6
5 Release:        1
6 License:        BSD
7 Group:          X11/Applications/Sound
8 #Source0:       ftp://ftp.berlios.de/pub/xfce-goodies/%{version}/%{name}-%{version}.tar.gz
9 Source0:        http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-%{version}/src/%{name}-%{version}.tar.gz
10 # Source0-md5:  2261901f5f8cb0e794e8cfd00c25952e
11 Patch0:         %{name}-locale-names.patch
12 URL:            http://www.xfce.org/
13 BuildRequires:  autoconf >= 2.50
14 BuildRequires:  automake
15 BuildRequires:  libtool
16 BuildRequires:  pkgconfig >= 0.9.0
17 BuildRequires:  startup-notification-devel >= 0.5
18 BuildRequires:  xfce4-panel-devel >= %{version}
19 Requires:       startup-notification >= 0.5
20 Requires:       xfce4-panel >= %{version}
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 xfce4-mixer is the volume control plugin for the XFce panel.
25 Includes a simple sound mixer.
26
27 %description -l pl
28 xfce4-mixer to wtyczka steruj±ca g³o¶no¶ci± dla panelu XFce. Zawiera
29 prosty mikser d¼wiêku.
30
31 %prep
32 %setup -q
33 %patch0 -p1
34
35 mv -f po/{fa_IR,fa}.po
36 mv -f po/{no,nb}.po
37 mv -f po/{pt_PT,pt}.po
38
39 %build
40 %{__libtoolize}
41 %{__aclocal} -I m4
42 %{__autoconf}
43 %{__autoheader}
44 %{__automake}
45 %configure
46
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.{la,a}
56
57 %find_lang %{name}
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files -f %{name}.lang
63 %defattr(644,root,root,755)
64 %doc AUTHORS COPYING README TODO
65 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
This page took 0.101938 seconds and 4 git commands to generate.