File mate-common.spec of Package mate-common
#
# spec file for mate-common
#
# Copyright (c) 2014 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: mate-common
Version: 1.8.0
Release: 0
License: GPL-3.0+
Summary: Common scripts and macros to develop with MATE
Url: https://www.mate-desktop.org
Group: System/GUI/Other
Source0: http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
BuildArch: noarch
BuildRequires: autoconf
BuildRequires: automake
# upstream source distribution requires to run 'autogen.sh'; mate-common is a
# requirement, while this doesn't change we pull all the necessary stuff from
# here so we don't polute other specs.
Requires: autoconf
Requires: automake
Requires: gettext
Requires: intltool
Requires: libtool
Requires: pkgconfig
Requires: pkgconfig(glib-2.0)
Requires: pkgconfig(gtk-doc)
%description
mate-common is an extension to autoconf, automake and libtool for the MATE
environment and MATE using applications. Included are mate-autogen and
several macros to help in MATE source trees
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
%makeinstall
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%{_bindir}/mate-doc-common
%{_bindir}/mate-autogen
%{_datadir}/aclocal/mate-code-coverage.m4
%{_datadir}/aclocal/mate-common.m4
%{_datadir}/aclocal/mate-compiler-flags.m4
%{_datadir}/mate-common/
%{_mandir}/man1/mate-autogen.1.gz
%{_mandir}/man1/mate-doc-common.1.gz
%changelog