Update to 1.3.1
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
9f863c9583
commit
30b00e37a8
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/pkgconfig-1.1.0.tar.gz
|
||||
/pkgconfig-1.2.2.tar.gz
|
||||
/pkgconfig-1.3.1.tar.gz
|
||||
|
@ -1,9 +1,8 @@
|
||||
%global srcname pkgconfig
|
||||
%global _docdir_fmt %{name}
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.2.2
|
||||
Release: 5%{?dist}
|
||||
Version: 1.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A Python interface to the pkg-config command line tool
|
||||
|
||||
License: MIT
|
||||
@ -38,6 +37,7 @@ BuildRequires: python2-setuptools
|
||||
# For tests
|
||||
BuildRequires: python2-nose
|
||||
%endif
|
||||
Requires: %{_bindir}/pkg-config
|
||||
|
||||
%description -n python2-%{srcname}
|
||||
pkgconfig is a Python module to interface with the pkg-config command line
|
||||
@ -61,6 +61,7 @@ BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||
# For tests
|
||||
BuildRequires: python%{python3_pkgversion}-nose
|
||||
Requires: %{_bindir}/pkg-config
|
||||
|
||||
%description -n python%{python3_pkgversion}-%{srcname}
|
||||
pkgconfig is a Python module to interface with the pkg-config command line
|
||||
@ -79,8 +80,6 @@ Python 3 version.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{srcname}-%{version}
|
||||
# Strip shebang
|
||||
find -type f -name '*.py' -exec sed -i -e '1{\@^#!/usr/bin/env python@d}' {} ';'
|
||||
|
||||
%build
|
||||
%py2_build
|
||||
@ -107,6 +106,9 @@ find -type f -name '*.py' -exec sed -i -e '1{\@^#!/usr/bin/env python@d}' {} ';'
|
||||
%{python3_sitelib}/%{srcname}/
|
||||
|
||||
%changelog
|
||||
* Sun Feb 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.1-1
|
||||
- Update to 1.3.1
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user