Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
fix: update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
madebyjake committed Dec 20, 2024
1 parent dcbc86a commit 7313989
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions md5sift.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ URL: https://github.com/madebyjake/md5sift
Source0: %{name}-%{version}.tar.gz

BuildArch: noarch
BuildRequires: python3-dev
Requires: python3

%description
md5sift generates MD5 checksum reports for files within a local directory or network share. It supports filtering files by extension or from a provided list of file names and outputs the results into a CSV report.
md5sift generates MD5 checksum reports for files within a local directory or network share.
It supports filtering files by extension or from a provided list of file names and outputs
the results into a CSV report.

%prep
%setup -q
Expand All @@ -27,4 +28,4 @@ make install DESTDIR=%{buildroot}
%files
%license LICENSE
%doc README.md
%{_bindir}/md5sift
%{_bindir}/md5sift

0 comments on commit 7313989

Please # to comment.