2007-01-05 16:52:14 +01:00
|
|
|
#
|
2011-05-03 10:24:56 +02:00
|
|
|
# spec file for package gnome-common
|
2007-01-05 16:52:14 +01:00
|
|
|
#
|
2011-05-03 10:24:56 +02:00
|
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-05 16:52:14 +01:00
|
|
|
#
|
2008-10-11 17:04:31 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-05 16:52:14 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-10-11 17:04:31 +02:00
|
|
|
|
2007-01-05 16:52:14 +01:00
|
|
|
Name: gnome-common
|
|
|
|
BuildRequires: pkg-config
|
2009-02-06 23:58:51 +01:00
|
|
|
Requires: automake
|
|
|
|
Requires: autoconf
|
|
|
|
Requires: gettext-tools
|
|
|
|
# Not a typo: we want glib-gettextize
|
|
|
|
Requires: glib2-devel
|
|
|
|
Requires: gnome-doc-utils
|
|
|
|
Requires: gtk-doc
|
|
|
|
Requires: intltool
|
|
|
|
Requires: libtool
|
|
|
|
Requires: pkg-config
|
2011-09-09 18:04:54 +02:00
|
|
|
Requires: yelp-tools
|
2011-02-13 21:41:29 +01:00
|
|
|
Summary: Common Files to Build GNOME
|
2011-08-17 22:29:06 +02:00
|
|
|
Version: 3.1.0
|
2009-10-05 22:43:26 +02:00
|
|
|
Release: 1
|
2011-05-03 10:24:56 +02:00
|
|
|
License: GPLv2+
|
2007-01-05 16:52:14 +01:00
|
|
|
Group: System/GUI/GNOME
|
2011-08-17 22:29:06 +02:00
|
|
|
Source: http://download.gnome.org/sources/gnome-common/3.1/%{name}-%{version}.tar.bz2
|
2008-01-30 17:44:16 +01:00
|
|
|
Url: http://www.gnome.org/
|
2007-01-05 16:52:14 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2008-01-30 17:44:16 +01:00
|
|
|
BuildArch: noarch
|
2007-01-05 16:52:14 +01:00
|
|
|
|
|
|
|
%description
|
2011-02-13 21:41:29 +01:00
|
|
|
Gnome-common includes files used by to build GNOME and GNOME applications.
|
2007-01-05 16:52:14 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?jobs:-j%jobs}
|
|
|
|
|
|
|
|
%install
|
2009-02-06 23:58:51 +01:00
|
|
|
%makeinstall
|
2007-01-05 16:52:14 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr (-, root, root)
|
|
|
|
%doc COPYING ChangeLog README
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_datadir}/aclocal/*
|
2011-05-03 10:24:56 +02:00
|
|
|
%{_datadir}/gnome-common/
|
2007-01-05 16:52:14 +01:00
|
|
|
|
2007-08-02 21:55:20 +02:00
|
|
|
%changelog
|