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