Lukas Zapletal 6751532
Name:       loook
Lukas Zapletal c84a7fe
Version:    0.8.1
7ba9b14
Release:    13%{?dist}
Lukas Zapletal 6751532
Summary:    OpenOffice.org document search tool
Lukas Zapletal 6751532
Lukas Zapletal 6751532
Group:      Applications/Text
Lukas Zapletal 6751532
License:    GPLv2+
Lukas Zapletal c84a7fe
URL:        http://mechtilde.de/Loook/
Lukas Zapletal c84a7fe
Source0:    http://mechtilde.de/Loook/Downloads/%{name}-%{version}.tar.gz
Lukas Zapletal 6751532
Lukas Zapletal 6751532
Lukas Zapletal 6751532
BuildArch:  noarch
Lukas Zapletal 6751532
Lukas Zapletal 6751532
Requires:   python3-tkinter
Lukas Zapletal 6751532
Requires:   hicolor-icon-theme
Lukas Zapletal 6751532
Lukas Zapletal 0881382
BuildRequires: python3-devel
Lukas Zapletal 0881382
BuildRequires: desktop-file-utils
Lukas Zapletal 6751532
Lukas Zapletal 6751532
Lukas Zapletal 6751532
%description
Lukas Zapletal 6751532
Loook is a simple Python tool that searches for text strings in OpenOffice.org
Lukas Zapletal 6751532
(and StarOffice 6.0 or later) files. It works under Linux, Windows and
Lukas Zapletal 6751532
Macintosh. AND, OR and phrase searches are supported. It doesn't create an
Lukas Zapletal 6751532
index, but searching should be fast enough unless you have really many files.
Lukas Zapletal 6751532
Lukas Zapletal 6751532
Lukas Zapletal 6751532
%prep
Lukas Zapletal c84a7fe
%setup -q
Lukas Zapletal 6751532
Lukas Zapletal 6751532
Lukas Zapletal 6751532
%build
Lukas Zapletal 6751532
Lukas Zapletal 6751532
Lukas Zapletal 6751532
%install
Lukas Zapletal 6751532
%{__rm} -rf $RPM_BUILD_ROOT
Lukas Zapletal 6751532
install -Dpm 0755 %{name}.py $RPM_BUILD_ROOT%{python3_sitelib}/%{name}/%{name}.py
Lukas Zapletal 6751532
mkdir -p $RPM_BUILD_ROOT%{_bindir}
Lukas Zapletal 6751532
ln -s %{python3_sitelib}/%{name}/%{name}.py $RPM_BUILD_ROOT%{_bindir}/%{name}
Lukas Zapletal c84a7fe
install -Dpm 0644 %{name}.png $RPM_BUILD_ROOT%{_datadir}/hicolor/icons/24x24/%{name}.png
Lukas Zapletal c84a7fe
install -Dpm 0644 man/%{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
Lukas Zapletal c84a7fe
Lukas Zapletal c84a7fe
for LANG in de nl en; do
Lukas Zapletal c84a7fe
  install -Dpm 0644 locale/$LANG/LC_MESSAGES/%{name}-%{version}.mo \
Lukas Zapletal c84a7fe
    $RPM_BUILD_ROOT%{_datadir}/locale/$LANG/LC_MESSAGES/%{name}-%{version}.mo
Lukas Zapletal c84a7fe
done
Lukas Zapletal 6751532
Lukas Zapletal c84a7fe
desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications %{name}.desktop
Lukas Zapletal 6751532
Lukas Zapletal c84a7fe
%find_lang %{name}-%{version}
Lukas Zapletal 6751532
Lukas Zapletal c84a7fe
%files -f %{name}-%{version}.lang
Lukas Zapletal 6751532
%{python3_sitelib}/%{name}/
Lukas Zapletal 6751532
%{_mandir}/man1/%{name}.1*
Lukas Zapletal 6751532
%{_bindir}/%{name}
Lukas Zapletal c84a7fe
%{_datadir}/hicolor/icons/24x24/%{name}.png
Lukas Zapletal 6751532
%{_datadir}/applications/%{name}.desktop
Lukas Zapletal 6751532
Lukas Zapletal 6751532
Lukas Zapletal 6751532
%changelog
7ba9b14
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-13
7ba9b14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
7ba9b14
9011628
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.8.1-12
9011628
- Rebuilt for Python 3.7
9011628
ba140ec
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-11
ba140ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
ba140ec
8772d94
* Thu Jan 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.1-10
8772d94
- Remove obsolete scriptlets
8772d94
128cc62
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-9
128cc62
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
128cc62
Igor Gnatenko b95c350
* Wed Feb 15 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.8.1-8
Igor Gnatenko b95c350
- Rebuild for brp-python-bytecompile
Igor Gnatenko b95c350
65c2512
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-7
65c2512
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
65c2512
74dbee3
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.8.1-6
74dbee3
- Rebuild for Python 3.6
74dbee3
751978a
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-5
751978a
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
751978a
c1faccd
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-4
c1faccd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c1faccd
d17dcf1
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-3
d17dcf1
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
d17dcf1
690616a
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-2
690616a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
690616a
Lukas Zapletal c84a7fe
* Tue Feb 24 2015 Lukas Zapletal <lzap+rpm@redhat.com> 0.8.1-1
Lukas Zapletal c84a7fe
- Bumped to 0.8.1 upstream version
Lukas Zapletal c84a7fe
b019bb4
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.7-13
b019bb4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b019bb4
54442d1
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 0.6.7-12
54442d1
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
54442d1
1d43b57
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.7-11
1d43b57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
1d43b57
3601047
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.7-10
3601047
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
3601047
cca4ea4
* Fri Aug 03 2012 David Malcolm <dmalcolm@redhat.com> - 0.6.7-9
cca4ea4
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
cca4ea4
7193803
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.7-8
7193803
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7193803
7d551d4
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.7-7
7d551d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
7d551d4
bf1ceb9
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.7-6
bf1ceb9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
bf1ceb9
Lukas Zapletal 0881382
* Thu Nov 25 2010 Lukas Zapletal <lzap+rpm@redhat.com> - 0.6.7-5
Lukas Zapletal 0881382
- adding missing build require desktop-file-utils
Lukas Zapletal 6751532
* Thu Nov 11 2010 Lukas Zapletal <lzap+rpm@redhat.com> - 0.6.7-4
Lukas Zapletal 6751532
- Fixing issues reported by Hans de Goede
Lukas Zapletal 6751532
- Desktop icon properly added
Lukas Zapletal 6751532
* Thu Nov 11 2010 Lukas Zapletal <lzap+rpm@redhat.com> - 0.6.7-3
Lukas Zapletal 6751532
- Fixing issues reported by Thomas Spura
Lukas Zapletal 6751532
* Thu Nov 04 2010 Lukas Zapletal <lzap+rpm@redhat.com> - 0.6.7-2
Lukas Zapletal 6751532
- Fixing issues reported by Thomas Spura
Lukas Zapletal 6751532
* Thu Nov 04 2010 Lukas Zapletal <lzap+rpm@redhat.com> - 0.6.7-1
Lukas Zapletal 6751532
- Initial package