automatic version update by autodist [release 17.08.0-1mamba;Sat Aug 26 2017]

This commit is contained in:
Automatic Build System 2024-01-05 18:24:01 +01:00
parent 78ac0a3575
commit 2b639f450a

View File

@ -1,5 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: telepathy-logger-qt
Version: 0.8.0
Version: 17.08.0
Release: 1mamba
Summary: Qt bindings for telepathy logger
Group: Development/Bindings
@ -7,7 +8,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: http://www.kde.org
Source: http://ftp.kde.org/stable/telepathy-logger-qt/%{version}/src/telepathy-logger-qt-%{version}.tar.bz2
Source: http://download.kde.org/stable/telepathy-logger-qt/%{majver}/src/telepathy-logger-qt-%{version}.tar.xz
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -37,18 +38,46 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
This package contains libraries and header files for developing applications that use %{name}.
%package -n libtelepathy-logger-qt5
Summary: Qt5 bindings for telepathy logger
%description -n libtelepathy-logger-qt5
Qt5 bindings for telepathy logger.
%package -n libtelepathy-logger-qt5-devel
Group: Development/Libraries
Summary: Development files for %{name}
Requires: libtelepathy-logger-qt5 = %{?epoch:%epoch:}%{version}-%{release}
Requires: pkg-config
%description -n libtelepathy-logger-qt5-devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q
%build
%cmake_kde5 -d build-qt5 \
-DDESIRED_QT_VERSION=5 \
-DDISABLE_WERROR=1 \
%ifarch x86_64
-DLIB_SUFFIX=64
%endif
%make
cd ..
%cmake -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%makeinstall -C build-qt5
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -63,21 +92,24 @@ exit 0
%files
%defattr(-,root,root)
%{_libdir}/libtelepathy-logger-qt4.so.*
%{_libdir}/libtelepathy-logger-qt.so.*
%doc AUTHORS COPYING
%files devel
%defattr(-,root,root)
%{_includedir}/telepathy-logger-0.2/TelepathyLoggerQt4
%{_libdir}/libtelepathy-logger-qt4.so
%dir %{_libdir}/cmake/TelepathyLoggerQt4
%{_libdir}/cmake/TelepathyLoggerQt4/TelepathyLoggerQt4Config.cmake
%{_libdir}/cmake/TelepathyLoggerQt4/TelepathyLoggerQt4ConfigVersion.cmake
%{_libdir}/cmake/TelepathyLoggerQt4/TelepathyLoggerQt4Targets-relwithdebinfo.cmake
%{_libdir}/cmake/TelepathyLoggerQt4/TelepathyLoggerQt4Targets.cmake
%{_libdir}/pkgconfig/TelepathyLoggerQt4.pc
%{_includedir}/TelepathyLoggerQt
%{_libdir}/libtelepathy-logger-qt.so
%dir %{_libdir}/cmake/TelepathyLoggerQt
%dir %{_libdir}/cmake/TelepathyLoggerQt
%{_libdir}/cmake/TelepathyLoggerQt/TelepathyLoggerQt*.cmake
%changelog
* Sat Aug 26 2017 Automatic Build System <autodist@mambasoft.it> 17.08.0-1mamba
- automatic version update by autodist
* Mon Apr 20 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 15.04.0-1mamba
- update to 15.04.0
* Tue Oct 28 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.0-1mamba
- update to 0.8.0