633ff1a
Name:           pss
Kushal Das 42c637c
Version:        1.40
Kushal Das 42c637c
Release:        1%{?dist}
633ff1a
Summary:        A power-tool for searching inside source code files
633ff1a
633ff1a
Group:          Development/Tools
633ff1a
License:        Public Domain
Kushal Das 42c637c
URL:            https://github.com/eliben/pss
Kushal Das 42c637c
Source0:        https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
Kushal Das 42c637c
BuildRequires:  python3-devel, python3-setuptools
633ff1a
BuildArch:      noarch
633ff1a
633ff1a
633ff1a
%description
633ff1a
pss is a power-tool for searching inside source code files. 
633ff1a
pss searches recursively within a directory tree, knows which 
633ff1a
extensions and file names to search and which to ignore, automatically 
633ff1a
skips directories you wouldn't want to search in (for example .svn or .git),
633ff1a
colors its output in a helpful way, and does much more.
633ff1a
633ff1a
633ff1a
%prep
633ff1a
%setup -q
633ff1a
633ff1a
633ff1a
%build
633ff1a
%{__python} setup.py build
633ff1a
633ff1a
%install
Kushal Das 42c637c
%{__python3} setup.py install -O1  --root $RPM_BUILD_ROOT
Kushal Das 42c637c
#rm $RPM_BUILD_ROOT/usr/bin/pss.py
633ff1a
633ff1a
633ff1a
%files
8aba98d
%doc README.rst LICENSE CHANGES
633ff1a
%{_bindir}/pss
Kushal Das 42c637c
%{python3_sitelib}/pss*
633ff1a
633ff1a
633ff1a
633ff1a
%changelog
Kushal Das 42c637c
* Thu Apr 09 2015 Kushal Das <kushal@fedoraprojects.org> 1.40-1
Kushal Das 42c637c
- New release of the tool on Python3
Kushal Das 42c637c
0e7947a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.38-3
0e7947a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0e7947a
dbb5ed8
* Fri Dec 06 2013 Pierre-Yves Chibon <pingou@pingoured>fr - 1.38-2
dbb5ed8
- Change BR from python-setuptools-devel to python-setuptools
dbb5ed8
  See https://fedoraproject.org/wiki/Changes/Remove_Python-setuptools-devel
dbb5ed8
8aba98d
* Wed Aug 28 2013 Kushal Das <kushal@fedoraprojects.org> 1.38-1
8aba98d
- new release of the tool
8aba98d
b3b5bea
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.35-4
b3b5bea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b3b5bea
633ff1a
* Wed Dec 19 2012 Kushal Das <kushal@fedoraprojects.org> 0.35-3
633ff1a
- removing few macros
633ff1a
633ff1a
* Fri Dec 14 2012 Kushal Das <kushal@fedoraprojects.org> 0.35-2
633ff1a
- updated based on suggestions in review request
633ff1a
633ff1a
* Mon Nov 19 2012 Kushal Das <kushal@fedoraprojects.org> 0.35-1
633ff1a
- Initial package creation