Compare commits
14 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f5322fc1fc | ||
|
|
436b8e4845 | ||
|
|
dba8a1ae7f | ||
|
|
3e4f10851f | ||
|
|
eab8f25b0e | ||
|
|
b201b97a38 | ||
|
|
695d68d499 | ||
|
|
b77b93445e | ||
|
|
50652570e3 | ||
|
|
9e8975ce24 | ||
|
|
d4e2b2cb89 | ||
|
|
44cc460bd4 | ||
|
|
2148ebfb52 | ||
|
|
be1b1a3440 |
5 changed files with 1 additions and 73 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/urlbuster-0.5.0.tar.gz
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# urlbuster
|
||||
|
||||
The urlbuster package
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (urlbuster-0.5.0.tar.gz) = c3774666d8fb1c5f40aa20eecd4a725900e4d05848f0d412c38f02d1151ec39b7613301436cc67c601bdc802196c842c41249f8073cf2749bf947cd4d4e557fe
|
||||
|
|
@ -1,68 +0,0 @@
|
|||
# Created by pyp2rpm-3.3.4
|
||||
%global pypi_name urlbuster
|
||||
|
||||
Name: %{pypi_name}
|
||||
Version: 0.5.0
|
||||
Release: 6%{?dist}
|
||||
Summary: URL bruteforcer to locate files or directories
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/cytopia/urlbuster
|
||||
Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
|
||||
Requires: python3-%{pypi_name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
Powerful web directory fuzzer to locate existing and/or hidden files or
|
||||
directories.
|
||||
|
||||
%package -n python3-%{pypi_name}
|
||||
Summary: %{summary}
|
||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||
|
||||
%description -n python3-%{pypi_name}
|
||||
Powerful web directory fuzzer to locate existing and/or hidden files or
|
||||
directories.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{pypi_name}-%{version}
|
||||
rm -rf %{pypi_name}.egg-info
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
%files
|
||||
%{_bindir}/%{pypi_name}
|
||||
%{_datadir}/%{pypi_name}/
|
||||
|
||||
%files -n python3-%{pypi_name}
|
||||
%doc README.md examples/
|
||||
%license LICENSE.txt
|
||||
%{_bindir}/urlbuster
|
||||
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
||||
|
||||
%changelog
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.5.0-4
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sun Aug 09 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.5.0-2
|
||||
- Add examples (rhbz#1856864)
|
||||
|
||||
* Tue Jul 14 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.5.0-1
|
||||
- Initial package for Fedora
|
||||
Loading…
Add table
Add a link
Reference in a new issue