From 8a1b15711ccda7afeb1d880d01b4043f45c9df4c Mon Sep 17 00:00:00 2001 From: Rusty Lynch Date: Wed, 20 Jun 2012 15:47:35 -0700 Subject: [PATCH] Adding Tizen packaging files --- packaging/libofono-qt.changes | 37 +++++++++++++++++++++++++++++ packaging/libofono-qt.spec | 55 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 packaging/libofono-qt.changes create mode 100644 packaging/libofono-qt.spec diff --git a/packaging/libofono-qt.changes b/packaging/libofono-qt.changes new file mode 100644 index 0000000..2ac01fa --- /dev/null +++ b/packaging/libofono-qt.changes @@ -0,0 +1,37 @@ +* Wed Jun 20 - Rusty Lynch - 1.5 +- Updating to version 1.5 + +* Tue Jun 12 - Rusty Lynch - 0.1.4 +- Removing add-backend-config-support.patch since it is no longer + needed with Qt5 + +* Wed May 30 - Prajwal Mohan - 0.1.4 +- Fixing missing patch + +* Wed May 30 03:17:39 UTC 2012 - Lin Yang - 0.1.4 +- Clean up spec file for packaging + +* Mon Mar 26 2012 Rusty Lynch - 0.1.4 +- Added add-backend-config-support.patch to allow building + the project for either wayland or xlib + +* Wed Jun 29 2011 Shane Bryan - 0.1.4 +- Update to oFono Qt 0.1.4 +- Add Missing multiparty bindings (BMC# 18436) + +* Thu Feb 24 2011 Fathi Boudra - 0.1.2 +- Update to oFono Qt 0.1.2 +- Add bindings to oFono VoiceCall and VoiceCallManager (BMC#12858) + +* Tue Dec 21 2010 Fathi Boudra - 0.1.1 +- Update to oFono Qt 0.1.1 (BMC#11664) + +* Wed Dec 08 2010 Fathi Boudra - 0.1.0 +- Update to oFono Qt 0.1.0 from MeeGo Cellular gitorious project +- Re-write packaging from scratch and update license + +* Fri Oct 08 2010 Kaitlin Rupert - 0.0.7 +- Fixing build issues against an qt-mobility 1.1.0 beta2 + +* Thu Aug 26 2010 Michael Leibowitz - 0.0.7 +- Initial public import (previously proprietary) diff --git a/packaging/libofono-qt.spec b/packaging/libofono-qt.spec new file mode 100644 index 0000000..b796e19 --- /dev/null +++ b/packaging/libofono-qt.spec @@ -0,0 +1,55 @@ +Name: libofono-qt +Summary: Qt bindings for oFono +Version: 1.5 +Release: 1 +Group: System/Libraries +License: LGPLv2.1 +Source0: %{name}-%{version}.tar.bz2 +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig +BuildRequires: pkgconfig(QtCore) +BuildRequires: pkgconfig(QtDBus) + +%description +This package contains the Qt bindings for a number of oFono cellular service +interfaces. + +%package devel +Summary: Development files for the oFono Qt bindings +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{version} + +%description devel +This package contains the development header files for the oFono Qt bindings. + +%prep +%setup -q -n %{name}-%{version} + +%build + +export QTDIR=/usr/share/qt5 + +qmake install_prefix=/usr +make %{?jobs:-j%jobs} + +%install +rm -rf %{buildroot} + +make INSTALL_ROOT=%{buildroot} install + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root,-) +%{_libdir}/*.so.* + +%files devel +%defattr(-,root,root,-) +%{_libdir}/*.prl +%{_libdir}/*.so +%{_libdir}/pkgconfig/*.pc +%{_includedir}/ofono-qt/*.h +%{_datadir}/qt4/mkspecs/features/*.prf -- 2.7.4