89 lines
2.3 KiB
RPMSpec
89 lines
2.3 KiB
RPMSpec
Name: telepathy-logger-qt
|
|
Version: 0.8.0
|
|
Release: 1mamba
|
|
Summary: Qt bindings for telepathy logger
|
|
Group: Development/Bindings
|
|
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
|
|
License: LGPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libqt-gstreamer-devel
|
|
BuildRequires: libqt4-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: telepathy-glib-devel
|
|
BuildRequires: telepathy-logger-devel
|
|
BuildRequires: telepathy-qt-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: automoc4
|
|
BuildRequires: cmake
|
|
BuildRequires: bison
|
|
BuildRequires: flex
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
Qt bindings for telepathy logger.
|
|
|
|
%package devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake -d build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall -C build
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post
|
|
/sbin/ldconfig
|
|
exit 0
|
|
|
|
%postun
|
|
/sbin/ldconfig
|
|
exit 0
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libtelepathy-logger-qt4.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
|
|
|
|
%changelog
|
|
* Tue Oct 28 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.0-1mamba
|
|
- update to 0.8.0
|
|
|
|
* Sun Oct 07 2012 Davide Madrisan <davide.madrisan@gmail.com> 0.5.1-1mamba
|
|
- update to 0.5.1
|
|
|
|
* Wed Aug 29 2012 Davide Madrisan <davide.madrisan@gmail.com> 0.5.0-1mamba
|
|
- package created by autospec
|