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