]> git.pld-linux.org Git - packages/gDesklets-tasklist.git/blob - gDesklets-tasklist.spec
- initial
[packages/gDesklets-tasklist.git] / gDesklets-tasklist.spec
1 %define pname   tasklist
2
3 Summary:        This is a simple display that embeds the GNOME tasklist via Bonobo
4 Summary(pl):    Prosty desklet osadzaj±cy pasek zadañ GNOME poprzez Bonobo.
5 Name:           gDesklets-%{pname}
6 Version:        0.10
7 Release:        1
8 License:        GPL
9 Group:          X11/Applications
10 Source0:        http://gdesklets.gnomedesktop.org/files/%{pname}-desklet-%{version}.tar.bz2
11 # Source0-md5:  fc749acb2dfb3754e626d4c1d1eb05d5
12 URL:            http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=80
13 BuildRequires:  python >= 2.3
14 BuildRequires:  python-pygtk-gtk >= 1.99.14
15 Requires:       gDesklets
16 Provides:       gDesklets-display
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define _displaysdir    %{_datadir}/gdesklets/Displays
20
21 %description
22 This is a simple display that embeds the GNOME tasklist via Bonobo.
23 It floats on top of the other windows.
24
25 %description -l pl
26 Prosty desklet osadzaj±cy pasek zadañ GNOME poprzez Bonobo.
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 pwd
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.056015 seconds and 4 git commands to generate.