Name: gnome-search-tool Version: 3.3.1 Release: 1%{?dist} Summary: Utility for finding files for GNOME License: GPLv2 #No URL for the package specifically, as of now URL: http://www.gnome.org/gnome-3/ Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-search-tool/3.3/gnome-search-tool-3.3.1.tar.xz BuildRequires: gettext BuildRequires: intltool BuildRequires: glib2-devel BuildRequires: gtk3-devel BuildRequires: GConf2-devel BuildRequires: gnome-doc-utils BuildRequires: rarian-compat BuildRequires: docbook-dtds BuildRequires: libSM-devel BuildRequires: desktop-file-utils #BuildRequires: Requires(pre): GConf2 Requires(post): GConf2 Requires(preun):GConf2 #Requires: %description GNOME Search Tool is a utility for finding files on your system. To perform a basic search, you can type a filename or a partial filename, with or without wildcards. To refine your search, you can apply additional search options. GNOME Search Tool uses the find, grep, and locate UNIX commands. Since the find, grep, and locate commands support the -i option, all searches are case-insensitive. %prep %setup -q %build %configure make %{?_smp_mflags} %install export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT desktop-file-install --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %find_lang %{name} %pre %gconf_schema_prepare %{name} %preun %gconf_schema_remove %{name} %post %gconf_schema_upgrade %{name} %postun if [ $1 -eq 0 ] ; then glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : fi %posttrans glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %files -f %{name}.lang %{_sysconfdir}/gconf/schemas/%{name}.schemas %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/gnome/help/%{name} %{_datadir}/omf/%{name} %{_datadir}/pixmaps/gsearchtool/thumbnail_frame.png %{_mandir}/man1/%{name}.1.gz %doc ABOUT-NLS AUTHORS COPYING COPYING.docs NEWS %changelog * Tue Nov 15 2011 Anuj More - 3.3.1-1 - rebuilt