summaryrefslogtreecommitdiff
path: root/gnome-common.spec.in
blob: 16bb3e25e64a7eeefd42eb6b6a87befdc51a2c82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Name: gnome-common
Summary: gnome-common contains usefull things common to building gnome packages
Version: @VERSION@
Release: 0
License: GPL
Group: Development/Tools
Source: %{name}-%{version}.tar.gz
URL: http://developer.gnome.org/
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root

%description
Contains files required to bootstrap various Gnome modules when building
from CVS.

%changelog
* Thu May 13 2004 James Henstridge <james@daa.com.au>
- update and simplify
* Mon Mar 26 2000 Robin * Slomkowski <rslomkow@rslomkow.org>
- created this thing, and replaced the generic specfile

%prep
%setup

%build

%configure
make

%install

%makeinstall

%files

%defattr(-, root, root)
%{_bindir}/*
%{_datadir}/aclocal/*
%{_datadir}/gnome-common