public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gnome-user-share] wip/oholy/f45-update: - Update to 2.25.5
@ 2026-06-24 11:34 Bastien Nocera
  0 siblings, 0 replies; only message in thread
From: Bastien Nocera @ 2026-06-24 11:34 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gnome-user-share
Branch : wip/oholy/f45-update
Commit : 0cac4b456d049a497588aafdb17ad17b3f6f0254
Author : Bastien Nocera <hadess@fedoraproject.org>
Date   : 2009-01-27T16:00:17+00:00
Stats  : +31/-6 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gnome-user-share/c/0cac4b456d049a497588aafdb17ad17b3f6f0254?branch=wip/oholy/f45-update

Log:
- Update to 2.25.5

---
diff --git a/.cvsignore b/.cvsignore
index 1114de1..a5b0913 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-gnome-user-share-0.41.tar.gz
+gnome-user-share-2.25.5.tar.bz2

diff --git a/gnome-user-share.spec b/gnome-user-share.spec
index 5fcfe9c..e6da1c7 100644
--- a/gnome-user-share.spec
+++ b/gnome-user-share.spec
@@ -1,25 +1,29 @@
 Summary: Gnome user file sharing
 Name: gnome-user-share
-Version: 0.41
+Version: 2.25.5
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://www.gnome.org
-Source0: http://download.gnome.org/sources/gnome-user-share/0.40/%{name}-%{version}.tar.gz
+Source0: http://download.gnome.org/sources/gnome-user-share/2.25/%{name}-%{version}.tar.bz2
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 Requires: httpd >= 2.2.0
 Requires: obex-data-server >= 0.3
-BuildRequires: GConf2-devel avahi-glib-devel >= 0.6 pkgconfig
+Requires: mod_dnssd
+BuildRequires: GConf2-devel pkgconfig
 BuildRequires: gtk2-devel >= 2.4.0
 BuildRequires: httpd >= 2.2.0
 BuildRequires: desktop-file-utils
+BuildRequires: gnome-doc-utils
 BuildRequires: libselinux-devel
 BuildRequires: dbus-glib-devel
 BuildRequires: libnotify-devel
 BuildRequires: gettext
 BuildRequires: perl(XML::Parser) intltool
 Requires(post): GConf2
+Requires(post): scrollkeeper
+Requires(postun): scrollkeeper
 Requires(pre): GConf2
 Requires(preun): GConf2
 
@@ -57,12 +61,29 @@ desktop-file-install --vendor gnome --delete-original                   \
   --add-category X-Red-Hat-Base                                         \
   $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
 
-%find_lang gnome-user-share
+%find_lang gnome-user-share --with-gnome
+
+# save space by linking identical images in translated docs
+helpdir=$RPM_BUILD_ROOT%{_datadir}/gnome/help/%{name}
+for f in $helpdir/C/figures/*.png; do
+  b="$(basename $f)"
+  for d in $helpdir/*; do
+    if [ -d "$d" -a "$d" != "$helpdir/C" ]; then
+      g="$d/figures/$b"
+      if [ -f "$g" ]; then
+        if cmp -s $f $g; then
+          rm "$g"; ln -s "../../C/figures/$b" "$g"
+        fi
+      fi
+    fi
+  done
+done
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
+scrollkeeper-update -q
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/desktop_gnome_file_sharing.schemas > /dev/null || :
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
@@ -82,6 +103,7 @@ if [ "$1" -eq 0 ]; then
 fi
 
 %postun
+scrollkeeper-update -q
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
   /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
 fi
@@ -98,6 +120,9 @@ fi
 %{_datadir}/icons/hicolor/*/apps/gnome-obex-server.png
 
 %changelog
+* Tue Jan 27 2009 - Bastien Nocera <bnocera@redhat.com> - 2.25.5-1
+- Update to 2.25.5
+
 * Wed Dec 17 2008 - Bastien Nocera <bnocera@redhat.com> - 0.41-1
 - Update to 0.41
 

diff --git a/sources b/sources
index 913583f..cc53e69 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af883363ff0dfeaa8733d4a048da9975  gnome-user-share-0.41.tar.gz
+f6f82430727b9fda6954d3de0d43b843  gnome-user-share-2.25.5.tar.bz2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-24 11:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 11:34 [rpms/gnome-user-share] wip/oholy/f45-update: - Update to 2.25.5 Bastien Nocera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox