Author: qboosh Date: Sat Sep 8 09:51:23 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.7.2 - updated link patch, dropped libgda2 patch
---- Files affected: SPECS: qof.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/qof.spec diff -u SPECS/qof.spec:1.5 SPECS/qof.spec:1.6 --- SPECS/qof.spec:1.5 Tue Feb 13 09:06:43 2007 +++ SPECS/qof.spec Sat Sep 8 11:51:17 2007 @@ -2,25 +2,24 @@ Summary: Query Object Framework Summary(pl.UTF-8): Obiektowy szkielet zapytań Name: qof -Version: 0.6.2 -Release: 0.1 +Version: 0.7.2 +Release: 1 License: GPL v2+ Group: Libraries Source0: http://dl.sourceforge.net/qof/%{name}-%{version}.tar.gz -# Source0-md5: caab8c1cb8fa3235ebae51eb8d4901cb +# Source0-md5: dff6bfda556544a240e833d22e509b50 Patch0: %{name}-link.patch -Patch1: %{name}-libgda2.patch URL: http://qof.sourceforge.net/ BuildRequires: autoconf >= 2.53 BuildRequires: automake -BuildRequires: glib2-devel >= 2.0.0 -BuildRequires: libgda-devel >= 1.9.0 +BuildRequires: glib2-devel >= 1:2.10.0 +BuildRequires: libgda-devel >= 1:1.2.0 BuildRequires: libtool BuildRequires: libxml2-devel >= 1:2.5.10 -BuildRequires: perl-base +BuildRequires: perl-base >= 5.0 BuildRequires: pkgconfig -# outdated code -BuildConflicts: dwi-devel +BuildRequires: sqlite-devel >= 2.8.0 +Requires: glib2 >= 1:2.10.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -45,8 +44,8 @@ Summary(pl.UTF-8): Pliki nagłówkowe biblioteki QOF Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: glib2-devel >= 2.0.0 -Requires: libgda-devel >= 1.9.0 +Requires: glib2-devel >= 1:2.10.0 +Requires: libgda-devel >= 1:1.2.0 %description devel Header files for QOF library. @@ -69,7 +68,6 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %build %{__libtoolize} @@ -77,7 +75,9 @@ %{__autoconf} %{__autoheader} %{__automake} -%configure +%configure \ + --disable-doxygen \ + --enable-sqlite %{__make} %install @@ -86,6 +86,9 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +# dlopened +rm -f $RPM_BUILD_ROOT%{_libdir}/libqof-backend-*.{la,a} + %find_lang %{name} %clean @@ -97,20 +100,24 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README TODO -%attr(755,root,root) %{_libdir}/libqof*.so.*.*.* +%attr(755,root,root) %{_libdir}/libqof.so.*.*.* +%attr(755,root,root) %{_libdir}/libqof-backend-qsf.so.*.*.* +%attr(755,root,root) %{_libdir}/libqof-backend-qsf.so +%attr(755,root,root) %{_libdir}/libqof-backend-sqlite.so.*.*.* +%attr(755,root,root) %{_libdir}/libqof-backend-sqlite.so %{_datadir}/xml/qof %files devel %defattr(644,root,root,755) %doc doc/*.txt -%attr(755,root,root) %{_libdir}/libqof*.so -%{_libdir}/libqof*.la +%attr(755,root,root) %{_libdir}/libqof.so +%{_libdir}/libqof.la %{_includedir}/qof %{_pkgconfigdir}/qof-1.pc %files static %defattr(644,root,root,755) -%{_libdir}/libqof*.a +%{_libdir}/libqof.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -118,6 +125,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2007/09/08 09:51:17 qboosh +- updated to 0.7.2 +- updated link patch, dropped libgda2 patch + Revision 1.5 2007/02/13 08:06:43 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qof.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
