Hello Raji, Please submit this to Trunk:Testing, not Trunk
Thanks, rs On 9/24/10 1:00 PM, "raji" <[email protected]> wrote: Hi, Adding new package smshistory in project Trunk. Please review and accept ASAP. Justification for this new package: Fix for BMC#7288, Sms History should handle all the sms message delivery report status codes Thank You, raji [This message was auto-generated] --- Request #7813: submit: devel:ux:handset/smshistory(r8) -> Trunk/smshistory Message: Fix for BMC#7288, Sms History should handle all the sms message delivery report status codes State: new 2010-09-24T13:00:25 raji Comment: None This is a NEW package in Trunk project. The files in the new package: smshistory/ |__ Makefile |__ smshistory-0.1.5.tar.bz2 |__ smshistory-0.1.6.tar.bz2 |__ smshistory.changes |__ smshistory.spec |__ smshistory.yaml The content of the YAML file, smshistory.yaml: =================================================================== Name: smshistory Summary: sms history logging plugin for ofono Version: 0.1.6 Release: 1 Group: Applications/System License: GPLv2 URL: http://ofono.org Sources: - "%{name}-%{version}.tar.bz2" Description: | This ofono plugin impliments the logging and management of sms events using a memory mapped flat file Requires: - ofono PkgBR: - intltool - libtool - automake - autoconf - ofono-devel >= 0.10 PkgConfigBR: - glib-2.0 - dbus-1 - dbus-glib-1 Configure: configure ConfigOptions: - --libdir=%{_libdir}/ofono/plugins =================================================================== The content of the spec file, smshistory.spec: =================================================================== # # Do NOT Edit the Auto-generated Part! # Generated by: spectacle version 0.18 # # >> macros # << macros Name: smshistory Summary: sms history logging plugin for ofono Version: 0.1.6 Release: 1 Group: Applications/System License: GPLv2 URL: http://ofono.org Source0: %{name}-%{version}.tar.bz2 Source100: smshistory.yaml Requires: ofono BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: intltool BuildRequires: libtool BuildRequires: automake BuildRequires: autoconf BuildRequires: ofono-devel >= 0.10 %description This ofono plugin impliments the logging and management of sms events using a memory mapped flat file %prep %setup -q -n %{name}-%{version} # >> setup # << setup %build # >> build pre # << build pre %configure --disable-static \ --libdir=%{_libdir}/ofono/plugins make %{?jobs:-j%jobs} # >> build post # << build post %install rm -rf %{buildroot} # >> install pre # << install pre %make_install # >> install post mkdir -p %{buildroot}/%{_datadir}/doc/%{name}-%{version} for f in `ls %{buildroot}/%{_datadir}/doc/`; do if [ -f %{buildroot}/%{_datadir}/doc/$f ]; then mv %{buildroot}/%{_datadir}/doc/$f %{buildroot}/%{_datadir}/doc/%{name}-%{version} fi done # << install post %find_lang smshistory || echo -n >> smshistory.lang %files -f smshistory.lang %defattr(-,root,root,-) # >> files %doc README AUTHORS NEWS COPYING %{_libdir}/ofono/plugins* # << files =================================================================== _______________________________________________ Meego-commits mailing list [email protected] http://lists.meego.com/listinfo/meego-commits _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
