- Update to 0.8.0 release

This commit is contained in:
Deji Akingunola 2010-04-01 18:25:07 +00:00
parent c7cdf02643
commit e0928a423e
4 changed files with 10 additions and 27 deletions

View File

@ -1 +1 @@
tracker-0.7.28.tar.bz2
tracker-0.8.0.tar.bz2

View File

@ -1 +1 @@
1b9d289aaa33638b63a15e6b0c26f800 tracker-0.7.28.tar.bz2
38332acd7500eb7347f8cf4655d30441 tracker-0.8.0.tar.bz2

View File

@ -151,23 +151,3 @@
# Extra options to supply to gtkdoc-mkdb
--- tests/libtracker-common/Makefile.am 2010-03-25 12:14:58.000000000 -0400
+++ tests/libtracker-common/Makefile.am.new 2010-03-25 14:53:57.023784457 -0400
@@ -33,6 +33,7 @@
$(DBUS_LIBS) \
$(GMODULE_LIBS) \
$(GTHREAD_LIBS) \
+ $(GIO_LIBS) \
$(GLIB2_LIBS) \
$(GCOV_LIBS)
--- tests/libtracker-common/Makefile.in 2010-03-25 13:04:49.000000000 -0400
+++ tests/libtracker-common/Makefile.in.new 2010-03-25 14:54:40.241151057 -0400
@@ -407,6 +407,7 @@
$(DBUS_LIBS) \
$(GMODULE_LIBS) \
$(GTHREAD_LIBS) \
+ $(GIO_LIBS) \
$(GLIB2_LIBS) \
$(GCOV_LIBS)

View File

@ -1,11 +1,11 @@
Summary: An object database, tag/metadata database, search tool and indexer
Name: tracker
Version: 0.7.28
Version: 0.8.0
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: http://projects.gnome.org/tracker/
Source0: http://ftp.gnome.org/pub/GNOME/sources/tracker/0.7/%{name}-%{version}.tar.bz2
Source0: http://ftp.gnome.org/pub/GNOME/sources/tracker/0.8/%{name}-%{version}.tar.bz2
Patch0: tracker-0.7-doc-build.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: poppler-glib-devel evolution-devel libxml2-devel libgsf-devel
@ -84,7 +84,7 @@ rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
echo "%{_libdir}/tracker-0.7" \
echo "%{_libdir}/tracker-0.8" \
> %{buildroot}%{_sysconfdir}/ld.so.conf.d/tracker-%{_arch}.conf
desktop-file-install --delete-original \
@ -123,7 +123,7 @@ fi
%{_datadir}/tracker/
%{_datadir}/dbus-1/services/org.freedesktop.Tracker*
%{_libdir}/*.so.*
%{_libdir}/tracker-0.7/
%{_libdir}/tracker-0.8/
%{_mandir}/*/tracker*.gz
%{_sysconfdir}/ld.so.conf.d/tracker-%{_arch}.conf
%{_sysconfdir}/xdg/autostart/tracker*.desktop
@ -135,7 +135,7 @@ fi
%files devel
%defattr(-, root, root, -)
%{_includedir}/tracker-0.7/
%{_includedir}/tracker-0.8/
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/vala/vapi/tracker*.vapi
@ -163,6 +163,9 @@ fi
%{_datadir}/gtk-doc/html/ontology/
%changelog
* Thu Apr 01 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.0-1
- Update to 0.8.0 release
* Thu Mar 25 2010 Deji Akingunola <dakingun@gmail.com> - 0.7.28-1
- Update to 0.7.28 release