Update to 0.21.1
While I'm at it, use %license.
This commit is contained in:
parent
a8a0b3f20d
commit
d7cd117083
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/pygit2-0.20.2.tar.gz
|
/pygit2-0.20.2.tar.gz
|
||||||
/pygit2-0.20.3.tar.gz
|
/pygit2-0.20.3.tar.gz
|
||||||
/pygit2-0.21.0.tar.gz
|
/pygit2-0.21.0.tar.gz
|
||||||
|
/pygit2-0.21.1.tar.gz
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-%{pkgname}
|
Name: python-%{pkgname}
|
||||||
Version: 0.21.0
|
Version: 0.21.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python 2.x bindings for libgit2
|
Summary: Python 2.x bindings for libgit2
|
||||||
URL: http://www.pygit2.org
|
URL: http://www.pygit2.org
|
||||||
@ -81,23 +81,30 @@ pushd %{py3dir}
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING README.rst TODO.txt
|
%doc README.rst TODO.txt
|
||||||
|
%license COPYING
|
||||||
%{python2_sitearch}/%{pkgname}-%{version}-py%{python2_version}.egg-info
|
%{python2_sitearch}/%{pkgname}-%{version}-py%{python2_version}.egg-info
|
||||||
%{python2_sitearch}/%{pkgname}
|
%{python2_sitearch}/%{pkgname}
|
||||||
%{python2_sitearch}/_%{pkgname}.so
|
%{python2_sitearch}/_%{pkgname}.so
|
||||||
%{python2_sitearch}/_cffi__x9d80345cx7034714f.so
|
%{python2_sitearch}/_cffi__*.so
|
||||||
|
|
||||||
%files -n python3-%{pkgname}
|
%files -n python3-%{pkgname}
|
||||||
%doc COPYING README.rst TODO.txt
|
%doc README.rst TODO.txt
|
||||||
|
%license COPYING
|
||||||
%{python3_sitearch}/%{pkgname}-%{version}-py%{python3_version}.egg-info
|
%{python3_sitearch}/%{pkgname}-%{version}-py%{python3_version}.egg-info
|
||||||
%{python3_sitearch}/%{pkgname}
|
%{python3_sitearch}/%{pkgname}
|
||||||
%{python3_sitearch}/_%{pkgname}.*.so
|
%{python3_sitearch}/_%{pkgname}.*.so
|
||||||
%{python3_sitearch}/_cffi__x7a58d3ffx7034714f.cpython-34m.so
|
%{python3_sitearch}/_cffi__*.cpython-34m.so
|
||||||
|
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%doc docs/_build/html/*
|
%doc docs/_build/html/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 29 2014 Mathieu Bridon <bochecha@fedoraproject.org> - 0.21.1-1
|
||||||
|
- Update to 0.21.1
|
||||||
|
|
||||||
* Sun Jun 29 2014 Mathieu Bridon <bochecha@fedoraproject.org> - 0.21.0-1
|
* Sun Jun 29 2014 Mathieu Bridon <bochecha@fedoraproject.org> - 0.21.0-1
|
||||||
- Update to 0.21.0
|
- Update to 0.21.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user