[fedora-extras-commits] rpms/ghex/devel ghex-2.8.0-no-scrollkeeper.patch, NONE, 1.1 ghex.spec, 1.3, 1.4

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed Nov 10 18:08:51 UTC 2004


Changeset from: mschwendt

Update of /cvs/extras/rpms/ghex/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv5799

Modified Files:
	ghex.spec 
Added Files:
	ghex-2.8.0-no-scrollkeeper.patch 
Log Message:
Get rid of nearly endless /var/log/scrollkeeper.log error messages at build-time.

ghex-2.8.0-no-scrollkeeper.patch:

--- NEW FILE ghex-2.8.0-no-scrollkeeper.patch ---
diff -Nur ghex-2.8.0-orig/omf-install/Makefile.in ghex-2.8.0/omf-install/Makefile.in
--- ghex-2.8.0-orig/omf-install/Makefile.in	2004-10-11 21:43:42.000000000 +0200
+++ ghex-2.8.0/omf-install/Makefile.in	2004-11-10 18:58:47.513392008 +0100
@@ -247,14 +247,14 @@
 	-for file in $(srcdir)/*.omf; do \
 		$(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(omf_dest_dir); \
 	done
-	-scrollkeeper-update -p $(localstatedir)/scrollkeeper
+#	-scrollkeeper-update -p $(localstatedir)/scrollkeeper
 
 uninstall-local:
 	-for file in $(srcdir)/*.omf; do \
 		basefile=`basename $$file`; \
 		rm -f $(omf_dest_dir)/$$basefile; \
         done
-	-scrollkeeper-update -p $(localstatedir)/scrollkeeper
+#	-scrollkeeper-update -p $(localstatedir)/scrollkeeper
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.


Index: ghex.spec
===================================================================
RCS file: /cvs/extras/rpms/ghex/devel/ghex.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ghex.spec	8 Nov 2004 04:23:31 -0000	1.3
+++ ghex.spec	10 Nov 2004 18:08:49 -0000	1.4
@@ -1,13 +1,13 @@
 Name:           ghex
 Version:        2.8.0
-Release:        0.fdr.1.2
-Epoch:          0
+Release:        2
 Summary:        A binary editor for GNOME
 
 Group:          Applications/Editors
 License:        GPL
 URL:            http://www.gnome.org/softwaremap/projects/ghex
 Source0:        http://ftp.gnome.org/pub/GNOME/sources/ghex/2.8/ghex-2.8.0.tar.bz2
+Patch:          ghex-2.8.0-no-scrollkeeper.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libgnomeui-devel
@@ -41,6 +41,7 @@
 
 %prep
 %setup -q
+%patch -p1 -b .noscrollkeeper
 
 
 %build
@@ -107,6 +108,10 @@
 
 
 %changelog
+* Wed Nov 10 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.8.0-2
+- Add patch to prevent scrollkeeper-updates during %%install.
+- Drop Epoch.
+
 * Sun Oct 17 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:2.8.0-0.fdr.1
 - Updated to 2.8.0.
 




More information about the fedora-extras-commits mailing list