]> git.pld-linux.org Git - packages/dashboard.git/blob - dashboard.spec
- fixed md5
[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 >= 0.3
17 BuildRequires:  gtk-sharp-devel
18 BuildRequires:  libtool
19 BuildRequires:  mono
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 The dashboard is a piece of software which performs a continous,
24 automatic search of your personal information space to show you things
25 in your life that are related to whatever you happen to be doing with
26 your computer at the time.
27
28 While you read email, browse the web, write a document, or talk to
29 your friends on IM, dashboard does its best to proactively find
30 objects that are relevant to your current activity, and to display
31 them in a friendly way.
32
33 %description -l pl
34 Dashboard to program, który wykonuje ci±g³e, automatyczne
35 przeszukiwanie osobistej przestrzeni informacyjnej u¿ytkownika, aby
36 pokazaæ rzeczy w ¿yciu zwi±zane z tym, co robi siê na komputerze.
37
38 Podczas czytania poczty elektronicznej, przegl±dania stron WWW,
39 pisania dokumentów lub rozmawiania z przyjació³mi przez komunikatory
40 Dashboard próbuje jak najlepiej znale¼æ obiekty powi±zane z bie¿±cymi
41 czynno¶ciami i wy¶wietliæ je w przyjazny sposób.
42
43 %prep
44 %setup -q
45
46 %build
47 %{__libtoolize}
48 %{__aclocal}
49 %{__autoconf}
50 %{__automake}
51 %configure
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc AUTHORS ChangeLog README
66 %attr(755,root,root) %{_bindir}/*
67 %{_libdir}/%{name}
This page took 0.070591 seconds and 4 git commands to generate.