Rename libtalloc2 to talloc.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=2
This commit is contained in:
parent
99cf793730
commit
3b491bd0a6
@ -46,13 +46,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
This package includes the talloc2 library.
|
This package includes the talloc2 library.
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package -n libtalloc-devel
|
||||||
License: LGPL-3.0+
|
License: LGPL-3.0+
|
||||||
Summary: Libraries and Header Files to Develop Programs with talloc2 Support
|
Summary: Libraries and Header Files to Develop Programs with talloc2 Support
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libtalloc2 = %{version}
|
Requires: libtalloc2 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description -n libtalloc-devel
|
||||||
Libraries and Header Files to Develop Programs with talloc2 Support
|
Libraries and Header Files to Develop Programs with talloc2 Support
|
||||||
|
|
||||||
|
|
||||||
@ -116,7 +116,7 @@ DESTDIR=${RPM_BUILD_ROOT} make install
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libtalloc.so.*
|
%{_libdir}/libtalloc.so.*
|
||||||
|
|
||||||
%files devel
|
%files -n libtalloc-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/talloc.h
|
%{_includedir}/talloc.h
|
||||||
%{_libdir}/libtalloc.so
|
%{_libdir}/libtalloc.so
|
Loading…
x
Reference in New Issue
Block a user