From 31ddfefc98a2259a473a58cc6e75b50d1e1ef7cd Mon Sep 17 00:00:00 2001 From: David King Date: Sep 21 2015 20:58:04 +0000 Subject: Update to 3.18.0 --- diff --git a/.gitignore b/.gitignore index 2b9198d..556f808 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ gnome-common-2.28.0.tar.bz2 /gnome-common-3.10.0.tar.xz /gnome-common-3.12.0.tar.xz /gnome-common-3.14.0.tar.xz +/gnome-common-3.18.0.tar.xz diff --git a/gnome-common.spec b/gnome-common.spec index 2e4527c..d63fdf3 100644 --- a/gnome-common.spec +++ b/gnome-common.spec @@ -1,12 +1,12 @@ Name: gnome-common -Version: 3.14.0 -Release: 3%{?dist} +Version: 3.18.0 +Release: 1%{?dist} Summary: Useful things common to building GNOME packages from scratch Group: Development/Tools BuildArch: noarch License: GPLv2+ URL: https://wiki.gnome.org/Projects/GnomeCommon -Source0: https://download.gnome.org/sources/%{name}/3.14/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/3.18/%{name}-%{version}.tar.xz # This will pull in the latest version; if your package requires something older, # well, BuildRequire it in that spec. At least until such time as we have a # build system that is intelligent enough to inspect your source code @@ -30,22 +30,22 @@ a GNOME application. %setup -q %build -%configure +%configure --with-autoconf-archive make %{?_smp_mflags} -cp -p doc-build/README doc-README %install make DESTDIR=%{buildroot} INSTALL="install -p" install %files -%doc doc-README ChangeLog README +%doc ChangeLog README %license COPYING -%{_bindir}/* +%{_bindir}/gnome-autogen.sh %{_datadir}/aclocal/* -%exclude %{_datadir}/aclocal/ax_* -%{_datadir}/%{name} %changelog +* Mon Sep 21 2015 David King - 3.18.0-1 +- Update to 3.18.0 + * Wed Jun 17 2015 Fedora Release Engineering - 3.14.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index dbbe2ae..14453a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ba58c61d0d81b7c3ff8452c620513a9d gnome-common-3.14.0.tar.xz +933258d9c23e218eb6eec9cc1951b053 gnome-common-3.18.0.tar.xz