diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..697df7b --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/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 +/wad-0.4.6.tar.gz diff --git a/README.md b/README.md new file mode 100644 index 0000000..5592a2c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# wad + +The wad package \ No newline at end of file diff --git a/dead.package b/dead.package deleted file mode 100644 index 5204a84..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Orphaned for 6+ weeks diff --git a/sources b/sources new file mode 100644 index 0000000..d3376e0 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (wad-0.4.6.tar.gz) = e47e1bf8eb48ded4c6dce87c0badb60c43f1212c9c168e2498b2eed7c48bbb2247079f03c30cafdff1fc6c11137e79f71ae843339ee2f3c550ff43b59875721a diff --git a/wad.spec b/wad.spec new file mode 100644 index 0000000..04a4778 --- /dev/null +++ b/wad.spec @@ -0,0 +1,75 @@ +Name: wad +Version: 0.4.6 +Release: 3%{?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: %py3_dist setuptools +BuildRequires: %py3_dist pytest +BuildRequires: %py3_dist 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 +%pytest -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 +* Wed Jan 27 2021 Fedora Release Engineering - 0.4.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Dec 18 2020 Fabian Affolter - 0.4.6-2 +- Update macros + +* Fri Sep 25 2020 Fabian Affolter - 0.4.6-1 +- Update to latest upstream release 0.4.6 (#1883156) + +* Fri Sep 25 2020 Fabian Affolter - 0.4.5-1 +- Update to latest upstream release 0.4.5 (#1882610) + +* Thu Aug 20 2020 Fabian Affolter - 0.4.4-1 +- Update to latest upstream release 0.4.4 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.4.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro HronĨok - 0.4.3-2 +- Rebuilt for Python 3.9 + +* Sat May 16 2020 Fabian Affolter - 0.4.3-1 +- Update to latest upstream release 0.4.3 + +* Sat May 16 2020 Fabian Affolter - 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 - 0.4.1-1 +- Initial package for Fedora +