Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > bc17def4cfa3a92f92f69c13151500db > files > 2

pinot-0.97-2.fc16.src.rpm

Name:  pinot
Version: 0.97
Release: 2%{?dist}
Summary: Personal search and metasearch for the Desktop

Group: User Interface/Desktops
License: GPLv2+
URL: http://pinot.berlios.de/
Source0: http://download2.berlios.de/pinot/%{name}-%{version}.tar.gz

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: sqlite-devel >= 3.3.1
BuildRequires: xapian-core-devel >= 1.0.4
BuildRequires: libtextcat-devel >= 2.2
BuildRequires: taglib-devel >= 1.4
BuildRequires: curl-devel >= 7.13
BuildRequires: gmime-devel >= 2.1
BuildRequires: boost-devel >= 1.33
BuildRequires: openssl-devel
BuildRequires: gtkmm24-devel
BuildRequires: libxml++-devel
BuildRequires: dbus-glib-devel
BuildRequires: gettext-devel
BuildRequires: desktop-file-utils
BuildRequires: shared-mime-info
BuildRequires: libexif-devel
BuildRequires: libtool
BuildRequires: libarchive-devel
BuildRequires: libuuid-devel

Requires: shared-mime-info
Requires: unzip
Requires: antiword
Requires: unrtf
Requires: poppler-utils
Requires: catdoc

Obsoletes: pinot-deskbar < 0.97-2

%description
Pinot is a D-Bus service that crawls, indexes your documents and monitors them
for changes, as well as a GTK-based user interface that enables to query
the index built by the service and your favourite Web engines, and display and
analyze the results

%prep
%setup -q

%build
autoreconf --force --install
%configure --enable-libarchive
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make install DESTDIR=$RPM_BUILD_ROOT

desktop-file-install --vendor fedora       \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  --delete-original \
  $RPM_BUILD_ROOT%{_datadir}/applications/pinot.desktop

desktop-file-install       \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  --delete-original \
  $RPM_BUILD_ROOT%{_datadir}/applications/pinot-prefs.desktop

rm -f $RPM_BUILD_ROOT%{_libdir}/deskbar-applet/handlers/pinot-*
rm -f $RPM_BUILD_ROOT%{_libexecdir}/deskbar-applet/modules-2.20-compatible/pinot-*

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%post
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%files -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/pinot
%{_bindir}/pinot-dbus-daemon
%{_bindir}/pinot-index
%{_bindir}/pinot-search
%{_bindir}/pinot-label
%{_bindir}/pinot-prefs
%{_datadir}/pinot/
%{_libdir}/pinot/
%{_datadir}/dbus-1/services/de.berlios.Pinot.service
%{_sysconfdir}/xdg/autostart/*.desktop
%{_datadir}/applications/fedora-pinot.desktop
%{_datadir}/applications/pinot-prefs.desktop
%{_mandir}/man1/pinot.*
%{_mandir}/man1/pinot-dbus-daemon.*
%{_mandir}/man1/pinot-index.*
%{_mandir}/man1/pinot-search.*
%{_mandir}/man1/pinot-label.*
%{_datadir}/icons/hicolor/48x48/apps/pinot.png
%{_datadir}/icons/hicolor/32x32/apps/pinot.png
%{_datadir}/icons/hicolor/24x24/apps/pinot.png
%{_datadir}/icons/hicolor/22x22/apps/pinot.png
%{_datadir}/icons/hicolor/16x16/apps/pinot.png

%config(noreplace) %{_sysconfdir}/pinot/
%doc AUTHORS ChangeLog COPYING NEWS README TODO


%changelog
* Wed Jun 01 2011 Adel Gadllah <adel.gadllah@gmail.com> 0.97-2
- Obsolete pinot-deskbar; deskbar-applet is obsolete

* Wed May 20 2011 Martin Dengler <martin@martindengler.com> - 0.97-1
- New upstream version

* Fri May 06 2011 Karsten Hopp <karsten@redhat.com> 0.96-3.1
- disable gmime-2.6 patch, not required anymore
- buildrequire libuuid-devel

* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.96-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 0.96-2
- recompiling .py files against Python 2.7 (rhbz#623346)

* Sun Aug 01 2010 Adel Gadllah <adel.gadllah@gmail.com> 0.96-1
- New upstream version

* Tue May 04 2010 Mike McGrath <mmcgrath@redhat.com> - 0.94-4
- rebuilt against new libxapian

* Sat Feb 13 2010 Caolán McNamara <caolanm@redhat.com> - 0.94-4
- rebuild against gmime26

* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.94-3
- rebuilt with new openssl

* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.94-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Sun Jun 28 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.94-1
- Update to 0.94
- Drop gmime patch

* Mon Apr 13 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.93-1
- Update to 0.93
- Drop gcc patch, now upstream

* Sun Mar 01 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.90-1
- Update to 0.90
- Fix build against gcc-4.4

* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.89-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> 0.89-4
- rebuild with new openssl

* Fri Dec 26 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.89-3
- Port to gmime-2.4 api

* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.89-2
- Rebuild for Python 2.6

* Sun Sep 21 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.89-1
- Update to 0.89

* Sat Aug 30 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.88-2
- Fix build

* Sat Aug 30 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.88-1
- Update to 0.88

* Sun Jul 20 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.87-1
- Update to 0.87

* Sun Jun 22 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.86-1
- Update to 0.86

* Mon May 12 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.85-1
- Update to 0.85

* Sun Mar 30 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.84-1
- Update to 0.84

* Sat Mar 08 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.83-2
- Fix gcc-4.3 build

* Sun Mar 02 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.83-1
- Update to 0.83
- Drop upstreamed patches

* Sat Feb 23 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.82-4
- Add hotfix as requested by upstream

* Sat Feb 09 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.82-3
- Fix build with gcc-4.3

* Sat Feb 09 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.82-2
- Rebuild for gcc-4.3

* Sat Jan 26 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.82-1
- Update to 0.82
- Build with smp_flags

* Thu Dec 27 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.81-3
- Rebuild against xapian 1.0.5

* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 0.81-2
 - Rebuild for deps

* Sun Nov 25 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.81-1
- Update to 0.81
- Drop upstreamed patches

* Tue Oct 30 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.76-7
- Rebuild against xapian 1.0.4

* Sun Oct 21 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.76-6
- Readd openssl buildrequires

* Sun Oct 21 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.76-5
- Rediff openssl patch

* Sun Oct 21 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.76-4
- Revert previous change
- Add patch from upstream to fix build

* Sat Oct 20 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.76-3
- Fix BuildRequires

* Wed Sep 05 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.76-2
- Add upstream patch to fix preferences segfault

* Thu Aug 23 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.76-1
- Update to final 0.76

* Tue Aug 21 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.76-0.3.beta2
- Fix build

* Tue Aug 21 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.76-0.2.beta2
- Bump release

* Tue Aug 21 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.76-0.1.beta2
- Update to 0.76beta2
- Drop unneeded patches

* Sun Aug 19 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.75-10
- Patch the correct textcat_conf file

* Fri Aug 17 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.75-9
- Fix libtextcat language detection

* Wed Aug 15 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.75-8
- Add upstream patch to fix bugs with new boost
- Revert last change

* Tue Aug 14 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.75-7
- Bump required boost version

* Mon Aug 13 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.75-6
- Small cleanups

* Mon Aug 13 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.75-5
- Fix files section

* Mon Aug 13 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.75-4
- Adress review comments from RH #251317

* Sat Aug 11 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.75-3
- Fix BuildRequires

* Sat Aug 11 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.75-2
- Fix BuildRequires

* Wed Aug 08 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.75-1
- Inital build