From 49e022358c0f9c336c2fd3365655da3d0371f292 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Fri, 26 Jul 2013 12:13:41 +0200 Subject: [PATCH] Rename the subpackage for the Python binding. --- botan.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/botan.spec b/botan.spec index babc333..66f6fa0 100644 --- a/botan.spec +++ b/botan.spec @@ -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 - 1.10.5-2 +- Rename the subpackage for the Python binding. + * Fri Jul 26 2013 Thomas Moschny - 1.10.5-1 - Update to 1.10.5. - Modernize spec file.