gnome-common/gnome-common.spec

78 lines
2.0 KiB
RPMSpec
Raw Normal View History

#
# spec file for package gnome-common (Version 2.26.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: gnome-common
BuildRequires: pkg-config
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
Summary: Commonly Used Files for the GNOME 2.x Desktop Platform
Version: 2.26.0
Release: 2
License: GPL v2 or later
Group: System/GUI/GNOME
Source: %{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM gnome-common-automake-1.11.patch dominique-obs@leuenberger.net -- Adds compatibility to automake 1.11
Patch0: %{name}-automake-1.11.patch
Url: http://www.gnome.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Gnome-common includes files used by most GNOME 2.x Desktop
applications.
Authors:
--------
Darin Adler <darin@eazel.com>
Martin Baulig <baulig@suse.de>
%prep
%setup -q
%patch0 -p1
%build
%configure
make %{?jobs:-j%jobs}
%install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr (-, root, root)
%doc COPYING ChangeLog README
%{_bindir}/*
%{_datadir}/aclocal/*
%{_datadir}/gnome-common
%changelog