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