rpms/scribes/FC-6 scribes-configure.ac-no-python-depcheck.patch, 1.2, 1.3 scribes.spec, 1.20, 1.21

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sun Apr 1 20:17:12 UTC 2007


Author: pgordon

Update of /cvs/extras/rpms/scribes/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15733/FC-6

Modified Files:
	scribes-configure.ac-no-python-depcheck.patch scribes.spec 
Log Message:
Update to new upstream release (0.3.2) and rework the icon-cache scriplets

scribes-configure.ac-no-python-depcheck.patch:

Index: scribes-configure.ac-no-python-depcheck.patch
===================================================================
RCS file: /cvs/extras/rpms/scribes/FC-6/scribes-configure.ac-no-python-depcheck.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scribes-configure.ac-no-python-depcheck.patch	17 Oct 2006 03:46:43 -0000	1.2
+++ scribes-configure.ac-no-python-depcheck.patch	1 Apr 2007 20:16:39 -0000	1.3
@@ -1,8 +1,8 @@
---- configure.ac.orig	2006-10-16 20:29:29.000000000 -0700
-+++ configure.ac	2006-10-16 20:30:22.000000000 -0700
+--- configure.ac.old	2006-12-18 21:59:01.000000000 -0800
++++ configure.ac	2006-12-18 21:59:19.000000000 -0800
 @@ -3,7 +3,6 @@
  
- AC_INIT([scribes], [0.2.9.88], [<mystilleef at gmail.com>])
+ AC_INIT([scribes], [0.3.2], [<mystilleef at gmail.com>])
  GNOME_COMMON_INIT
 -AC_PREREQ(2.60)
  AM_INIT_AUTOMAKE([1.8 dist-bzip2 no-dist-gzip])


Index: scribes.spec
===================================================================
RCS file: /cvs/extras/rpms/scribes/FC-6/scribes.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- scribes.spec	17 Mar 2007 18:04:44 -0000	1.20
+++ scribes.spec	1 Apr 2007 20:16:39 -0000	1.21
@@ -3,14 +3,14 @@
 %define	python_module_name	SCRIBES
 
 Name:		scribes
-Version:	0.3.1
-Release:	1%{?alphatag}%{?dist}
+Version:	0.3.2
+Release:	1%{?dist}
 Summary:	A sleek, simple, and powerful text editor for the GNOME desktop
 Group:		Applications/Editors
 License:	GPL
 URL:		http://scribes.sourceforge.net/           
 
-Source0:	http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+Source0:	http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
 Patch0:		%{name}-configure.ac-no-python-depcheck.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -41,9 +41,12 @@
 Requires:	PyXML
 
 Requires(pre):	GConf2
+
 Requires(post):	GConf2
 Requires(post):	scrollkeeper
+
 Requires(preun):	GConf2
+
 Requires(postun):	scrollkeeper
 
 
@@ -116,9 +119,7 @@
 scrollkeeper-update -q -o %{_datadir}/omf/%{name} ||:
 update-desktop-database &> /dev/null ||:
 touch --no-create %{_datadir}/icons/hicolor ||:
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
-fi
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
 
 
 %clean
@@ -136,9 +137,7 @@
 %postun
 update-desktop-database &> /dev/null ||:
 touch --no-create %{_datadir}/icons/hicolor ||:
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
-fi
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
 scrollkeeper-update -q ||:
 
 
@@ -157,6 +156,10 @@
 
 
 %changelog
+* Sun Apr 01 2007 Peter Gordon <peter at thecodergeek.com> - 0.3.2-1
+- Update to new upstream release (0.3.2).
+- Update %%post and %%postun scriplets for new icon-cache guidelines. 
+
 * Sat Mar 17 2007 Peter Gordon <peter at thecodergeek.com> - 0.3.1-1
 - Update to new upstream release (0.3.1).
 - Update Source0 URL




More information about the scm-commits mailing list