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