From 067d6678bf6eb2a0796603f7a7727afd8349d489 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 22:17:22 +0100 Subject: [PATCH] automatic version update by autodist [release 5.25-1mamba;Thu Sep 17 2015] --- file.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/file.spec b/file.spec index cdf76ea..ed1094c 100644 --- a/file.spec +++ b/file.spec @@ -1,6 +1,6 @@ %define pymagic_version 0.1 Name: file -Version: 5.24 +Version: 5.25 Release: 1mamba Summary: An utility for determining file types Group: Applications/File @@ -21,11 +21,11 @@ Patch7: file-5.04-zmachine-magic-update.patch License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libz-devel -## AUTOBUILDREQ-END %if "%{stage1}" != "1" BuildRequires: libpython-devel %endif +BuildRequires: libz-devel +## AUTOBUILDREQ-END Requires: libmagic = %{?epoch:%epoch:}%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -154,12 +154,15 @@ cd python %if "%{stage1}" != "1" %files -n python-magic %defattr(-,root,root) -%{python_sitearch}/Magic_file_extensions-*-py%{python_version}.egg-info -%{python_sitearch}/magic.py* +%{python_sitelib}/Magic_file_extensions-*-py%{python_version}.egg-info +%{python_sitelib}/magic.py* %doc python/README COPYING python/example.py %endif %changelog +* Thu Sep 17 2015 Automatic Build System 5.25-1mamba +- automatic version update by autodist + * Fri Jul 10 2015 Automatic Build System 5.24-1mamba - automatic version update by autodist