Skip to content

Commit

Permalink
maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed May 9, 2024
1 parent 8393ee4 commit df7ae4d
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions dist/sherlock.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
Name: python-sherlock
Summary: Social media username hunter
Version: 0.1.2
Release: 1%{?dist}
License: MIT
URL: https://github.com/ppfeister/sherlock
Source: ${url}/archive/v%{version}/sherlock-%{version}.tar.gz

BuildArch: noarch
BuildRequires: python3-devel

%global _description %{expand:
Social media account username search}

%description %_description

%package -n python3-sherlock
Summary: %{summary}

%description -n python3-sherlock %_description

%generate_buildrequires
%pyproject_buildrequires

%build
%pyproject_wheel

%install
%pyproject_install
%pyproject_save_files -l sherlock

%files -n python3-sherlock -f %{pyproject_files}
%doc README.md

%changelog
* Tue May 31 2016 Paul Pfeister <[email protected]>
- Send help

0 comments on commit df7ae4d

Please sign in to comment.