From 9203a5dd09441e660c9f6157cbfa317da31a0764 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Oct 15 2004 21:30:03 +0000 Subject: Make dropping non-ASCII uris work. --- diff --git a/gnome-panel.spec b/gnome-panel.spec index 5c1aa49..31f7374 100644 --- a/gnome-panel.spec +++ b/gnome-panel.spec @@ -16,7 +16,7 @@ Summary: GNOME panel Name: gnome-panel Version: 2.8.1 -Release: 1 +Release: 2 URL: http://www.gnome.org Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/gnome-panel/%{name}-%{version}.tar.bz2 Source1: %{name}-%{version}-extrapo.tar.bz2 @@ -24,6 +24,7 @@ Source2: redhat-panel-default-setup.entries Source3: redhat-panel-default-setup-battstat.entries Source4: redhat-panel-backwards-compat-config.schemas Source5: add-gimlet-for-cjk.xsl +Patch0: gnome-panel-2.8.1-uri-drop.patch License: GPL Group: User Interface/Desktops BuildRoot: %{_tmppath}/%{name}-root @@ -83,6 +84,7 @@ Panel Applets using the libpanel-applet library. %prep %setup -q +%patch0 -p1 -b .uri-drop (cd po && tar -xvjf %{SOURCE1})