1ae11f
Name:           gnome-common
1ae11f
Version:        3.18.0
1ae11f
Release:        5%{?dist}
1ae11f
Summary:        Useful things common to building GNOME packages from scratch
1ae11f
Group:          Development/Tools
1ae11f
BuildArch:      noarch
1ae11f
License:        GPLv2+
1ae11f
URL:            https://wiki.gnome.org/Projects/GnomeCommon
1ae11f
Source0:        https://download.gnome.org/sources/%{name}/3.18/%{name}-%{version}.tar.xz
1ae11f
# This will pull in the latest version; if your package requires something older,
1ae11f
# well, BuildRequire it in that spec.  At least until such time as we have a
1ae11f
# build system that is intelligent enough to inspect your source code
1ae11f
# and auto-inject those requirements.
1ae11f
Requires:       automake
1ae11f
Requires:       autoconf
1ae11f
Requires:       autoconf-archive
1ae11f
Requires:       gettext
1ae11f
Requires:       libtool
1ae11f
Requires:       pkgconfig
1ae11f
Requires:       yelp-tools
1ae11f
1ae11f
%description
1ae11f
This package contains sample files that should be used to develop pretty much
1ae11f
every GNOME application.  The programs included here are not needed for running
1ae11f
GNOME apps or building ones from distributed tarballs.  They are only useful
1ae11f
for compiling from git sources or when developing the build infrastructure for
1ae11f
a GNOME application.
1ae11f
1ae11f
%prep
1ae11f
%setup -q
1ae11f
1ae11f
%build
1ae11f
%configure --with-autoconf-archive
1ae11f
make %{?_smp_mflags}
1ae11f
1ae11f
%install
1ae11f
make DESTDIR=%{buildroot} INSTALL="install -p" install
1ae11f
1ae11f
%files
1ae11f
%doc ChangeLog README
1ae11f
%license COPYING
1ae11f
%{_bindir}/gnome-autogen.sh
1ae11f
%{_datadir}/aclocal/*
1ae11f
1ae11f
%changelog
1ae11f
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.0-5
1ae11f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1ae11f
1ae11f
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.0-4
1ae11f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
1ae11f
1ae11f
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.0-3
1ae11f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1ae11f
1ae11f
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.0-2
1ae11f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1ae11f
1ae11f
* Mon Sep 21 2015 David King <amigadave@amigadave.com> - 3.18.0-1
1ae11f
- Update to 3.18.0
1ae11f
1ae11f
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.14.0-3
1ae11f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1ae11f
1ae11f
* Sun Feb 15 2015 Christopher Meng <rpm@cicku.me> - 3.14.0-2
1ae11f
- Drop conflicting macros and depend on autoconf-archive (#1192754)
1ae11f
- Use license macro for COPYING
1ae11f
1ae11f
* Mon Sep 22 2014 David King <amigadave@amigadave.com> - 3.14.0-1
1ae11f
- Update to 3.14.0
1ae11f
1ae11f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.0-2
1ae11f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1ae11f
1ae11f
* Mon Mar 24 2014 David King <amigadave@amigadave.com> - 3.12.0-1
1ae11f
- Update to 3.12.0
1ae11f
1ae11f
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
1ae11f
- Update to 3.10.0
1ae11f
1ae11f
* Thu Sep 19 2013 Bastien Nocera <bnocera@redhat.com> 3.7.4-5
1ae11f
- Require yelp-tools for the oft-used yelp.m4 file
1ae11f
1ae11f
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.4-4
1ae11f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
1ae11f
1ae11f
* Mon Jul  1 2013 Marek Kasik <mkasik@redhat.com> - 3.7.4-3
1ae11f
- Update license field and link to source archive
1ae11f
1ae11f
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.4-2
1ae11f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1ae11f
1ae11f
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.4-1
1ae11f
- Update to 3.7.4
1ae11f
1ae11f
* Mon Jan 14 2013 Marek Kasik <mkasik@redhat.com> - 3.6.0-2
1ae11f
- Backport patch for support of automake-1.13
1ae11f
1ae11f
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.0-1
1ae11f
- Update to 3.6.0
1ae11f
1ae11f
* Tue Sep 18 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.91-1
1ae11f
- Update to 3.5.91
1ae11f
1ae11f
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
1ae11f
- Update to 3.5.5
1ae11f
1ae11f
* Thu Jul 19 2012 Marek Kasik <mkasik@redhat.com> - 3.4.0.1-3
1ae11f
- Backport patch for support of automake-1.12
1ae11f
1ae11f
* Tue Jul 17 2012 Jiri Popelka <jpopelka@redhat.com> - 3.4.0.1-2
1ae11f
- Match actual license
1ae11f
1ae11f
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0.1-1
1ae11f
- Update to 3.4.0.1
1ae11f
1ae11f
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-2
1ae11f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1ae11f
1ae11f
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.0-1
1ae11f
- Update to 3.1.0
1ae11f
1ae11f
* Sun Apr  3 2011 Christopher Aillon <caillon@redhat.com> - 2.34.0-1
1ae11f
- Update to 2.34.0
1ae11f
1ae11f
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28.0-3
1ae11f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1ae11f
1ae11f
* Fri Mar 26 2010 Colin Walters <walters@verbum.org> - 2.28.0-2
1ae11f
- Readd Requires on components; optimizing for the case where
1ae11f
  you want to have gnome-common but not the autotools is total
1ae11f
  nonsense.  "automake" pulls in the latest which is good enough;
1ae11f
  if your package BuildRequires an older version, well add that
1ae11f
  to the package.
1ae11f
1ae11f
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
1ae11f
- Update to 2.28.0
1ae11f
1ae11f
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.0-3
1ae11f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1ae11f
1ae11f
* Wed Jun  3 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-2
1ae11f
- Support automake 1.11
1ae11f
1ae11f
* Sun Mar 29 2009  Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
1ae11f
- Update to 2.26.0
1ae11f
1ae11f
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.0-2
1ae11f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1ae11f
1ae11f
* Wed Jan 21 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 2.24.0-1
1ae11f
- Update to version 2.24.0
1ae11f
1ae11f
* Mon Apr 7 2008 Toshio Kuratomi <toshio@fedoraproject.org> - 2.20.0-1
1ae11f
- Update to version 2.20.0.
1ae11f
1ae11f
* Sun Aug 12 2007 Toshio Kuratomi <a.badger@gmail.com> - 2.18.0-1
1ae11f
- Update to version that matches gnome-2.18.
1ae11f
- Update license tag to strict GPLv2.
1ae11f
1ae11f
* Wed Dec 06 2006 Toshio Kuratomi <toshio@tiki-lounge.com> - 2.12.0-4
1ae11f
- Add a patch from gnome-common cvs to address bug #218717 (gnome-common
1ae11f
  does not work with automake-1.10).
1ae11f
1ae11f
* Mon Sep 04 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.12.0-3
1ae11f
- Bump and rebuild for FC6.
1ae11f
1ae11f
* Thu Feb 16 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.12.0-2
1ae11f
- Bump and rebuild for FC5.
1ae11f
1ae11f
* Tue Oct 18 2005 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.12.0-1
1ae11f
- Upgrade to 2.12.0.
1ae11f
- Add dist tag.
1ae11f
1ae11f
* Thu May 12 2005 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.8.0-3
1ae11f
- Bump and rebuild to get versions synced across architectures.
1ae11f
1ae11f
* Fri Mar 18 2005 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.8.0-2
1ae11f
- Rebuild for FC4t1
1ae11f
1ae11f
* Tue Sep 14 2004 Toshio Kuratomi <toshio-tiki-lounge.com> - 0:2.8.0-1
1ae11f
- Update to 2.8.0
1ae11f
  + This release supports automake thru version 1.9 and has had a lot of
1ae11f
    deprecated stuff cleaned out.
1ae11f
- Removed BuildRequires.  A base mach build environment will build it now.
1ae11f
- Removed Requires.  Although gnome-common still requires autoconf and
1ae11f
  friends, it doesn't require a specific version of them.  There's no virtual
1ae11f
  provides in the automake14,15,16,17 automake packages that could help here.
1ae11f
1ae11f
* Mon Mar 22 2004 Toshio Kuratomi <toshio-tiki-lounge.com> - 0:2.4.0-0.fdr.3
1ae11f
- Add COPYING file to the docs
1ae11f
- Add bin/Changelog to the docs as ChangeLog.bin
1ae11f
1ae11f
* Sun Dec 28 2003 Toshio Kuratomi <toshio-tiki-lounge.com> - 0:2.4.0-0.fdr.2
1ae11f
- Update the Requires line (rpm doesn't automatically detect most of the
1ae11f
  dependencies.)
1ae11f
- Remove the AUTHORS file as it's currently empty
1ae11f
1ae11f
* Fri Dec 19 2003 Toshio Kuratomi <toshio-tiki-lounge.com> - 0:2.4.0-0.fdr.1
1ae11f
- Initial RPM release.