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