forked from pool/Botan
merge
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=23
This commit is contained in:
parent
7a20d1e80a
commit
0300c000ff
@ -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
|
||||||
|
|
||||||
|
11
Botan.spec
11
Botan.spec
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user