I have made the following changes intended for : CE:Apps / meecast Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below.
https://build.pub.meego.com//request/show/7212 Thank You, Islam Amer [This message was auto-generated] --- Request # 7212: Messages from BOSS: State: review at 2012-10-30T23:46:49 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:iamer:CE:Apps / meecast -> CE:Apps / meecast changes files: -------------- ++++++ new changes file: --- meecast.changes +++ meecast.changes @@ -0,0 +1,2 @@ +* Sat Oct 13 2012 Islam Amer <[email protected]> - v0.6.6+2.g4e88416 +- Initial packaging new: ---- meecast-v0.6.6+2.g4e88416.tar.bz2 meecast.changes meecast.spec spec files: ----------- ++++++ new spec file: --- meecast.spec +++ meecast.spec @@ -0,0 +1,50 @@ +Name: meecast +Summary: Weather for Meego +Version: v0.6.6+2.g4e88416 +Release: 1 +Group: Utility +License: GPLv2.1 +URL: https://garage.maemo.org/projects/omweather/ +Source0: %{name}-%{version}.tar.bz2 +BuildRequires: pkgconfig(QtCore) >= 4.7.0 +BuildRequires: pkgconfig(libcurl) +BuildRequires: pkgconfig(sqlite3) +BuildRequires: pkgconfig(gconf-2.0) +BuildRequires: pkgconfig(dbus-glib-1) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(QtLocation) +BuildRequires: pkgconfig(QtGui) +BuildRequires: pkgconfig(QtDeclarative) +BuildRequires: pkgconfig(meegotouch) +BuildRequires: gettext +BuildRequires: desktop-file-utils + +%description +Weather Forecast on Meego. + +%prep +%setup -q -n %{name}-%{version} + +%build +qmake PREFIX=%{_prefix} LIBS+=-ldl -r +make + +%install +rm -rf %{buildroot} +%make_install INSTALL_ROOT=%{buildroot} + +%post +/sbin/ldconfig + +%postun +/sbin/ldconfig + +%files +%defattr(-,root,root,-) +/opt/com.meecast.omweather +/opt/com.meecast.omweather/bin +/opt/com.meecast.omweather/share +/opt/com.meecast.omweather/lib +/usr/lib/meegotouch/applicationextensions/libevents-meecast.so +/usr/share/applications/meecast.desktop +/usr/share/contextkit/providers/meecast.context other changes: -------------- ++++++ meecast-v0.6.6+2.g4e88416.tar.bz2 (new)
