OBS-URL: https://build.opensuse.org/request/show/1165625 OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/mate-common?expand=0&rev=37
72 lines
2.1 KiB
RPMSpec
72 lines
2.1 KiB
RPMSpec
#
|
|
# spec file for package mate-common
|
|
#
|
|
# Copyright (c) 2024 SUSE LLC
|
|
#
|
|
# 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 https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%define _version 1.28
|
|
|
|
Name: mate-common
|
|
Version: 1.28.0
|
|
Release: 0
|
|
Summary: Common scripts and macros to develop with MATE
|
|
License: GPL-3.0-or-later
|
|
URL: https://mate-desktop.org/
|
|
Group: Development/Tools/Building
|
|
Source: https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
|
|
BuildRequires: autoconf
|
|
BuildRequires: automake
|
|
# Upstream source distribution requires execution of 'autogen.sh';
|
|
# mate-common is a requirement, while this doesn't change we pull
|
|
# all the necessary stuff from here so we won't polute other specs.
|
|
Requires: autoconf
|
|
Requires: autoconf-archive
|
|
Requires: automake
|
|
Requires: gettext
|
|
Requires: libtool
|
|
Requires: pkgconfig
|
|
Requires: pkgconfig(glib-2.0)
|
|
Requires: pkgconfig(gtk-doc)
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
mate-common is an extension to autoconf, automake and libtool for the MATE
|
|
desktop environment and MATE applications. mate-autogen, and several macros are
|
|
included to help in MATE source trees.
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
%configure
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%files
|
|
%license COPYING
|
|
%doc AUTHORS ChangeLog NEWS
|
|
%{_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}/man?/mate-autogen.?%{?ext_man}
|
|
%{_mandir}/man?/mate-doc-common.?%{?ext_man}
|
|
|
|
%changelog
|