automatic version update by autodist [release 5.25-1mamba;Thu Sep 17 2015]

This commit is contained in:
Automatic Build System 2024-01-05 22:17:22 +01:00
parent d9f2a10a20
commit 067d6678bf

View File

@ -1,6 +1,6 @@
%define pymagic_version 0.1 %define pymagic_version 0.1
Name: file Name: file
Version: 5.24 Version: 5.25
Release: 1mamba Release: 1mamba
Summary: An utility for determining file types Summary: An utility for determining file types
Group: Applications/File Group: Applications/File
@ -21,11 +21,11 @@ Patch7: file-5.04-zmachine-magic-update.patch
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
%if "%{stage1}" != "1" %if "%{stage1}" != "1"
BuildRequires: libpython-devel BuildRequires: libpython-devel
%endif %endif
BuildRequires: libz-devel
## AUTOBUILDREQ-END
Requires: libmagic = %{?epoch:%epoch:}%{version}-%{release} Requires: libmagic = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -154,12 +154,15 @@ cd python
%if "%{stage1}" != "1" %if "%{stage1}" != "1"
%files -n python-magic %files -n python-magic
%defattr(-,root,root) %defattr(-,root,root)
%{python_sitearch}/Magic_file_extensions-*-py%{python_version}.egg-info %{python_sitelib}/Magic_file_extensions-*-py%{python_version}.egg-info
%{python_sitearch}/magic.py* %{python_sitelib}/magic.py*
%doc python/README COPYING python/example.py %doc python/README COPYING python/example.py
%endif %endif
%changelog %changelog
* Thu Sep 17 2015 Automatic Build System <autodist@mambasoft.it> 5.25-1mamba
- automatic version update by autodist
* Fri Jul 10 2015 Automatic Build System <autodist@mambasoft.it> 5.24-1mamba * Fri Jul 10 2015 Automatic Build System <autodist@mambasoft.it> 5.24-1mamba
- automatic version update by autodist - automatic version update by autodist