Update to 1.2.2

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2016-12-04 12:13:20 +01:00
parent 3fe3ff1e0a
commit de4750de62
3 changed files with 14 additions and 8 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/pkgconfig-1.1.0.tar.gz /pkgconfig-1.1.0.tar.gz
/pkgconfig-1.2.2.tar.gz

View File

@ -2,13 +2,13 @@
%global _docdir_fmt %{name} %global _docdir_fmt %{name}
Name: python-%{srcname} Name: python-%{srcname}
Version: 1.1.0 Version: 1.2.2
Release: 7%{?dist} Release: 1%{?dist}
Summary: A Python interface to the pkg-config command line tool Summary: A Python interface to the pkg-config command line tool
License: MIT License: MIT
URL: https://github.com/matze/%{srcname} URL: https://github.com/matze/pkgconfig
Source0: https://github.com/matze/%{srcname}/archive/v%{version}.tar.gz#/%{srcname}-%{version}.tar.gz Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -29,7 +29,7 @@ If pkg-config is not on the path, raises EnvironmentError.
Summary: A Python2 interface to the pkg-config ocmmand line tool Summary: A Python2 interface to the pkg-config ocmmand line tool
%{?python_provide:%python_provide python2-%{srcname}} %{?python_provide:%python_provide python2-%{srcname}}
BuildRequires: python2-devel BuildRequires: python2-devel
%if 0%{?rhel} <= 7 %if 0%{?rhel} && 0%{?rhel} <= 7
BuildRequires: python-setuptools BuildRequires: python-setuptools
# For tests # For tests
BuildRequires: python-nose BuildRequires: python-nose
@ -97,14 +97,19 @@ find -type f -name '*.py' -exec sed -i -e '1{\@^#!/usr/bin/env python@d}' {} ';'
%files -n python2-%{srcname} %files -n python2-%{srcname}
%license LICENSE %license LICENSE
%doc README.rst %doc README.rst
%{python2_sitelib}/%{srcname}* %{python2_sitelib}/%{srcname}-*.egg-info/
%{python2_sitelib}/%{srcname}/
%files -n python%{python3_pkgversion}-%{srcname} %files -n python%{python3_pkgversion}-%{srcname}
%license LICENSE %license LICENSE
%doc README.rst %doc README.rst
%{python3_sitelib}/%{srcname}* %{python3_sitelib}/%{srcname}-*.egg-info/
%{python3_sitelib}/%{srcname}/
%changelog %changelog
* Sun Dec 04 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.2.2-1
- Update to 1.2.2
* Wed Oct 12 2016 Orion Poplawski <orion@cora.nwra.com> - 1.1.0-7 * Wed Oct 12 2016 Orion Poplawski <orion@cora.nwra.com> - 1.1.0-7
- Fix build for EPEL - Fix build for EPEL

View File

@ -1 +1 @@
4eaacf9931965852f9a16a3e0cb12407 pkgconfig-1.1.0.tar.gz 7d724d6b5653f9caef2cb785ee16ff85 pkgconfig-1.2.2.tar.gz