Accepting request 581074 from GNOME:Next

spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/581074
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-common?expand=0&rev=49
This commit is contained in:
Dominique Leuenberger 2018-03-05 13:48:05 +00:00 committed by Git OBS Bridge
parent 047bfe8e7a
commit b1e0efa599
2 changed files with 10 additions and 10 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 28 16:27:43 UTC 2018 - dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 2 20:42:05 UTC 2016 - mgorse@suse.com Mon May 2 20:42:05 UTC 2016 - mgorse@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package gnome-common # spec file for package gnome-common
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -20,11 +20,11 @@ Name: gnome-common
Version: 3.18.0 Version: 3.18.0
Release: 0 Release: 0
Summary: Common Files to Build GNOME Summary: Common Files to Build GNOME
License: GPL-2.0+ License: GPL-2.0-or-later
Group: System/GUI/GNOME Group: System/GUI/GNOME
Url: http://www.gnome.org/ URL: http://www.gnome.org/
Source: http://download.gnome.org/sources/gnome-common/3.18/%{name}-%{version}.tar.xz Source: http://download.gnome.org/sources/gnome-common/3.18/%{name}-%{version}.tar.xz
BuildRequires: pkg-config BuildRequires: pkgconfig
Requires: autoconf Requires: autoconf
# we need autoconf-archive >= 2014.10.15, as this is when ax_check_enable_debug.m4 and ax_code_coverage.m4 became part of it. # we need autoconf-archive >= 2014.10.15, as this is when ax_check_enable_debug.m4 and ax_code_coverage.m4 became part of it.
Requires: autoconf-archive >= 2014.10.15 Requires: autoconf-archive >= 2014.10.15
@ -35,9 +35,8 @@ Requires: glib2-devel
Requires: gtk-doc Requires: gtk-doc
Requires: intltool Requires: intltool
Requires: libtool Requires: libtool
Requires: pkg-config Requires: pkgconfig
Requires: yelp-tools Requires: yelp-tools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
%description %description
@ -55,11 +54,7 @@ make %{?_smp_mflags}
# the files ax_check_enable_debug.m4 and ax_code_coverage.m4 live in autoconf-archive # the files ax_check_enable_debug.m4 and ax_code_coverage.m4 live in autoconf-archive
rm %{buildroot}%{_datadir}/aclocal/{ax_check_enable_debug,ax_code_coverage}.m4 rm %{buildroot}%{_datadir}/aclocal/{ax_check_enable_debug,ax_code_coverage}.m4
%clean
rm -rf %{buildroot}
%files %files
%defattr (-, root, root)
%doc ChangeLog %doc ChangeLog
%{_bindir}/gnome-autogen.sh %{_bindir}/gnome-autogen.sh
%dir %{_datadir}/aclocal %dir %{_datadir}/aclocal