]> git.pld-linux.org Git - packages/dashboard.git/blame - dashboard.spec
- Gnome -> GNOME
[packages/dashboard.git] / dashboard.spec
CommitLineData
a899807e 1%define cvsrel 20030909
2Summary: GNOME Dashboard
b14bcacd 3Name: dashboard
4Version: 0.0
5Release: 0.%{cvsrel}.1
6License: GPL?
7Group: Applications/Utilities
8Source0: %{name}-cvs-%{cvsrel}.tar.gz
9# Source0-md5: e9b1c069d01ae5898bc032109df5408f
10URL: http://www.nat.org/dashboard/
11BuildRequires: mono
12BuildRequires: gtk-sharp-devel
13BuildRequires: at-spi-devel
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
a899807e 17GNOME Dashboard.
b14bcacd 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
31rm -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
39rm -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.088653 seconds and 4 git commands to generate.