[botan] Rename the subpackage for the Python binding.

Thomas Moschny thm at fedoraproject.org
Fri Jul 26 10:13:58 UTC 2013


commit 49e022358c0f9c336c2fd3365655da3d0371f292
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Fri Jul 26 12:13:41 2013 +0200

    Rename the subpackage for the Python binding.

 botan.spec |   11 +++++++----
 1 files 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 <thomas.moschny at gmx.de> - 1.10.5-2
+- Rename the subpackage for the Python binding.
+
 * Fri Jul 26 2013 Thomas Moschny <thomas.moschny at gmx.de> - 1.10.5-1
 - Update to 1.10.5.
 - Modernize spec file.


More information about the scm-commits mailing list