gnome-common/gnome-common.spec

135 lines
3.9 KiB
RPMSpec

#
# spec file for package gnome-common (Version 2.24.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: gnome-common
BuildRequires: pkg-config
Requires: automake
Requires: autoconf
Requires: gettext-tools
# Not a typo: we want glib-gettextize
Requires: glib2-devel
Requires: gnome-doc-utils
Requires: gtk-doc
Requires: intltool
Requires: libtool
Requires: pkg-config
Summary: Commonly Used Files for the GNOME 2.x Desktop Platform
Version: 2.24.0
Release: 2
License: GPL v2 or later
Group: System/GUI/GNOME
AutoReqProv: on
Source: %{name}-%{version}.tar.bz2
Url: http://www.gnome.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Gnome-common includes files used by most GNOME 2.x Desktop
applications.
Authors:
--------
Darin Adler <darin@eazel.com>
Martin Baulig <baulig@suse.de>
%prep
%setup -q
%build
%configure
make %{?jobs:-j%jobs}
%install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr (-, root, root)
%doc COPYING ChangeLog README
%{_bindir}/*
%{_datadir}/aclocal/*
%{_datadir}/gnome-common
%changelog
* Sun Jan 25 2009 vuntz@novell.com
- Add various Requires to make gnome-common work out of the box.
Fix bnc#463104.
* Tue Sep 23 2008 mboman@suse.de
- Update to version 2.24.0:
+ Cosmetic version bump
* Tue Jan 29 2008 rodrigo@suse.de
- Update to version 2.20.0
* Wed Aug 01 2007 maw@suse.de
- Update to version 2.18.0
- Bugs (bugzilla.gnome.org) fixed: #377185, #360693, #377175,
[#323868], #343441, #321860, #319496, and #305641.
- Works with automake 1.10, so drop gnome-autogen.diff.
* Wed Dec 13 2006 sbrabec@suse.cz
- Prefix changed to /usr.
- Spec file cleanup.
* Sat Oct 21 2006 schwab@suse.de
- Work around bogus version check.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Sep 20 2005 rodrigo@suse.de
- Update to version 2.12.0.
* Thu Aug 04 2005 sbrabec@suse.cz
- Updated to version 2.11.0.
* Mon Nov 22 2004 sbrabec@suse.cz
- Fixed gnome-autogen.sh for multi-component GNOME2_PATH.
http://bugzilla.gnome.org/show_bug.cgi?id=159062
* Thu Nov 18 2004 gekker@suse.de
- Update to version 2.8.0
* Tue Aug 24 2004 ro@suse.de
- support automake 1.9 as well
* Wed Aug 04 2004 dobey@suse.de
- Add support for automake 1.8
* Mon Feb 23 2004 sbrabec@suse.cz
- Set owner to root, not bin.
* Thu Nov 06 2003 schwab@suse.de
- Fix directory permissions.
* Wed Oct 08 2003 sbrabec@suse.cz
- Updated to version 2.4.0 (GNOME 2.4).
* Mon Jul 14 2003 sbrabec@suse.cz
- GNOME prefix change to /opt/gnome.
* Thu Jun 12 2003 sbrabec@suse.cz
- Fixed directory packaging.
- Package marked as noarch.
* Mon Sep 09 2002 kukuk@suse.de
- Remove all the not needed packages from neededforbuild
* Fri Jun 14 2002 ro@suse.de
- move last change to glib2 package
* Fri Jun 14 2002 ro@suse.de
- add gnome2.{sh,csh} to have /opt/gnome2/bin first in PATH
on 7.3 and older distros
* Tue Apr 23 2002 ro@suse.de
- fix gnome1 macros for current autoconf (LIBOBJ usage)
* Tue Mar 05 2002 hhetter@suse.de
- shrink down #neededforbuild
* Thu Jan 17 2002 hhetter@suse.de
- prefix to /opt/gnome2
* Tue Jan 08 2002 hhetter@suse.de
- intial SuSE package for GNOME 2.0 platform