Tizen 2.0 Release
[apps/core/preloaded/gnome-common.git] / gnome-common.spec.in
1 Name: gnome-common
2 Summary: gnome-common contains useful things common to building gnome packages
3 Version: @VERSION@
4 Release: 0
5 License: GPL
6 Group: Development/Tools
7 Source: %{name}-%{version}.tar.gz
8 URL: http://developer.gnome.org/
9 BuildArch: noarch
10 BuildRoot: %{_tmppath}/%{name}-%{version}-root
11
12 %description
13 Contains files required to bootstrap various Gnome modules when building
14 from CVS.
15
16 %changelog
17 * Thu May 13 2004 James Henstridge <james@daa.com.au>
18 - update and simplify
19 * Mon Mar 26 2000 Robin * Slomkowski <rslomkow@rslomkow.org>
20 - created this thing, and replaced the generic specfile
21
22 %prep
23 %setup
24
25 %build
26
27 %configure
28 make
29
30 %install
31
32 %makeinstall
33
34 %files
35
36 %defattr(-, root, root)
37 %{_bindir}/*
38 %{_datadir}/aclocal/*
39 %{_datadir}/gnome-common