Kio-locate.spec
Aus Fedorawiki.de
| |
Dieser Artikel ist veraltet und Bedarf einer Aktualisierung. |
Beschreibung
Name: kio-locate
Version: 0.4.4
Beschreibung: Eine kio-Plugin für locate (zum Suchen im Konquerer)
Homepage: http://arminstraub.de/browse.php?page=programs_kiolocate&lang=de
Screenshot: http://arminstraub.de/browse.php?page=programs_kiolocate_screenshots&lang=de
Download: http://arminstraub.de/downloads/kio-locate/kio-locate_0.4.4.tar.gz
Besonderheiten:
SPEC
Name: kio-locate
Version: 0.4.4
Release: 1%{?dist}
Summary: A KDE I/O Slave for the locate command
Group: User Interface/Desktops
License: GPL
URL: http://arminstraub.de/browse.php?page=programs_kiolocate&lang=en
Source0: http://arminstraub.de/downloads/%{name}/%{name}_%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: scons gettext qt-devel kdelibs-devel
#Requires:
%description
kio-locate is a KDE I/O Slave for the locate command.
This means that you can use kio-locate by simply
typing in konquerors address box. You can e.g. type
"locate:index.html" to find all files that contain
"index.html" in their name.
%prep
%setup -q
%build
scons configure
scons
#make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
scons install DESTDIR=$RPM_BUILD_ROOT
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %name.lang
%defattr(-,root,root,-)
%doc %{_datadir}/doc/HTML/en/*
%{_libdir}/kde3/kio_locate.la
%{_libdir}/kde3/kio_locate.so
%{_datadir}/services/locate.protocol
%{_datadir}/services/locater.protocol
%{_datadir}/services/rlocate.protocol
%{_datadir}/services/searchproviders/locate.desktop
%changelog
* Thu Oct 20 2005 Sebastian Vahl <svahl@web.de> - 0.4.4-1%{?dist}
- Updated to new version
* Thu Oct 05 2005 Sebastian Vahl <svahl@web.de> - 0.4.3-1%{?dist}
- Updated to new version
* Thu Jul 28 2005 Sebastian Vahl <svahl@web.de> - 0.4.2tvo0.1-1%{?dist}
- Initial Release