207 lines
7.0 KiB
RPMSpec
207 lines
7.0 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
Name: kldap
|
|
Version: 18.08.2
|
|
Release: 1mamba
|
|
Summary: KDE Frameworks 5 LDAP library
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://www.kde.org
|
|
Source: http://download.kde.org/stable/applications/%{version}/src/kldap-%{version}.tar.xz
|
|
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libkcompletion-devel
|
|
BuildRequires: libki18n-devel
|
|
BuildRequires: libkwidgetsaddons-devel
|
|
BuildRequires: libopenldap-devel
|
|
BuildRequires: libqt5-devel
|
|
BuildRequires: libsasl2-devel
|
|
BuildRequires: libstdc++6-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: cmake
|
|
BuildRequires: rpm-macros-kde5
|
|
BuildRequires: extra-cmake-modules
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
KDE Frameworks 5 LDAP library.
|
|
|
|
%package -n lib%{name}
|
|
Group: System/Libraries
|
|
Summary: KDE Frameworks 5 LDAP library
|
|
|
|
%description -n lib%{name}
|
|
KDE Frameworks 5 LDAP library.
|
|
|
|
%package -n lib%{name}-devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description -n lib%{name}-devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake_kde5 -d build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall -C build
|
|
|
|
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -n lib%{name}
|
|
/sbin/ldconfig
|
|
exit 0
|
|
|
|
%postun -n lib%{name}
|
|
/sbin/ldconfig
|
|
exit 0
|
|
|
|
%files -n lib%{name} -f %{name}5_qt.lang
|
|
%defattr(-,root,root)
|
|
%{_sysconfdir}/xdg/kldap.*categories
|
|
%{_libdir}/qt5/plugins/kf5/kio/ldap.so
|
|
%{_datadir}/kservices5/ldap.protocol
|
|
%{_datadir}/kservices5/ldaps.protocol
|
|
%{_kde5_libdir}/libKF5Ldap.so.*
|
|
%dir %{_datadir}/doc/HTML/en/kioslave5/ldap
|
|
%{_datadir}/doc/HTML/en/kioslave5/ldap/*
|
|
%lang(ca) %{_datadir}/doc/HTML/ca/kioslave5/ldap
|
|
%lang(de) %{_datadir}/doc/HTML/de/kioslave5/ldap
|
|
%lang(es) %{_datadir}/doc/HTML/es/kioslave5/ldap
|
|
%lang(et) %{_datadir}/doc/HTML/et/kioslave5/ldap
|
|
%lang(it) %{_datadir}/doc/HTML/it/kioslave5/ldap
|
|
%lang(nl) %{_datadir}/doc/HTML/nl/kioslave5/ldap
|
|
%lang(pt) %{_datadir}/doc/HTML/pt/kioslave5/ldap
|
|
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/kioslave5/ldap
|
|
%lang(ru) %{_datadir}/doc/HTML/ru/kioslave5/ldap
|
|
%lang(sr) %{_datadir}/doc/HTML/sr/kioslave5/ldap
|
|
%lang(sv) %{_datadir}/doc/HTML/sv/kioslave5/ldap
|
|
%lang(uk) %{_datadir}/doc/HTML/uk/kioslave5/ldap
|
|
%doc COPYING.LIB
|
|
|
|
%files -n lib%{name}-devel
|
|
%defattr(-,root,root)
|
|
%dir %{_kde5_includedir}/KLDAP
|
|
%dir %{_kde5_includedir}/KLDAP/KLDAP
|
|
%{_kde5_includedir}/KLDAP/KLDAP/*
|
|
%dir %{_kde5_includedir}/KLDAP/kldap
|
|
%{_kde5_includedir}/KLDAP/kldap/*
|
|
%{_kde5_includedir}/kldap_version.h
|
|
%dir %{_kde5_libdir}/cmake/KF5Ldap
|
|
#%{_kde5_libdir}/cmake/KF5Ldap/FindLdap.cmake
|
|
#%{_kde5_libdir}/cmake/KF5Ldap/FindSasl2.cmake
|
|
%{_kde5_libdir}/cmake/KF5Ldap/KF5Ldap*.cmake
|
|
%{_kde5_libdir}/libKF5Ldap.so
|
|
%{_libdir}/qt5/mkspecs/modules/qt_Ldap.pri
|
|
|
|
%changelog
|
|
* Thu Oct 11 2018 Automatic Build System <autodist@mambasoft.it> 18.08.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Sep 06 2018 Automatic Build System <autodist@mambasoft.it> 18.08.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Aug 19 2018 Automatic Build System <autodist@mambasoft.it> 18.08.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jul 13 2018 Automatic Build System <autodist@mambasoft.it> 18.04.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jun 08 2018 Automatic Build System <autodist@mambasoft.it> 18.04.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu May 10 2018 Automatic Build System <autodist@mambasoft.it> 18.04.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue May 01 2018 Automatic Build System <autodist@mambasoft.it> 18.04.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 08 2018 Automatic Build System <autodist@mambasoft.it> 17.12.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Feb 09 2018 Automatic Build System <autodist@mambasoft.it> 17.12.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jan 11 2018 Automatic Build System <autodist@mambasoft.it> 17.12.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 21 2017 Automatic Build System <autodist@mambasoft.it> 17.12.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Nov 10 2017 Automatic Build System <autodist@mambasoft.it> 17.08.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 12 2017 Automatic Build System <autodist@mambasoft.it> 17.08.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Sep 08 2017 Automatic Build System <autodist@mambasoft.it> 17.08.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 25 2017 Automatic Build System <autodist@mambasoft.it> 17.08.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Aug 06 2017 Automatic Build System <autodist@mambasoft.it> 17.04.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 12 2017 Automatic Build System <autodist@mambasoft.it> 16.12.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Feb 10 2017 Automatic Build System <autodist@mambasoft.it> 16.12.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jan 17 2017 Automatic Build System <autodist@mambasoft.it> 16.12.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Dec 24 2016 Automatic Build System <autodist@mambasoft.it> 16.12.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Nov 11 2016 Automatic Build System <autodist@mambasoft.it> 16.08.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 14 2016 Automatic Build System <autodist@mambasoft.it> 16.08.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Sep 09 2016 Automatic Build System <autodist@mambasoft.it> 16.08.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Aug 29 2016 Automatic Build System <autodist@mambasoft.it> 16.08.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jul 13 2016 Automatic Build System <autodist@mambasoft.it> 16.04.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 15 2016 Automatic Build System <autodist@mambasoft.it> 16.04.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed May 11 2016 Automatic Build System <autodist@mambasoft.it> 16.04.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Apr 23 2016 Automatic Build System <autodist@mambasoft.it> 16.04.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 16 2016 Automatic Build System <autodist@mambasoft.it> 15.12.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Feb 16 2016 Automatic Build System <autodist@mambasoft.it> 15.12.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 06 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 15.12.1-1mamba
|
|
- package created using the webbuild interface
|