From 8e0ccc6faf7a9bb19bf7b05eb49aa5712c34cfb8 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:44:03 +0100 Subject: [PATCH] update to 2.33.1 [release 2.33.1-1mamba;Sat Apr 18 2015] --- seamonkey-lang.sh => seamonkey-autoupdate | 0 seamonkey.spec | 15 +++++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) rename seamonkey-lang.sh => seamonkey-autoupdate (100%) diff --git a/seamonkey-lang.sh b/seamonkey-autoupdate similarity index 100% rename from seamonkey-lang.sh rename to seamonkey-autoupdate diff --git a/seamonkey.spec b/seamonkey.spec index d6f34a5..6ac8974 100644 --- a/seamonkey.spec +++ b/seamonkey.spec @@ -7,7 +7,7 @@ %define pkg_dir comm-release Name: seamonkey -Version: 2.30 +Version: 2.33.1 Release: 1mamba Summary: Web-browser, e-mail, newsgroup client, IRC chat client, HTML editor Group: Graphical Desktop/Applications/Internet @@ -32,7 +32,7 @@ Source7: seamonkey-%{version}-langpacks.tar.bz2 %endif Source8: seamonkey-psm-exclude-list Source9: seamonkey-xpcom-exclude-list -Source10: seamonkey-lang.sh +Source10: seamonkey-autoupdate Source11: openmamba-bookmarks-html Source12: seamonkey.sh.in Patch0: mozilla-1.9.1-path.patch @@ -317,7 +317,7 @@ mkdir -p %{buildroot}%{_datadir}/pixmaps install -m 644 ../suite/branding/nightly/icons/gtk/seamonkey.png %{buildroot}%{_datadir}/pixmaps/seamonkey.png install -m 644 ../suite/branding/nightly/icons/gtk/messengerWindow48.png %{buildroot}%{_datadir}/pixmaps/seamonkey-mail-icon.png -install -pm 644 mozilla/dist/bin/components/*.xpt \ +install -pm 644 dist/bin/components/*.xpt \ %{buildroot}%{seadir}/components if [ ! -d %{buildroot}%{seadir}/plugins/ ]; then @@ -328,7 +328,7 @@ rm -rf %{buildroot}%{seadir}/defaults/profile/bookmarks.html install -pm 644 %{SOURCE11} %{buildroot}%{seadir}/defaults/profile/bookmarks.html mkdir -p %{buildroot}%{_mandir}/man1 -install -pm 644 mozilla/dist/man/man1/seamonkey.1 %{buildroot}%{_mandir}/man1/ +install -pm 644 dist/man/man1/seamonkey.1 %{buildroot}%{_mandir}/man1/ rm -rf %{buildroot}%{_bindir}/seamonkey rm -rf %{buildroot}%{seadir}/seamonkey @@ -337,8 +337,8 @@ rm -rf %{buildroot}%{seadir}/seamonkey-bin cat %{SOURCE12} | sed -e 's/MOZILLA_VERSION/%{version}/g' -e 's,LIBDIR,%{_libdir},g' > %{buildroot}%{_bindir}/seamonkey chmod 755 %{buildroot}%{_bindir}/seamonkey -install -pm 755 mozilla/dist/bin/seamonkey %{buildroot}%{seadir}/seamonkey -install -pm 755 mozilla/dist/bin/seamonkey-bin %{buildroot}%{seadir} +install -pm 755 dist/bin/seamonkey %{buildroot}%{seadir}/seamonkey +install -pm 755 dist/bin/seamonkey-bin %{buildroot}%{seadir} ln -sf %{_datadir}/myspell/*.{aff,dic} %{buildroot}%{seadir}/dictionaries/ @@ -377,6 +377,9 @@ ln -sf %{_datadir}/myspell/*.{aff,dic} %{buildroot}%{seadir}/dictionaries/ %{_libdir}/seamonkey-devel-%{version}/* %changelog +* Sat Apr 18 2015 Silvan Calarco 2.33.1-1mamba +- update to 2.33.1 + * Sun Oct 26 2014 Automatic Build System 2.30-1mamba - automatic version update by autodist