]> git.pld-linux.org Git - packages/gDesklets-tasklist.git/blame - gDesklets-tasklist.spec
- tabs in preamble
[packages/gDesklets-tasklist.git] / gDesklets-tasklist.spec
CommitLineData
75f3d608 1
6ba30e0f 2%define pname tasklist
75f3d608 3
5986caee 4Summary: This is a simple display that embeds the GNOME tasklist via Bonobo
e9754279 5Summary(pl.UTF-8): Prosty desklet osadzający pasek zadań GNOME poprzez Bonobo
5986caee 6Name: gDesklets-%{pname}
7Version: 0.10
8Release: 1
9License: GPL
10Group: X11/Applications
11Source0: http://gdesklets.gnomedesktop.org/files/%{pname}-desklet-%{version}.tar.bz2
12# Source0-md5: fc749acb2dfb3754e626d4c1d1eb05d5
13URL: http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=80
14BuildRequires: python >= 2.3
15BuildRequires: python-pygtk-gtk >= 1.99.14
16Requires: gDesklets
17Provides: gDesklets-display
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
75f3d608 20%define _displaysdir %{_datadir}/gdesklets/Displays
5986caee 21
22%description
23This is a simple display that embeds the GNOME tasklist via Bonobo.
24It floats on top of the other windows.
25
de3abb0f
JR
26%description -l pl.UTF-8
27Prosty desklet osadzający pasek zadań GNOME poprzez Bonobo. Umieszcza
28się on na górze innych okien.
5986caee 29
30%prep
31%setup -q -n %{pname}-desklet-%{version}
32
33%install
34rm -rf $RPM_BUILD_ROOT
35install -d $RPM_BUILD_ROOT%{_displaysdir}/%{pname}
c9302313 36
5986caee 37cp *.display $RPM_BUILD_ROOT%{_displaysdir}/%{pname}/
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
44%doc README
45%{_displaysdir}/*
This page took 0.112268 seconds and 4 git commands to generate.