]> git.pld-linux.org Git - packages/dashboard.git/blobdiff - dashboard.spec
- tabs in preamble
[packages/dashboard.git] / dashboard.spec
index c141a1dae90615de2c25f6fb3bd35a1947e27894..0ad9da89af5e9077c2e1ca783fc752eb04be336b 100644 (file)
@@ -1,36 +1,65 @@
-%define cvsrel 20030909
-Summary:       Gnome Dashboard
+%define        cvsrel  20040813
+Summary:       GNOME Dashboard
+Summary(pl.UTF-8):     Dashboard dla GNOME
 Name:          dashboard
-Version:       0.0
+Version:       0.1
 Release:       0.%{cvsrel}.1
-License:       GPL?
+License:       GPL (?)
 Group:         Applications/Utilities
-Source0:       %{name}-cvs-%{cvsrel}.tar.gz
-# Source0-md5: e9b1c069d01ae5898bc032109df5408f
+Source0:       %{name}-%{version}-%{cvsrel}.tar.bz2
+# Source0-md5: 51a6f10eee27d9c452e956c0d8cf20e5
+Patch0:                %{name}-BeagleBackend.patch
 URL:           http://www.nat.org/dashboard/
-BuildRequires: mono
-BuildRequires: gtk-sharp-devel
 BuildRequires: at-spi-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: beagle-devel
+BuildRequires: dotnet-evolution-sharp-devel >= 0.3
+BuildRequires: dotnet-gtk-sharp-devel >= 0.10
+BuildRequires: libtool
+BuildRequires: mono
+BuildRequires: mono-csharp
+BuildRequires: pkgconfig
+Requires:      beagle
+Requires:      dotnet-evolution-sharp >= 0.3
+Requires:      dotnet-gtk-sharp >= 0.10
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Gnome Dashboard
+The dashboard is a piece of software which performs a continous,
+automatic search of your personal information space to show you things
+in your life that are related to whatever you happen to be doing with
+your computer at the time.
+
+While you read email, browse the web, write a document, or talk to
+your friends on IM, dashboard does its best to proactively find
+objects that are relevant to your current activity, and to display
+them in a friendly way.
+
+%description -l pl.UTF-8
+Dashboard to program, który wykonuje ciągłe, automatyczne
+przeszukiwanie osobistej przestrzeni informacyjnej użytkownika, aby
+pokazać rzeczy w życiu związane z tym, co robi się na komputerze.
+
+Podczas czytania poczty elektronicznej, przeglądania stron WWW,
+pisania dokumentów lub rozmawiania z przyjaciółmi przez komunikatory
+Dashboard próbuje jak najlepiej znaleźć obiekty powiązane z bieżącymi
+czynnościami i wyświetlić je w przyjazny sposób.
 
 %prep
-%setup -q -n %{name}
+%setup -q
+%patch0 -p0
 
 %build
+%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
-%{__libtoolize}
 %{__automake}
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# create directories if necessary
-#install -d $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -40,6 +69,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+%doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/%{name}
+%{_libdir}/%{name}
This page took 0.082549 seconds and 4 git commands to generate.