automatic version update by autodist [release 0.9.7-1mamba;Wed Mar 06 2019]
This commit is contained in:
parent
fbafd6eef2
commit
e80bff0aa0
@ -1,5 +1,5 @@
|
||||
Name: telepathy-qt
|
||||
Version: 0.9.6.1
|
||||
Version: 0.9.7
|
||||
Release: 1mamba
|
||||
Summary: A library for Qt-based Telepathy clients
|
||||
Group: Graphical Desktop/Libraries/QT
|
||||
@ -98,14 +98,15 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%make
|
||||
|
||||
cd ..
|
||||
%cmake -d build \
|
||||
-DDISABLE_WERROR=1
|
||||
%make
|
||||
#cd ..
|
||||
#% cmake -d build \
|
||||
# -DDESIRED_QT_VERSION=4 \
|
||||
# -DDISABLE_WERROR=1
|
||||
#% make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
#% makeinstall -C build
|
||||
%makeinstall -C build-qt5
|
||||
|
||||
%clean
|
||||
@ -124,33 +125,34 @@ cd ..
|
||||
%postun -n libtelepathy-qt5-farstream -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libtelepathy-qt4.so.*
|
||||
%doc AUTHORS COPYING
|
||||
#%defattr(-,root,root)
|
||||
#%{_libdir}/libtelepathy-qt4.so.*
|
||||
#%doc AUTHORS COPYING
|
||||
|
||||
%files farstream
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libtelepathy-qt4-farstream.so.*
|
||||
#%files farstream
|
||||
#%defattr(-,root,root)
|
||||
#%{_libdir}/libtelepathy-qt4-farstream.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/telepathy-qt4
|
||||
%dir %{_includedir}/telepathy-qt4/TelepathyQt/
|
||||
%{_includedir}/telepathy-qt4/TelepathyQt/
|
||||
%{_libdir}/libtelepathy-qt4.so
|
||||
%{_libdir}/libtelepathy-qt4-farstream.so
|
||||
%{_libdir}/libtelepathy-qt4-service.a
|
||||
%dir %{_libdir}/cmake/TelepathyQt4
|
||||
%{_libdir}/cmake/TelepathyQt4/*.cmake
|
||||
%dir %{_libdir}/cmake/TelepathyQt4Farstream
|
||||
%{_libdir}/cmake/TelepathyQt4Farstream/*.cmake
|
||||
%dir %{_libdir}/cmake/TelepathyQt4Service
|
||||
%{_libdir}/cmake/TelepathyQt4Service/*.cmake
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
#%files devel
|
||||
#%defattr(-,root,root)
|
||||
#%dir %{_includedir}/telepathy-qt4
|
||||
#%dir %{_includedir}/telepathy-qt4/TelepathyQt/
|
||||
#%{_includedir}/telepathy-qt4/TelepathyQt/
|
||||
#%{_libdir}/libtelepathy-qt4.so
|
||||
#%{_libdir}/libtelepathy-qt4-farstream.so
|
||||
#%{_libdir}/libtelepathy-qt4-service.a
|
||||
#%dir %{_libdir}/cmake/TelepathyQt4
|
||||
#%{_libdir}/cmake/TelepathyQt4/*.cmake
|
||||
#%dir %{_libdir}/cmake/TelepathyQt4Farstream
|
||||
#%{_libdir}/cmake/TelepathyQt4Farstream/*.cmake
|
||||
#%dir %{_libdir}/cmake/TelepathyQt4Service
|
||||
#%{_libdir}/cmake/TelepathyQt4Service/*.cmake
|
||||
#%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%files -n libtelepathy-qt5
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libtelepathy-qt5.so.*
|
||||
%{_libdir}/libtelepathy-qt5-service.so.*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n libtelepathy-qt5-farstream
|
||||
@ -164,15 +166,19 @@ cd ..
|
||||
%{_includedir}/telepathy-qt5/TelepathyQt/
|
||||
%{_libdir}/libtelepathy-qt5.so
|
||||
%{_libdir}/libtelepathy-qt5-farstream.so
|
||||
%{_libdir}/libtelepathy-qt5-service.a
|
||||
%{_libdir}/libtelepathy-qt5-service.so
|
||||
%dir %{_libdir}/cmake/TelepathyQt5
|
||||
%{_libdir}/cmake/TelepathyQt5/*.cmake
|
||||
%dir %{_libdir}/cmake/TelepathyQt5Farstream
|
||||
%{_libdir}/cmake/TelepathyQt5Farstream/*.cmake
|
||||
%dir %{_libdir}/cmake/TelepathyQt5Service
|
||||
%{_libdir}/cmake/TelepathyQt5Service/*.cmake
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Wed Mar 06 2019 Automatic Build System <autodist@mambasoft.it> 0.9.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 16 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.6.1-1mamba
|
||||
- update to 0.9.6.1
|
||||
- qt5 packages
|
||||
|
Loading…
Reference in New Issue
Block a user