This commit is contained in:
committed by
Git OBS Bridge
parent
93b9149ccd
commit
b8a676bf08
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 27 12:32:13 CEST 2007 - sbrabec@suse.cz
|
||||
|
||||
- Do not call meinproc (#227624).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 12 13:00:01 CDT 2007 - maw@suse.de
|
||||
|
||||
|
@@ -11,12 +11,12 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: gnome-terminal
|
||||
BuildRequires: docbook_4 gnome-common gnome-doc-utils-devel gnutls-devel intltool kdelibs3-doc libglade2-devel libgnomeprintui-devel libgnomeui-devel libwnck-devel mDNSResponder-devel perl-XML-Parser scrollkeeper startup-notification-devel update-desktop-files vte-devel
|
||||
BuildRequires: docbook_4 gnome-common gnome-doc-utils-devel gnutls-devel intltool libglade2-devel libgnomeprintui-devel libgnomeui-devel libwnck-devel mDNSResponder-devel perl-XML-Parser scrollkeeper startup-notification-devel update-desktop-files vte-devel
|
||||
License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||
Group: System/X11/Terminals
|
||||
Obsoletes: gnome-core
|
||||
Version: 2.18.0
|
||||
Release: 1
|
||||
Release: 5
|
||||
Summary: The GNOME 2.x Desktop Terminal
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
URL: http://www.gnome.org
|
||||
@@ -26,7 +26,6 @@ Patch1: gnome-terminal-defaults.patch
|
||||
Patch2: gnome-terminal-force-terminal-draw.patch
|
||||
Patch4: gnome-terminal-desktop.patch
|
||||
Patch5: %{name}-uninited-vars.patch
|
||||
Autoreqprov: on
|
||||
|
||||
%gconf_schemas_prereq
|
||||
|
||||
@@ -48,23 +47,18 @@ autoreconf -f -i
|
||||
# needed for gnome-terminal-2.16.1:
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
# FIXME: Build as root modifies system!
|
||||
# gnome-panel-2.16.1: --disable-scrollkeeper does not work properly.
|
||||
# gnome-panel-2.16.1: --disable-scrollkeeper does not work properly.
|
||||
%configure\
|
||||
--disable-schemas-install\
|
||||
--disable-scrollkeeper
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%makeinstall
|
||||
# FIXME: Build as root modifies system!
|
||||
# gnome-panel-2.16.1: --disable-scrollkeeper does not work properly.
|
||||
# gnome-panel-2.16.1: --disable-scrollkeeper does not work properly.
|
||||
rm -r $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
|
||||
echo DocPath=gnome-terminal >> $RPM_BUILD_ROOT/%{_datadir}/applications/gnome-terminal.desktop
|
||||
for xml in $RPM_BUILD_ROOT%{_datadir}/gnome/help/*/*/*.xml; do
|
||||
if echo $xml | egrep 'share/gnome/help/([^/]*)/[^/]*/\1\.xml$' > /dev/null; then
|
||||
meinproc --check --cache `echo $xml | sed 's/xml$/cache.bz2/'` $xml || :
|
||||
fi
|
||||
done
|
||||
%suse_update_desktop_file -G "Command Line Terminal" %name TerminalEmulator
|
||||
%find_lang %{name}
|
||||
%find_gconf_schemas
|
||||
@@ -90,6 +84,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/bonobo/servers/gnome-terminal.server
|
||||
|
||||
%changelog
|
||||
* Fri Apr 27 2007 - sbrabec@suse.cz
|
||||
- Do not call meinproc (#227624).
|
||||
* Thu Apr 12 2007 - maw@suse.de
|
||||
- Update to version 2.18.0
|
||||
- Fixes for bugzilla.gnome.org #412733 and #410281.
|
||||
|
Reference in New Issue
Block a user