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