]> git.pld-linux.org Git - packages/xfce4-mixer.git/blob - xfce4-mixer.spec
- merged from DEVEL
[packages/xfce4-mixer.git] / xfce4-mixer.spec
1 #
2 # TODO there's not a single word about startup-notification
3 # in configure.ac
4 Summary:        Volume control plugin for the XFce panel
5 Summary(pl):    Wtyczka steruj±ca g³o¶no¶ci± dla panelu XFce
6 Name:           xfce4-mixer
7 Version:        4.1.99.1
8 Release:        1
9 License:        BSD
10 Group:          X11/Applications/Sound
11 Source0:        ftp://ftp.berlios.de/pub/xfce-goodies/%{version}/%{name}-%{version}.tar.gz
12 # Source0-md5:  935091fdd3860ea51db949fdec14cc75
13 Patch0:         %{name}-locale-names.patch
14 URL:            http://www.xfce.org/
15 BuildRequires:  alsa-lib-devel >= 0.9.0
16 BuildRequires:  autoconf >= 2.50
17 BuildRequires:  automake
18 BuildRequires:  libtool
19 BuildRequires:  pkgconfig >= 0.9.0
20 #BuildRequires: startup-notification-devel >= 0.4
21 BuildRequires:  xfce4-panel-devel >= 4.1.0
22 Requires:       alsa-lib >= 0.9.0
23 #Requires:      startup-notification >= 0.4
24 Requires:       xfce4-panel >= 4.1.0
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 xfce4-mixer is the volume control plugin for the XFce panel.
29 Includes a simple sound mixer.
30
31 %description -l pl
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 %patch0 -p1
38
39 mv -f po/{no,nb}.po
40 mv -f po/{pt_PT,pt}.po
41
42 %build
43 %{__libtoolize}
44 %{__aclocal} -I m4
45 %{__autoheader}
46 %{__automake}
47 %{__autoconf}
48 %configure \
49         --disable-static
50
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/*/*.{la,a}
60
61 %find_lang %{name}
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files -f %{name}.lang
67 %defattr(644,root,root,755)
68 %doc AUTHORS COPYING README TODO
69 %attr(755,root,root) %{_bindir}/xfce4-mixer
70 %attr(755,root,root) %{_libdir}/xfce4/*/*.so*
71 %{_iconsdir}/hicolor/*/*/*
72
73 %{_desktopdir}/xfce-mixer-settings.desktop
This page took 0.065193 seconds and 4 git commands to generate.