41 lines
563 B
RPMSpec
41 lines
563 B
RPMSpec
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 <tochansky@tochlab.ru>
|
|
-
|