Skip to content

Commit

Permalink
Finalize spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed May 12, 2024
1 parent 1bfb8c1 commit 4b6e630
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions sherlock.spec → python-sherlock.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ Summary: Hunt down social media accounts by username across social networ

License: MIT
URL: http://sherlock-project.github.io/
BugURL: https://github.com/sherlock-project/sherlock/issues
Source0: https://github.com/sherlock-project/sherlock/archive/%{source_ref}.tar.gz
BuildArch: noarch

Vendor: Sherlock Project
Packager: Paul Pfeister (https://pfeister.dev)

BuildRequires: python3-devel
BuildRequires: python3dist(certifi) >= 2019.6.16
BuildRequires: python3dist(colorama) >= 0.4.1
Expand All @@ -27,8 +31,11 @@ BuildRequires: python3dist(setuptools)
BuildRequires: python3dist(stem) >= 1.8
BuildRequires: python3dist(torrequest) >= 0.1

%global _long_description Hunt down social media accounts by username across social networks


%description
Hunt down social media accounts by username across social networks
%{_long_description}

%package -n python3-%{friendly_name}
Summary: %{summary}
Expand All @@ -46,7 +53,7 @@ Requires: python3dist(setuptools)
Requires: python3dist(stem) >= 1.8
Requires: python3dist(torrequest) >= 0.1
%description -n python3-%{friendly_name}
Hunt down social media accounts by username across social networks
%{_long_description}


%prep
Expand Down

0 comments on commit 4b6e630

Please sign in to comment.