]> git.pld-linux.org Git - packages/dashboard.git/blob - dashboard.spec
- Gnome -> GNOME
[packages/dashboard.git] / dashboard.spec
1 %define cvsrel  20030909
2 Summary:        GNOME Dashboard
3 Name:           dashboard
4 Version:        0.0
5 Release:        0.%{cvsrel}.1
6 License:        GPL?
7 Group:          Applications/Utilities
8 Source0:        %{name}-cvs-%{cvsrel}.tar.gz
9 # Source0-md5:  e9b1c069d01ae5898bc032109df5408f
10 URL:            http://www.nat.org/dashboard/
11 BuildRequires:  mono
12 BuildRequires:  gtk-sharp-devel
13 BuildRequires:  at-spi-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 GNOME Dashboard.
18
19 %prep
20 %setup -q -n %{name}
21
22 %build
23 %{__aclocal}
24 %{__autoconf}
25 %{__libtoolize}
26 %{__automake}
27 %configure
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 # create directories if necessary
33 #install -d $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
44 %attr(755,root,root) %{_bindir}/*
45 %{_datadir}/%{name}
This page took 0.051376 seconds and 4 git commands to generate.