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