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
|
|
|
#
|
2013-03-13 23:56:42 +01:00
|
|
|
# Copyright (c) 2013 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/
|
|
|
|
#
|
|
|
|
|
2008-10-11 17:04:31 +02:00
|
|
|
|
2007-01-05 16:52:14 +01:00
|
|
|
Name: gnome-common
|
2013-09-24 22:07:09 +02:00
|
|
|
Version: 3.10.0
|
2012-09-07 19:26:25 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Common Files to Build GNOME
|
|
|
|
License: GPL-2.0+
|
|
|
|
Group: System/GUI/GNOME
|
|
|
|
Url: http://www.gnome.org/
|
2013-09-24 22:07:09 +02:00
|
|
|
Source: http://download.gnome.org/sources/gnome-common/3.10/%{name}-%{version}.tar.xz
|
2007-01-05 16:52:14 +01:00
|
|
|
BuildRequires: pkg-config
|
2009-02-06 23:58:51 +01:00
|
|
|
Requires: autoconf
|
2012-03-28 08:20:58 +02:00
|
|
|
Requires: automake
|
2009-02-06 23:58:51 +01:00
|
|
|
Requires: gettext-tools
|
2012-09-07 19:27:37 +02:00
|
|
|
# Avoiding pkgconfig()-style because we want glib-gettextize
|
|
|
|
Requires: glib2-devel
|
2009-02-06 23:58:51 +01:00
|
|
|
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
|
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
|
2012-06-04 19:06:09 +02:00
|
|
|
make %{?_smp_mflags}
|
2007-01-05 16:52:14 +01:00
|
|
|
|
|
|
|
%install
|
2012-09-07 19:26:25 +02:00
|
|
|
%make_install
|
2007-01-05 16:52:14 +01:00
|
|
|
|
|
|
|
%clean
|
2012-09-07 19:26:25 +02:00
|
|
|
rm -rf %{buildroot}
|
2007-01-05 16:52:14 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr (-, root, root)
|
2013-03-13 23:56:42 +01:00
|
|
|
%doc ChangeLog
|
2011-12-22 21:34:41 +01:00
|
|
|
%{_bindir}/gnome-autogen.sh
|
|
|
|
%{_bindir}/gnome-doc-common
|
|
|
|
%dir %{_datadir}/aclocal
|
2012-09-10 12:26:20 +02:00
|
|
|
%{_datadir}/aclocal/gnome-code-coverage.m4
|
2011-12-22 21:34:41 +01:00
|
|
|
%{_datadir}/aclocal/gnome-common.m4
|
|
|
|
%{_datadir}/aclocal/gnome-compiler-flags.m4
|
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
|