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/6992 Thank You, Islam Amer [This message was auto-generated] --- Request # 6992: Messages from BOSS: State: review at 2012-10-13T11:27:04 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,127 @@ +# +# Do not Edit! Generated by: +# spectacle version 0.18 +# +# >> macros +%define wantmeegopanel 0 +%define all_x86 i386 i586 i686 %{ix86} +%define all_arm %{arm} +# << macros + +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 +#Temporary +#Requires: libmeegotouch-devel +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) +%if %{wantmeegopanel} +BuildRequires: pkgconfig(meego-panel) +BuildRequires: pkgconfig(mutter-plugins) +%endif +BuildRequires: gettext +BuildRequires: qt-qmake +BuildRequires: libqt-devel +#BuildRequires: libmeegotouch +BuildRequires: libmeegotouch-devel +BuildRequires: desktop-file-utils + + +%description +Weather Forecast on Meego. + + + +%prep +%setup -q -n %{name}-%{version} + +# >> setup +# << setup + +%build +# >> build pre +#export PATH=/usr/lib/qt4/bin:$PATH +#%if %{wantmeegopanel} +#qmake PREFIX=%{_prefix} CONFIG+=meegopanel CONFIG+=UXpanel -r +#%else +#qmake PREFIX=%{_prefix} CONFIG+=UXpanel LIBS+=-ldl -r +#%endif +qmake PREFIX=%{_prefix} LIBS+=-ldl -r +make +# << build pre + + + +# >> build post +# << build post +%install +rm -rf %{buildroot} +# >> install pre +# << install pre + +# >> install post +make INSTALL_ROOT=%{buildroot} install +%if %{wantmeegopanel} +ln -s /opt/com.meecast.omweather/share/icons %{buildroot}/opt/com.meecast.omweather/share/meego-panel-omweather/theme/icons +%endif +rm %{buildroot}/opt/com.meecast.omweather/lib/libomweather-core.a +# << install post +#desktop-file-install --delete-original \ +# --dir %{buildroot}%{_datadir}/applications \ +# %{buildroot}%{_datadir}/applications/*.desktop + + + +%post +# >> post +/sbin/ldconfig +# << post + +%postun +# >> postun +/sbin/ldconfig +# << postun + + +%files +%defattr(-,root,root,-) +/opt/com.meecast.omweather +/opt/com.meecast.omweather/bin +#%if %{wantmeegopanel} +#/opt/com.meecast.omweather/bin/omweather-qml +#/opt/com.meecast.omweather/bin/omweather-settouch +#%endif +/opt/com.meecast.omweather/share +/opt/com.meecast.omweather/lib +#/usr/share/locale +#/usr/lib/omweather/weathercom +#/usr/share/omweather/copyright_icons/weather.com.png +#/usr/share/omweather/db/weather.com.db +#/usr/share/omweather/sources/weather.com.xml +# >> files +/usr/lib/meegotouch/applicationextensions/libevents-meecast.so +%if %{wantmeegopanel} +/opt/com.meecast.omweather/bin/omweather-settings +/usr/share/omweather-settings +/opt/com.meecast.omweather/libexec +/opt/com.meecast.omweather/libexec/meego-panel-omweather +#/usr/share/meego-panel-omweather +/usr/share/mutter-netbook/panels/meego-panel-omweather.desktop +/etc/xdg +/usr/share/dbus-1/services +%{_datadir}/applications/*.desktop +%else +%{_datadir}/applications/*.desktop +#/usr/share/pixmaps +%endif +/usr/share other changes: -------------- ++++++ meecast-v0.6.6+2.g4e88416.tar.bz2 (new)
