automatic version update by autodist [release 5.25-1mamba;Thu Sep 17 2015]
This commit is contained in:
parent
d9f2a10a20
commit
067d6678bf
13
file.spec
13
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 <autodist@mambasoft.it> 5.25-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 10 2015 Automatic Build System <autodist@mambasoft.it> 5.24-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user