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