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