]> git.pld-linux.org Git - packages/xfce4-timer-plugin.git/blob - xfce4-timer-plugin.spec
6eeef94f8ece9990a0bdef117c451bfcbca441f2
[packages/xfce4-timer-plugin.git] / xfce4-timer-plugin.spec
1 Summary:        Xfce panel timer plugin
2 Summary(pl.UTF-8):      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/projects/panel-plugins/xfce4-timer-plugin
11 BuildRequires:  autoconf >= 2.50
12 BuildRequires:  automake
13 BuildRequires:  intltool
14 BuildRequires:  libtool
15 BuildRequires:  pkgconfig
16 BuildRequires:  xfce4-dev-tools >= 4.4.0
17 BuildRequires:  xfce4-panel-devel >= 4.4.0
18 Requires:       xfce4-panel >= 4.4.0
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 This is a simple plugin that lets the user run an alarm at a specified
23 time or at the end of a specified countdown period.
24
25 %description -l pl.UTF-8
26 Wtyczka ta pozwala na powiadamianie o zdefiniowanym wcześniej
27 zdarzeniu, bądź po upływie określonego odcinka czasu.
28
29 %prep
30 %setup -q
31
32 %build
33 %{__intltoolize}
34 %{__libtoolize}
35 %{__aclocal}
36 %{__autoconf}
37 %{__autoheader}
38 %{__automake}
39 %configure \
40         --disable-static
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %find_lang %{name}
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files -f %{name}.lang
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog README TODO
57 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-timer
58 %{_datadir}/xfce4/panel-plugins/xfce4-timer.desktop
This page took 0.050096 seconds and 2 git commands to generate.