I have made the following changes intended for : CE:UX:MTF / libiodata Please review and accept ASAP - BOSS has already processed this request and suggests ??? See the "Messages from BOSS" section below
https://build.pub.meego.com/request/show/2650 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 2650: Messages from BOSS: None State: new 2011-10-24T17:21:23 bossbot Reviews: from bossbot :BOSS suggests accepting this review. See email for more details. BOSS accepted this review because: Target repo CE_UX_MTF_armv7hl found. accepted on No date Changes: submit: Project:MTF / libiodata -> CE:UX:MTF / libiodata Index: libiodata.changes =================================================================== --- libiodata.changes (revision 0) +++ libiodata.changes (revision 2) @@ -0,0 +1,13 @@ +* Fri Mar 04 2011 Tapio Rantala <[email protected]> - 0.17-1 +- New upstream version (FEA#5513) + +* Fri Jan 21 2011 Tapio Rantala <[email protected]> - 0.0.16-1 +- New upstream version (BMC#10590) + +* Wed Nov 24 2010 Tapio Rantala <[email protected]> - 0.0.15-1 +- New upstream version (BMC#10590) +- Drop linklibs patch, not needed anymore +- Conforms to upstream version 0.0.15-a + +* Mon Aug 23 2010 Tapio Rantala <[email protected]> - 0.0.13-1 +- Initial meego packaging Index: libiodata.spec =================================================================== --- libiodata.spec (revision 0) +++ libiodata.spec (revision 2) @@ -0,0 +1,70 @@ +%define _name iodata +Name: libiodata +Version: 0.17 +Release: 1 +Summary: Library for input/ouput data +Group: System/System Control +License: LGPLv2 +URL: http://meego.gitorious.org/meego-middleware/iodata +Source0: %{_name}-%{version}.tar.bz2 + +BuildRequires: pkgconfig(QtCore) >= 4.5 +BuildRequires: bison +BuildRequires: flex +BuildRequires: libqmlog-devel + +%description +This package provides a library for writing and reading structured data. + +%package devel +Summary: Development package for %{name} +Group: Development/Libraries +Requires: pkgconfig(QtCore) >= 4.5 +Requires: %{name} = %{version}-%{release} + +%description devel +Provides header files for iodata library. + +%package tests +Summary: Testcases for iodata library +Group: Development/System +Requires: testrunner-lite + +%description tests +%{summary}. + +%prep +%setup -q -n %{_name}-%{version} + +%build +export IODATA_VERSION=`head -n1 debian/changelog | sed "s/.*(\([^)+]*\).*/\1/"` +%qmake +make + +%install +%qmake_install +install -d %{buildroot}/%{_datadir}/%{name}-tests/ +mv %{buildroot}/%{_datadir}/%{_name}-tests/tests.xml %{buildroot}/%{_datadir}/%{name}-tests/tests.xml + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root,-) +%doc COPYING debian/changelog debian/copyright +%{_libdir}/%{name}.so.* + +%files devel +%defattr(-,root,root,-) +%doc COPYING +%{_bindir}/iodata-type-to-c++ +%{_includedir}/iodata/* +%{_libdir}/%{name}.so +%{_datadir}/qt4/mkspecs/features/iodata.prf + +%files tests +%defattr(-,root,root,-) +%doc COPYING +%{_bindir}/%{_name}-test +%{_datadir}/%{name}-tests/tests.xml Index: iodata-0.17.tar.bz2 =================================================================== Binary file iodata-0.17.tar.bz2 added
