Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37726127
en ru br
Репозитории ALT
5.1: 0.6.4-alt0.1.1
4.1: 0.6.4-alt0.1.1
4.0: 0.6.4-alt0.1
www.altlinux.org/Changes

Группа :: Работа с текстами
Пакет: loook

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: loook
Version: 0.6.4
Release: alt0.1

Summary: Loook searches for text strings in OpenOffice.org files

License: GPL
Group: Text tools
Url: http://www.danielnaber.de/loook/

BuildArch: noarch

Packager: Vitaly Lipatov <lav at altlinux.ru>

%setup_python_module %name

Source: http://www.danielnaber.de/loook/%name.zip

# manually removed: eric

# Automatically added by buildreq on Wed Jan 04 2006
BuildRequires: python-base python-modules-encodings unzip

%description
Loook is a simple Python tool that searches for text strings in
OpenOffice.org (and StarOffice 6.0 or later) files. It works under Linux,
Windows and Macintosh. AND, OR and phrase searches are supported. It
doesn't create an index, but searching should be fast enough unless you
have really many files.

%prep
#%%setup -q -n %name
rm -rf %name && mkdir %name && cd %name
unzip %SOURCE0


%install
cd %name
%__install -D %name.py %buildroot%python_sitelibdir/%name.py
%__mkdir_p %buildroot%_bindir
cat >%buildroot%_bindir/%name <<EOF
#!/bin/sh
/usr/bin/env python %python_sitelibdir/%name.py
EOF

%files
%attr (0755, root, root) %_bindir/*
%python_sitelibdir/%name.py

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin