Add name to source tarball/URL.
This commit is contained in:
parent
5fc86bf643
commit
6ef401e41e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/v2.0.1.tar.gz
|
/v2.0.1.tar.gz
|
||||||
|
/pybind11-2.2.1.tar.gz
|
||||||
|
@ -10,7 +10,7 @@ Release: 1%{?dist}
|
|||||||
Summary: Seamless operability between C++11 and Python
|
Summary: Seamless operability between C++11 and Python
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/pybind/pybind11
|
URL: https://github.com/pybind/pybind11
|
||||||
Source0: https://github.com/pybind/pybind11/archive/v%{version}.tar.gz
|
Source0: https://github.com/pybind/pybind11/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
# These are only needed for the checks
|
# These are only needed for the checks
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
@ -73,6 +73,7 @@ make -C python3 check %{?_smp_mflags}
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Dec 14 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.2.1-1
|
* Thu Dec 14 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.2.1-1
|
||||||
- Update to latest version
|
- Update to latest version
|
||||||
|
- Update Source URL to include project name.
|
||||||
|
|
||||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-7
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (v2.0.1.tar.gz) = c156d01321b79eaac7992f431b30a9f4fb06e92909bf02e76a45e2d9329e7949dad686ee42a49c293214aec2a79eb400fa3373d2ba4876271895822096b50ff4
|
SHA512 (pybind11-2.2.1.tar.gz) = 1bc0646862fabef1111c05403a7238965ce5661a6f53945a1b7c4faad33f039d2ea278de64190099a8ae4fd66487a070de59334a7f32e187060bbbc7e0c3060e
|
||||||
|
Loading…
Reference in New Issue
Block a user