summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2009-03-22 03:34:17 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2009-03-22 03:34:17 +0000
commitab8c326cb093446611dcc1068f33d8235fc98f6d (patch)
treeaa0577306f84c72744df108a37a9f5dc1be2ca2a
parent74b52c227a027ced974f680d4dfabfdd4eb80c91 (diff)
downloadgnome-applets-ab8c326cb093446611dcc1068f33d8235fc98f6d.tar.gz
gnome-applets-ab8c326cb093446611dcc1068f33d8235fc98f6d.tar.xz
gnome-applets-ab8c326cb093446611dcc1068f33d8235fc98f6d.zip
-rw-r--r--gnome-applets-invest-defs.patch13
-rw-r--r--gnome-applets.spec11
2 files changed, 22 insertions, 2 deletions
diff --git a/gnome-applets-invest-defs.patch b/gnome-applets-invest-defs.patch
new file mode 100644
index 0000000..e1ab143
--- /dev/null
+++ b/gnome-applets-invest-defs.patch
@@ -0,0 +1,13 @@
+diff -up gnome-applets-2.25.92/invest-applet/invest/Makefile.am.invest gnome-applets-2.25.92/invest-applet/invest/Makefile.am
+--- gnome-applets-2.25.92/invest-applet/invest/Makefile.am.invest 2009-03-21 23:03:10.442647987 -0400
++++ gnome-applets-2.25.92/invest-applet/invest/Makefile.am 2009-03-21 23:03:33.497690275 -0400
+@@ -14,6 +14,9 @@ invest_PYTHON = \
+ widgets.py \
+ quotes.py \
+ preferences.py
++
++nodist_invest_PYTHON = \
++ defs.py
+
+ BUILT_SOURCES = \
+ invest-applet
diff --git a/gnome-applets.spec b/gnome-applets.spec
index 8a8887c..bec2641 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -35,7 +35,7 @@
Summary: Small applications for the GNOME panel
Name: gnome-applets
Version: 2.25.92
-Release: 2%{?dist}
+Release: 3%{?dist}
Epoch: 1
License: GPLv2+ and GFDL
Group: User Interface/Desktops
@@ -64,6 +64,9 @@ Patch41: gnome-applets-no-mixer-icon.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=575782
Patch42: mini-commander-https.patch
+# fixed upstream
+Patch43: gnome-applets-invest-defs.patch
+
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: gtk2-devel >= %{gtk2_version}
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
@@ -148,6 +151,7 @@ and more.
%patch40 -p1 -b .battstat-null
%patch41 -p1 -b .no-mixer-icon
%patch42 -p1 -b .minicommander-https
+%patch43 -p1 -b .invest-defs
# We don't ship gnome-system-tools
rm -rf modemlights
@@ -294,7 +298,7 @@ if [ "$1" -eq 0 ]; then
%{_sysconfdir}/gconf/schemas/multiload.schemas >& /dev/null || :
fi
-%postun
+%postun
/sbin/ldconfig
scrollkeeper-update -q
touch --no-create %{_datadir}/icons/hicolor
@@ -342,6 +346,9 @@ fi
%{_datadir}/PolicyKit/policy/org.gnome.cpufreqselector.policy
%changelog
+* Sat Mar 21 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.92-3
+- Make the invest applet work
+
* Tue Mar 17 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.92-2
- Support https in minicommander (#490387)