I have made the following changes intended for : CE:Apps / qt-components 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/2680 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 2680: Messages from BOSS: None State: new 2011-10-24T18:54:55 bossbot Reviews: from bossbot :BOSS suggests accepting this review. See email for more details. BOSS accepted this review because: Target repo CE_Apps_armv7hl found. accepted on No date Changes: submit: Project:DE:Trunk:Testing:1.3 / qt-components -> CE:Apps / qt-components Index: qt-components.yaml =================================================================== --- qt-components.yaml (revision 0) +++ qt-components.yaml (revision 9f1e5523cc2ac1a907eb299dd4dae1e3) @@ -0,0 +1,34 @@ +Name: qt-components +Summary: Qt Quick UX Components +Version: 1.0~git20110620 +Release: 7.1fn +Group: System/Libraries +License: BSD +Sources: + - "%{name}-%{version}.tar.bz2" +Description: The Harmattan Qt Quick UX Components + + +#Requires: +# - qt-components-base-icons +PkgBR: + - desktop-file-utils +PkgConfigBR: + - QtCore >= 4.7.0 + - QtGui + - QtOpenGL + - xext + - xrandr + - x11 + - contextsubscriber-1.0 +Configure: none +Builder: make +RunFdupes: + - "%{_libdir}" +SubPackages: + - Name: devel + Summary: Qt UX Components Devel + Group: Development/Libraries + Description: | + This package is part of Harmattan Qt Quick UX Components, + it contains the development files Index: qt-components.spec =================================================================== --- qt-components.spec (revision 0) +++ qt-components.spec (revision 9f1e5523cc2ac1a907eb299dd4dae1e3) @@ -0,0 +1,99 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.23 +# +# >> macros +# << macros + +Name: qt-components +Summary: Qt Quick UX Components +Version: 1.0~git20110620 +Release: 7.1fn +Group: System/Libraries +License: BSD +Source0: %{name}-%{version}.tar.bz2 +Source100: qt-components.yaml +BuildRequires: pkgconfig(QtCore) >= 4.7.0 +BuildRequires: pkgconfig(QtGui) +BuildRequires: pkgconfig(QtOpenGL) +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xrandr) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(contextsubscriber-1.0) +BuildRequires: desktop-file-utils +BuildRequires: fdupes + + +%description +The Harmattan Qt Quick UX Components + + +%package devel +Summary: Qt UX Components Devel +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +This package is part of Harmattan Qt Quick UX Components, +it contains the development files + + + +%prep +%setup -q -n %{name}-%{version} + +# >> setup +# << setup + +%build +# >> build pre +./configure -meego -force-local-theme -nomake tests -xrandr +# << build pre + + +make %{?jobs:-j%jobs} + +# >> build post +# << build post +%install +rm -rf %{buildroot} +# >> install pre +# << install pre +%make_install + +# >> install post +mkdir -p ${RPM_BUILD_ROOT}/%{_datadir}/applications +cp debian/desktop/*.desktop %{buildroot}/%{_datadir}/applications + +# FIXME make desktop-file-validate run succesfully +#desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop + +# << install post +%fdupes %{buildroot}/%{_libdir} + + + + + + + + + +%files +%defattr(-,root,root,-) +# >> files +%{_libdir}/qt4/imports/Qt/labs/* +%{_libdir}/qt4/imports/com/meego/* +%{_libdir}/qt4/imports/com/nokia/* +%{_bindir}/* +%{_datadir}/applications/* +# Galleries etc +# << files + + +%files devel +%defattr(-,root,root,-) +# >> files devel +%{_datadir}/qt4/mkspecs/* +# << files devel + Index: qt-components.changes =================================================================== --- qt-components.changes (revision 0) +++ qt-components.changes (revision 9f1e5523cc2ac1a907eb299dd4dae1e3) @@ -0,0 +1,10 @@ +* Tue Sep 27 2011 Marko Saukko <[email protected]> - 1.0~git20110620 +- Removed dependency to qt-components-base-icons, because it is causing problems + with MTF themes, see BMC#23435. + +* Thu Sep 01 2011 Timo Rongas <[email protected]> - 1.0~git20110620 +- (BMC#22718) Contextsubscriber as build-dependency to get rotation working + +* Wed Jul 29 2011 Maurice de la Fert? <[email protected]> - 1.0~git20110620 +- Overhaul spec, add yaml and changelog file +- Rename packages and tarballs Index: qt-components-1.0~git20110620.tar.bz2 =================================================================== Binary file qt-components-1.0~git20110620.tar.bz2 added
