Compare commits

..

4 commits

Author SHA1 Message Date
Fabian Affolter
194efaabb6
Merge branch 'master' into epel8 2020-09-25 09:53:56 +02:00
Troy Dawson
4130e8923f remove package.cfg per new epel-playground policy 2020-09-24 18:49:06 +00:00
Fabian Affolter
b90237df67
Merge branch 'master' into epel8 2020-08-21 09:44:36 +02:00
Gwyn Ciesla
a1972fe5bc "Adding package.cfg file" 2020-05-08 13:31:38 -05:00
5 changed files with 75 additions and 1 deletions

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
/wad-0.4.1.tar.gz
/wad-0.4.2.tar.gz
/wad-0.4.3.tar.gz
/wad-0.4.4.tar.gz
/wad-0.4.5.tar.gz

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# wad
The wad package

View file

@ -1 +0,0 @@
Orphaned for 6+ weeks

1
sources Normal file
View file

@ -0,0 +1 @@
SHA512 (wad-0.4.5.tar.gz) = c533f6f5e0a3fd70ba0eb84b8e059716d7704c0e53e9fc580812ba3e4a003f645204bdb5411bd464daa00d1487589c1d696b39ac4a85cd8a84430321b7b121d9

66
wad.spec Normal file
View file

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