Rename the subpackage for the Python binding.

This commit is contained in:
Thomas Moschny 2013-07-26 12:13:41 +02:00
parent a180054edb
commit 49e022358c
1 changed files with 7 additions and 4 deletions

View File

@ -2,7 +2,7 @@
Name: botan
Version: %{major_version}.5
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Crypto library written in C++
Group: System Environment/Libraries
@ -62,11 +62,11 @@ BuildArch: noarch
This package contains HTML documentation for %{name}.
%package -n python-%{name}
%package python
Summary: Python bindings for %{name}
Group: System Environment/Libraries
%description -n python-%{name}
%description python
%{summary}
This package contains the Python binding for %{name}.
@ -149,7 +149,7 @@ rm -r _doc/manual/.doctrees
%doc doc/license.txt
%files -n python-%{name}
%files python
%doc doc/python-examples
%{python_sitearch}/%{name}
@ -165,6 +165,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
%changelog
* Fri Jul 26 2013 Thomas Moschny <thomas.moschny@gmx.de> - 1.10.5-2
- Rename the subpackage for the Python binding.
* Fri Jul 26 2013 Thomas Moschny <thomas.moschny@gmx.de> - 1.10.5-1
- Update to 1.10.5.
- Modernize spec file.