]> git.pld-linux.org Git - packages/xfce4-timer-plugin.git/blob - xfce4-timer-plugin.spec
- xfce4-panel ver. 4.4.0, not 4.0.0
[packages/xfce4-timer-plugin.git] / xfce4-timer-plugin.spec
1 Summary:        Xfce panel timer plugin
2 Summary(pl):    Wtyczka panelu Xfce odliczaj±ca czas
3 Name:           xfce4-timer-plugin
4 Version:        0.5.1
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://goodies.xfce.org/releases/xfce4-timer-plugin/%{name}-%{version}.tar.bz2
9 # Source0-md5:  0036d3805cbe051d35e8ec595237e88c
10 URL:            http://goodies.xfce.org/
11 BuildRequires:  pkgconfig
12 BuildRequires:  xfce4-panel-devel >= 4.4.0
13 Requires:       xfce4-panel >= 4.4.0
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 This is a simple plugin that lets the user run an alarm at a specified
18 time or at the end of a specified countdown period.
19
20 %description -l pl
21 Wtyczka ta pozwala na powiadamianie o zdefiniowanym wcze¶niej
22 zdarzeniu, b±d¼ po up³ywie okre¶lonego odcinka czasu.
23
24 %prep
25 %setup -q
26
27 %build
28 %configure \
29         --disable-static
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 %find_lang %{name}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files -f %{name}.lang
44 %defattr(644,root,root,755)
45 %doc AUTHORS COPYING ChangeLog README
46 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-timer
47 %{_datadir}/xfce4/panel-plugins/xfce4-timer.desktop
This page took 0.058284 seconds and 3 git commands to generate.