rpms/qof/FC-4 .cvsignore, 1.4, 1.5 qof.spec, 1.12, 1.13 sources, 1.4, 1.5

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Fri Sep 1 19:34:06 UTC 2006


Author: toshio

Update of /cvs/extras/rpms/qof/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30246

Modified Files:
	.cvsignore qof.spec sources 
Log Message:
- Upgrade to upstream 0.7.0.
- Rename docs subpackage to doc.
- Use G_MAXINT32 for the test patch.
- BR: gettext.
- After talking with upstream it was decided that the supposed char problem
  was a problem with the test suite.  New patch fixes an overflow in the
  tests.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/qof/FC-4/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	1 May 2006 01:17:17 -0000	1.4
+++ .cvsignore	1 Sep 2006 19:34:05 -0000	1.5
@@ -1 +1 @@
-qof-0.6.4.tar.gz
+qof-0.7.0.tar.gz


Index: qof.spec
===================================================================
RCS file: /cvs/extras/rpms/qof/FC-4/qof.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- qof.spec	12 May 2006 21:52:05 -0000	1.12
+++ qof.spec	1 Sep 2006 19:34:05 -0000	1.13
@@ -1,20 +1,19 @@
 Name:           qof
-Version:        0.6.4
-Release:        4%{?dist}
+Version:        0.7.0
+Release:        1%{?dist}
 Summary:        Query engine library for C objects
 
 Group:          System Environment/Libraries
 License:        GPL
 URL:            http://qof.sf.net
 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0: qof-x86_64.patch
-Patch1: qof-gnc-date-test.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: libxml2-devel
 BuildRequires: glib2-devel
 BuildRequires: libgda-devel
 BuildRequires: intltool
+BuildRequires: gettext
 # qof doesn't ship with pre-built documentation
 BuildRequires: doxygen
 
@@ -30,11 +29,13 @@
 query engine can be backed by an actual database, so that instances
 of local objects can act as a 'cache' to a much larger SQL database.
 
-%package	docs
-Summary:	API documentation for libqof
-Group:		Documentation
-Requires:	%{name} = %{version}-%{release}
-%description	docs
+%package doc
+Summary: API documentation for libqof
+Group: Documentation
+Requires: %{name} = %{version}-%{release}
+Obsoletes: qof-docs <= 0.6.4-5
+Provides: qof-docs
+%description doc
 QOF - The Query Object Framework is a C library that provides a query engine
 to C applications.  This allows SQL-like queries to be performes on a
 collection of C/C++ objects (which act like SQL tables).
@@ -49,7 +50,7 @@
 Requires:       %{name} = %{version}-%{release}
 Requires:       libxml2-devel
 Requires:       glib2-devel
-Requires:	libgda-devel
+Requires:       libgda-devel
 Requires:       pkgconfig
 
 %description    devel
@@ -64,32 +65,25 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %configure --disable-static
 make
 
-# qof doesn't build the documentation unless you build the doc target.
-# The doc target isn't written correctly either.
-cd doc; make doc
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
 make install DESTDIR=$RPM_BUILD_ROOT
+mv $RPM_BUILD_ROOT/usr/share/doc/qof/html .
 
 find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 
-# Get documentation ready to ship
-mv doc/html .
-rm html/installdox
-
 %find_lang %{name}
 
-%check || :
-make check
+# Some of the tests are still for the old date/time code.  These will fail
+# until they've been updated.
+#%check || :
+#make check
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -111,11 +105,21 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*
 
-%files docs
+%files doc
 %defattr(-,root,root,-)
 %doc html
 
 %changelog
+* Thu Aug 24 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 0.7.0-1
+- Upgrade to upstream 0.7.0.
+
+* Sun Jun 11 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 0.6.4-6
+- Rename docs subpackage to doc.
+
+* Sun May 28 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 0.6.4-5
+- Use G_MAXINT32 for the test patch.
+- BR: gettext.
+
 * Fri May 12 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 0.6.4-4
 - After talking with upstream it was decided that the supposed char problem
   was a problem with the test suite.  New patch fixes an overflow in the


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qof/FC-4/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	1 May 2006 01:17:17 -0000	1.4
+++ sources	1 Sep 2006 19:34:05 -0000	1.5
@@ -1 +1 @@
-555787c7ea06a3412ff9119fe4127886  qof-0.6.4.tar.gz
+432a40ad91512f311fbbd0d9c554b8da  qof-0.7.0.tar.gz




More information about the scm-commits mailing list