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