SHA256
1
0
forked from pool/Botan
Dirk Mueller 2011-06-23 13:42:03 +00:00 committed by Git OBS Bridge
parent 7a20d1e80a
commit 0300c000ff
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 23 14:43:48 CEST 2011 - dmueller@suse.de
- rename the devel package back to libbotan-devel as the main
package allows to build only one -devel package
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 22 16:10:32 CEST 2011 - pth@suse.de Wed Jun 22 16:10:32 CEST 2011 - pth@suse.de

View File

@ -73,19 +73,18 @@ Authors:
-------- --------
Jack Lloyd <lloyd@randombit.net> Jack Lloyd <lloyd@randombit.net>
%package %{short_version}-devel %package -n libbotan-devel
License: BSD3c License: BSD3c
Summary: Development files for Botan Summary: Development files for Botan
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: gmp-devel libbz2-devel Requires: gmp-devel libbz2-devel
Provides: Botan-devel = %{version}, libbotan-devel = %{version} Provides: Botan-devel = %{version}
Obsoletes: Botan-devel < %{version}, libbotan-devel < %{version} Obsoletes: Botan-devel < %{version}
Requires: libbotan-%{version_suffix} = %{version} Requires: libbotan-%{version_suffix} = %{version}
%define botan_docdir %{_datadir}/doc/packages/%{name}-%{version} %define botan_docdir %{_datadir}/doc/packages/%{name}-%{version}
%description %{short_version}-devel %description -n libbotan-devel
This package contains the header files and libraries needed to develop This package contains the header files and libraries needed to develop
programs that use the Botan library. programs that use the Botan library.
@ -133,7 +132,7 @@ rm -f %{buildroot}/%{_libdir}/libbotan*.a
%{botan_docdir}/* %{botan_docdir}/*
%{_libdir}/libbotan-%{short_version}.so.* %{_libdir}/libbotan-%{short_version}.so.*
%files %{short_version}-devel %files -n libbotan-devel
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libbotan-%{short_version}.so %{_libdir}/libbotan-%{short_version}.so
%{_libdir}/pkgconfig/botan-%{short_version}.pc %{_libdir}/pkgconfig/botan-%{short_version}.pc