131e56e
Name:           wad
a7a7da1
Version:        0.4.5
18acba0
Release:        1%{?dist}
131e56e
Summary:        Tool for detecting technologies used by web applications
131e56e
131e56e
# wad is GPLv3, wappalyzer source is MIT
131e56e
License:        GPLv3 and MIT
131e56e
URL:            https://github.com/CERN-CERT/WAD
131e56e
Source0:        %{pypi_source}
131e56e
BuildArch:      noarch
131e56e
131e56e
BuildRequires:  python3-devel
131e56e
BuildRequires:  python3-setuptools
131e56e
BuildRequires:  python3-pytest
131e56e
BuildRequires:  python3-mock
131e56e
131e56e
%description
131e56e
WAD lets you analyze given URL(s) and detect technologies used by web
131e56e
application behind that URL, from the OS and web server level, to the
131e56e
programming platform and frameworks, as well as server- and client-side
131e56e
applications, tools and libraries.
131e56e
131e56e
%prep
131e56e
%autosetup -n %{name}-%{version}
131e56e
rm -rf %{pypi_name}.egg-info
131e56e
mv wad/etc/README.md wad/etc/README-wappalyzer.md
131e56e
131e56e
%build
131e56e
%py3_build
131e56e
131e56e
%install
131e56e
%py3_install
131e56e
131e56e
%check
131e56e
PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v %{name}/tests
131e56e
131e56e
%files
131e56e
%license LICENSE
131e56e
%doc README.md wad/etc/README-wappalyzer.md
131e56e
%{_bindir}/wad
131e56e
%{python3_sitelib}/%{name}/
131e56e
%{python3_sitelib}/%{name}-%{version}-py*.egg-info/
131e56e
131e56e
%changelog
a7a7da1
* Fri Sep 25 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.4.5-1
a7a7da1
- Update to latest upstream release 0.4.5 (#1882610)
a7a7da1
18acba0
* Thu Aug 20 2020 Fabian Affolter  <mail@fabian-affolter.ch> - 0.4.4-1
18acba0
- Update to latest upstream release 0.4.4
18acba0
d9bade1
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-3
d9bade1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
d9bade1
ee88cd7
* Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 0.4.3-2
ee88cd7
- Rebuilt for Python 3.9
ee88cd7
3309be4
* Sat May 16 2020 Fabian Affolter  <mail@fabian-affolter.ch> - 0.4.3-1
3309be4
- Update to latest upstream release 0.4.3
3309be4
3309be4
* Sat May 16 2020 Fabian Affolter  <mail@fabian-affolter.ch> - 0.4.2-1
76be204
- Update to latest upstream release 0.4.2
76be204
- Fix for Python 3.9 (rhbz#1834183)
76be204
 
131e56e
* Thu Apr 30 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.4.1-1
131e56e
- Initial package for Fedora
131e56e