summaryrefslogtreecommitdiff
path: root/packaging/python3-vcstool.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/python3-vcstool.spec')
-rw-r--r--packaging/python3-vcstool.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/python3-vcstool.spec b/packaging/python3-vcstool.spec
index e4ddb9b..028bf29 100644
--- a/packaging/python3-vcstool.spec
+++ b/packaging/python3-vcstool.spec
@@ -6,6 +6,7 @@ License: Apache-2.0
Group: Development/Languages/Python
Source: vcstool-%{version}.tar.gz
Source1001: %{name}.manifest
+Source1002: LICENSE
BuildRequires: pkgconfig(python3)
BuildRequires: python3-setuptools
@@ -20,16 +21,15 @@ invoke vcs commands on multiple repositories
%build
cp %{SOURCE1001} .
+cp %{SOURCE1002} .
%{_bindir}/python3 setup.py build
%install
%{_bindir}/python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
+%license LICENSE
%manifest %{name}.manifest
-# %license LICENSE
-# %{python3_sitelib}/_pytest/*.py
-
%{_bindir}/vcs
%{_bindir}/vcs-branch
%{_bindir}/vcs-bzr