Accepting request 259987 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/259987 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-common?expand=0&rev=35
This commit is contained in:
commit
eb5f71d982
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 5 12:53:08 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Add autoconf-archive Requires: the files ax_check_enable_debug.m4
|
||||||
|
and ax_code_coverage.m4 are now shipped by ac-archive and from
|
||||||
|
a GNOME perspective, those two files are mandatory to be present
|
||||||
|
for a bootstrap.
|
||||||
|
- Remove ax_check_enable_debug.m4 and ax_code_coverage.m4 from
|
||||||
|
gnome-common installation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 22 14:24:22 UTC 2014 - zaitor@opensuse.org
|
Mon Sep 22 14:24:22 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -26,6 +26,8 @@ Url: http://www.gnome.org/
|
|||||||
Source: http://download.gnome.org/sources/gnome-common/3.14/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-common/3.14/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
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.
|
||||||
|
Requires: autoconf-archive >= 2014.10.15
|
||||||
Requires: automake
|
Requires: automake
|
||||||
Requires: gettext-tools
|
Requires: gettext-tools
|
||||||
# Avoiding pkgconfig()-style because we want glib-gettextize
|
# Avoiding pkgconfig()-style because we want glib-gettextize
|
||||||
@ -51,6 +53,8 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
# 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
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -64,8 +68,6 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/aclocal/gnome-code-coverage.m4
|
%{_datadir}/aclocal/gnome-code-coverage.m4
|
||||||
%{_datadir}/aclocal/gnome-common.m4
|
%{_datadir}/aclocal/gnome-common.m4
|
||||||
%{_datadir}/aclocal/gnome-compiler-flags.m4
|
%{_datadir}/aclocal/gnome-compiler-flags.m4
|
||||||
%{_datadir}/aclocal/ax_check_enable_debug.m4
|
|
||||||
%{_datadir}/aclocal/ax_code_coverage.m4
|
|
||||||
%{_datadir}/gnome-common/
|
%{_datadir}/gnome-common/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user