commit 4e82cc371b058af2f184bc1975467dc599ceeda4 Author: Dmitrii Tochanskii Date: Fri Aug 15 14:12:02 2025 +0000 file 5.46 diff --git a/file.spec b/file.spec new file mode 100644 index 0000000..2b4d6fd --- /dev/null +++ b/file.spec @@ -0,0 +1,41 @@ +Name: file +Version: 5.46 +Release: 1%{?dist} +Summary: File utility + +License: MIT +URL: https://astron.com/pub/file/ +Source0: https://astron.com/pub/file/file-%{version}.tar.gz + +BuildRequires: gcc +Requires: bash + +%description + + +%prep +%autosetup + + +%build +%configure +%make_build + + +%install +%make_install + + +%files +%{_bindir}/* +%{_libdir}/* +%{_datadir}/* +%{_includedir}/magic.h +#%license add-license-file-here +#%doc add-docs-here + + + +%changelog +* Fri Aug 15 2025 Dmitrii Tochanskii +-