This commit is contained in:
parent
63e5418593
commit
a548181db8
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 05:13:56 CET 2009 - vuntz@novell.com
|
||||
|
||||
- Add various Requires to make gnome-common work out of the box.
|
||||
Fix bnc#463104.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 23 16:24:22 EST 2008 - mboman@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-common (Version 2.24.0)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@ -20,14 +20,23 @@
|
||||
|
||||
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: 1
|
||||
Release: 2
|
||||
License: GPL v2 or later
|
||||
Group: System/GUI/GNOME
|
||||
AutoReqProv: on
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
### Patch: gnome-autogen.diff
|
||||
Url: http://www.gnome.org/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
@ -45,15 +54,13 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
### %patch
|
||||
|
||||
%build
|
||||
autoreconf -f -i
|
||||
%configure
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -66,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_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
|
||||
@ -92,7 +102,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
http://bugzilla.gnome.org/show_bug.cgi?id=159062
|
||||
* Thu Nov 18 2004 gekker@suse.de
|
||||
- Update to version 2.8.0
|
||||
* Mon Aug 23 2004 ro@suse.de
|
||||
* 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
|
||||
@ -111,7 +121,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- Remove all the not needed packages from neededforbuild
|
||||
* Fri Jun 14 2002 ro@suse.de
|
||||
- move last change to glib2 package
|
||||
* Thu Jun 13 2002 ro@suse.de
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user