automatic version update by autodist [release 21.08.0-1mamba;Mon Aug 16 2021]
This commit is contained in:
parent
2361399330
commit
748a11faca
18
kldap.spec
18
kldap.spec
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: kldap
|
||||
Version: 21.04.3
|
||||
Version: 21.08.0
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 5 LDAP library
|
||||
Group: System/Libraries
|
||||
@ -10,7 +10,6 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org/
|
||||
Source: http://download.kde.org/stable/release-service/%{version}/src/kldap-%{version}.tar.xz
|
||||
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -68,19 +67,15 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name}
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%postun -n lib%{name}
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -n lib%{name} -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/qt5/plugins/kf5/kio/ldap.so
|
||||
%{_datadir}/kservices5/ldap.protocol
|
||||
%{_datadir}/kservices5/ldaps.protocol
|
||||
#%{_datadir}/kservices5/ldap.protocol
|
||||
#%{_datadir}/kservices5/ldaps.protocol
|
||||
%{_kde5_libdir}/libKF5Ldap.so.*
|
||||
%{_datadir}/qlogging-categories5/kldap.categories
|
||||
%{_datadir}/qlogging-categories5/kldap.renamecategories
|
||||
@ -102,6 +97,9 @@ exit 0
|
||||
%{_libdir}/qt5/mkspecs/modules/qt_Ldap.pri
|
||||
|
||||
%changelog
|
||||
* Mon Aug 16 2021 Automatic Build System <autodist@mambasoft.it> 21.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 08 2021 Automatic Build System <autodist@mambasoft.it> 21.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user