gnome-common/gnome-common.spec

69 lines
1.9 KiB
RPMSpec

#
# spec file for package gnome-common
#
# Copyright (c) 2011 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/
#
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
Requires: yelp-tools
Summary: Common Files to Build GNOME
License: GPL-2.0+
Group: System/GUI/GNOME
Version: 3.1.0
Release: 0
Source: http://download.gnome.org/sources/gnome-common/3.1/%{name}-%{version}.tar.bz2
Url: http://www.gnome.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Gnome-common includes files used by to build GNOME and GNOME applications.
%prep
%setup -q
%build
%configure
make %{?jobs:-j%jobs}
%install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr (-, root, root)
%doc COPYING ChangeLog README
%{_bindir}/gnome-autogen.sh
%{_bindir}/gnome-doc-common
%dir %{_datadir}/aclocal
%{_datadir}/aclocal/gnome-common.m4
%{_datadir}/aclocal/gnome-compiler-flags.m4
%{_datadir}/gnome-common/
%changelog