rpms/galeon/devel galeon.spec,1.3,1.4

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 21:26:04 UTC 2005


Author: thias

Update of /cvs/extras/rpms/galeon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18381/galeon/devel

Modified Files:
	galeon.spec 
Log Message:
Mass letter "g" update (and some missed before), one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs



Index: galeon.spec
===================================================================
RCS file: /cvs/extras/rpms/galeon/devel/galeon.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- galeon.spec	23 Jan 2005 20:00:53 -0000	1.3
+++ galeon.spec	3 Mar 2005 21:26:02 -0000	1.4
@@ -1,23 +1,21 @@
-Summary:   	GNOME2 Web browser based on Mozilla
-Name:      	galeon
-Version:   	1.3.19
-Release:   	2
-Epoch:		0
-License: 	GPL
-Group:     	Applications/Internet
-URL:       	http://galeon.sourceforge.net/
-Source0:    	http://download.sourceforge.net/galeon/%{name}-%{version}%{?extraversion}.tar.bz2
-BuildRoot:  	%{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
+Summary:	GNOME2 Web browser based on Mozilla
+Name:		galeon
+Version:	1.3.19
+Release:	2
+License:	GPL
+Group:		Applications/Internet
+URL:		http://galeon.sourceforge.net/
+Source0:	http://download.sourceforge.net/galeon/%{name}-%{version}%{?extraversion}.tar.bz2
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
 Requires:	scrollkeeper 
 Requires:	mozilla = %(rpm -q mozilla-devel --qf='%%{epoch}:%%{version}' 2>/dev/null)
 BuildRequires:	gettext mozilla-nspr-devel desktop-file-utils
-BuildRequires:	gtk2-devel >= 0:2.4.0
+BuildRequires:	gtk2-devel >= 2.4.0
 BuildRequires:	mozilla-devel >= 37:1.7.2
-BuildRequires:	libxml2-devel >= 0:2.6.6
-BuildRequires:	libgnomeui-devel >= 0:2.5.2
+BuildRequires:	libxml2-devel >= 2.6.6
+BuildRequires:	libgnomeui-devel >= 2.5.2
 %{!?_without_nautilus:BuildRequires:	eel2-devel nautilus}
 
-# -----------------------------------------------------------------------------
 
 %description
 Galeon is a web browser built around Gecko (Mozilla's rendering
@@ -25,12 +23,10 @@
 browser, designed to take advantage of as many GNOME technologies as
 makes sense. Galeon was written to do just one thing - browse the web.
 
-# -----------------------------------------------------------------------------
 
 %prep
 %setup -q -n %{name}-%{version}%{?extraversion}
 
-# -----------------------------------------------------------------------------
 
 %build
 %configure \
@@ -39,7 +35,6 @@
 	--disable-schemas-install
 make %{?_smp_mflags}
 
-# -----------------------------------------------------------------------------
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -58,12 +53,10 @@
 
 find $RPM_BUILD_ROOT%{_libdir} -name \*.la -exec rm {} \;
 
-# -----------------------------------------------------------------------------
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-# -----------------------------------------------------------------------------
 
 %post
 %{_bindir}/galeon-config-tool --fix-gconf-permissions
@@ -71,7 +64,7 @@
 scrollkeeper-update||:
 
 %preun
-if [ "$0" = 1 ] ; then
+if [ "$1" = "1" ] ; then
   export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
   gconftool-2 --makefile-uninstall-rule \
         %{_sysconfdir}/gconf/schemas/galeon.schemas >/dev/null
@@ -80,6 +73,7 @@
 %postun
 scrollkeeper-update||:
 
+
 %files -f galeon-2.0.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING COPYING.README ChangeLog NEWS README INSTALL THANKS TODO FAQ FAQ.html README.ExtraPrefs
@@ -99,7 +93,6 @@
 %{_libdir}/bonobo/servers/GNOME_Galeon_NautilusView.server
 %{_datadir}/applications/*galeon.desktop
 
-# -----------------------------------------------------------------------------
 
 %changelog
 * Sun Jan 23 2005 Dams <anvil[AT]livna.org> - 0:1.3.19-2




More information about the scm-commits mailing list