]> git.pld-linux.org Git - packages/dashboard.git/blob - dashboard.spec
- updated Brs and Rs; more %%doc
[packages/dashboard.git] / dashboard.spec
1 %define cvsrel  20040620
2 Summary:        GNOME Dashboard
3 Summary(pl):    Dashboard dla GNOME
4 Name:           dashboard
5 Version:        0.1
6 Release:        0.%{cvsrel}.1
7 License:        GPL?
8 Group:          Applications/Utilities
9 Source0:        %{name}-%{version}-%{cvsrel}.tar.bz2
10 # Source0-md5:  2a4e39c567dd59d5bfc3ba5cbba5a65f
11 URL:            http://www.nat.org/dashboard/
12 BuildRequires:  at-spi-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  beagle-devel
16 BuildRequires:  dotnet-evolution-sharp-devel >= 0.3
17 BuildRequires:  dotnet-gtk-sharp-devel >= 0.10
18 BuildRequires:  libtool
19 BuildRequires:  mono
20 BuildRequires:  mono-csharp
21 BuildRequires:  pkgconfig
22 Requires:       beagle
23 Requires:       dotnet-evolution-sharp >= 0.3
24 Requires:       dotnet-gtk-sharp >= 0.10
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 The dashboard is a piece of software which performs a continous,
29 automatic search of your personal information space to show you things
30 in your life that are related to whatever you happen to be doing with
31 your computer at the time.
32
33 While you read email, browse the web, write a document, or talk to
34 your friends on IM, dashboard does its best to proactively find
35 objects that are relevant to your current activity, and to display
36 them in a friendly way.
37
38 %description -l pl
39 Dashboard to program, który wykonuje ci±g³e, automatyczne
40 przeszukiwanie osobistej przestrzeni informacyjnej u¿ytkownika, aby
41 pokazaæ rzeczy w ¿yciu zwi±zane z tym, co robi siê na komputerze.
42
43 Podczas czytania poczty elektronicznej, przegl±dania stron WWW,
44 pisania dokumentów lub rozmawiania z przyjació³mi przez komunikatory
45 Dashboard próbuje jak najlepiej znale¼æ obiekty powi±zane z bie¿±cymi
46 czynno¶ciami i wy¶wietliæ je w przyjazny sposób.
47
48 %prep
49 %setup -q
50
51 %build
52 %{__libtoolize}
53 %{__aclocal}
54 %{__autoconf}
55 %{__automake}
56 %configure
57 %{__make}
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 %{__make} install \
63         DESTDIR=$RPM_BUILD_ROOT
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644,root,root,755)
70 %doc AUTHORS ChangeLog HACKING MAINTAINERS README
71 %attr(755,root,root) %{_bindir}/*
72 %{_libdir}/%{name}
This page took 0.073408 seconds and 4 git commands to generate.