rpms/gnomesword/FC-5 .cvsignore, 1.7, 1.8 gnomesword.spec, 1.17, 1.18 sources, 1.9, 1.10

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Sun Feb 25 21:17:46 UTC 2007


Author: deji

Update of /cvs/extras/rpms/gnomesword/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1681

Modified Files:
	.cvsignore gnomesword.spec sources 
Log Message:
* Sun Feb 24 2007 Deji Akingunola <dakingun at gmail.com> - 2.2.2.1-1
- New release



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gnomesword/FC-5/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	27 Jan 2007 19:35:52 -0000	1.7
+++ .cvsignore	25 Feb 2007 21:17:13 -0000	1.8
@@ -1 +1 @@
-gnomesword-2.2.1.tar.gz
+gnomesword-2.2.2.1.tar.gz


Index: gnomesword.spec
===================================================================
RCS file: /cvs/extras/rpms/gnomesword/FC-5/gnomesword.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- gnomesword.spec	29 Jan 2007 00:01:25 -0000	1.17
+++ gnomesword.spec	25 Feb 2007 21:17:13 -0000	1.18
@@ -1,6 +1,6 @@
 Name:           gnomesword           
-Version:        2.2.1
-Release:        1%{?dist}.1
+Version:        2.2.2.1
+Release:        1%{?dist}
 Summary:        GNOME-based Bible research tool
 
 Group:          Applications/Text
@@ -9,18 +9,18 @@
 Source0:        http://easynews.dl.sourceforge.net/sourceforge/gnomesword/gnomesword-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  sword-devel >= 1.5.9
-BuildRequires:  gettext
-BuildRequires:  desktop-file-utils
-BuildRequires:  gnome-doc-utils
-BuildRequires:  gtkhtml3-devel >= 3.6
-BuildRequires:  libgnomeui-devel libxml2-python
-BuildRequires:  scrollkeeper
-BuildRequires:  perl(XML::Parser)
-Requires(post):   scrollkeeper
-Requires(postun): scrollkeeper
-Obsoletes:      gnomesword2
-Provides:       gnomesword2
+BuildRequires:	sword-devel >= 1.5.9
+BuildRequires:	gettext
+BuildRequires:	desktop-file-utils
+BuildRequires:	gnome-doc-utils
+BuildRequires:	gtkhtml3-devel >= 3.6
+BuildRequires:	libgnomeui-devel libgnomeprintui22-devel
+BuildRequires:	scrollkeeper
+BuildRequires:	perl(XML::Parser)
+Requires(post):	scrollkeeper
+Requires(postun):	scrollkeeper
+Obsoletes:	gnomesword2
+Provides:	gnomesword2
 
 %description
 Gnomesword is a Bible study application for GNOME, a graphical desktop
@@ -33,35 +33,36 @@
 %setup -q
 
 %build
-export LDFLAGS="${LDFLAGS} -Wl,--export-dynamic"
 %configure
-#make %{?_smp_mflags} //fail to build with this
+#make %{?_smp_mflags} : // Doesn't seem to work on i386
 make
 
 %install
 rm -rf %buildroot
 make install DESTDIR=%buildroot
 
-desktop-file-install %buildroot%_datadir/applications/gnomesword.desktop \
---vendor=fedora \
---remove-category=X-Red-Hat-Extra \
---remove-category=Application \
---add-category=Other \
---dir=%buildroot%_datadir/applications \
---copy-name-to-generic-name \
---delete-original
+desktop-file-install --delete-original \
+	--vendor=fedora \
+	--remove-category=X-Red-Hat-Extra \
+	--remove-category=Application \
+	--add-category=Other \
+	--dir=%buildroot%_datadir/applications \
+	--copy-name-to-generic-name \
+	%buildroot%_datadir/applications/gnomesword.desktop
 
 # package docs with macro
 rm -rf %buildroot%_datadir/doc/%{name}
 
-%find_lang %{name} 
+%find_lang %{name}
 
 %clean
 rm -rf %buildroot
 
-%post -p /usr/bin/scrollkeeper-update
+%post
+scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
 
-%postun -p /usr/bin/scrollkeeper-update
+%postun
+scrollkeeper-update -q || :
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
@@ -72,8 +73,10 @@
 %_datadir/applications/fedora-gnomesword.desktop
 %_datadir/gnome/help/gnomesword/
 
-
 %changelog
+* Sun Feb 24 2007 Deji Akingunola <dakingun at gmail.com> - 2.2.2.1-1
+- New release
+
 * Sun Jan 28 2007 Deji Akingunola <dakingun at gmail.com> - 2.2.1-1
 - Remove un-neccesary gnome-spell and icu BR.s
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gnomesword/FC-5/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	27 Jan 2007 19:35:52 -0000	1.9
+++ sources	25 Feb 2007 21:17:13 -0000	1.10
@@ -1 +1 @@
-39699ce93c105456960fca4b57b6dc7e  gnomesword-2.2.1.tar.gz
+d06a815ca81621add7f01365cca625e5  gnomesword-2.2.2.1.tar.gz




More information about the scm-commits mailing list