]> git.pld-linux.org Git - SPECS.git/blob - xmms-alarm.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / xmms-alarm.spec
1 Summary:        An alarm plugin for XMMS
2 Summary(pl.UTF-8):      Wtyczka budzika do XMMS
3 Name:           xmms-alarm
4 Version:        0.3.7
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Multimedia
8 Source0:        http://www.snika.uklinux.net/xmms-alarm/%{name}-%{version}.tar.bz2
9 # Source0-md5:  be1a3b60dbab6b1ab5e3e893c22cbe23
10 URL:            http://www.snika.uklinux.net/
11 BuildRequires:  automake
12 BuildRequires:  rpmbuild(macros) >= 1.125
13 BuildRequires:  xmms-devel >= 1.2.0
14 Requires:       xmms
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 xmms-alarm is an alarm plugin to use with XMMS that fades up the
19 volume in the morning and wakes you up.
20
21 %description -l pl.UTF-8
22 xmms-alarm to wtyczka budzika do używania z XMMS. Wtyczka ta zwiększa
23 głośność rano w celu obudzenia.
24
25 %prep
26 %setup -q
27
28 %build
29 cp -f %{_datadir}/automake/install-sh .
30 cp -f %{_datadir}/automake/config.sub .
31 %configure \
32         --libdir=%{xmms_general_plugindir}
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         libdir=$RPM_BUILD_ROOT%{xmms_general_plugindir}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc README
47 %{xmms_general_plugindir}
This page took 0.395878 seconds and 3 git commands to generate.