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