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