file 5.46
This commit is contained in:
commit
4e82cc371b
1 changed files with 41 additions and 0 deletions
41
file.spec
Normal file
41
file.spec
Normal file
|
|
@ -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 <tochansky@tochlab.ru>
|
||||
-
|
||||
Loading…
Add table
Add a link
Reference in a new issue