I really don't understand why profiled as a middle ware package rely on an UX theme?
Peter > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Tapio Rantala > Sent: Tuesday, March 08, 2011 5:43 AM > To: [email protected] > Subject: [meego-commits] 14595: New package Trunk:Testing/profiled > > Hi, > Adding new package profiled in project Trunk:Testing. Please review and accept > ASAP. > > Justification for this new package: > > * Fri 08 Feb 2011 Gabor Juhasz <[email protected]> - 0.30.2.1 > - FEA#2889 > - BMC#12855 > - Added missing meego-handset-sound-theme dependency to spec file > > Thank You, > Tapio Rantala > > [This message was auto-generated] > > --- > > Request #14595: > > submit: devel:systemsw/profiled(r3) -> Trunk:Testing/profiled > > > Message: > * Fri 08 Feb 2011 Gabor Juhasz <[email protected]> - > 0.30.2.1 > - FEA#2889 > - BMC#12855 > - Added missing meego-handset-sound-theme dependency to spec file > > State: new 2011-03-08T05:41:50 tapioran > Comment: None > > > This is a NEW package in Trunk:Testing project. > The files in the new package: > profiled/ > |__ profiled-0.30.2.1.tar.bz2 > |__ profiled.changes > |__ profiled.spec > > The content of the spec file, profiled.spec: > ================================================================ > === > Name: profiled > Version: 0.30.2.1 > Release: 1 > Summary: Profile daemon, manages user settings > Group: System/System Control > License: LGPLv2.1 > URL: http://meego.gitorious.org/meego-middleware/profiled > Source0: %{name}-%{version}.tar.bz2 > Requires: meego-handset-sound-theme > BuildRequires: pkgconfig(dbus-1) > BuildRequires: pkgconfig(dbus-glib-1) > BuildRequires: pkgconfig(glib-2.0) > BuildRequires: doxygen > > %description > Gets default set of settings from profile data packages > that are installed on the device. > > Currently active profile and values within profile can > be changed using C language API implemented in libprofile. > > Changes to values are broadcast as D-Bus signals so that > active clients can be avare of changes without polling. > > %package devel > Summary: Development files for libprofile > Group: Development/Libraries > Requires: %{name} = %{version}-%{release} > > %description devel > C language headers for building client applications using > profiled library. > > %package doc > Summary: API documentation for libprofile > Group: Documentation > > %description doc > Doxygen generated files documenting the C language API used by > the client applications and the D-Bus API used by libprofile > for communication with profiled. > > %package -n profileclient > Summary: Command line test tool for profiled > Group: Development/Tools > > %description -n profileclient > The profileclient tool can be used to query/change > profiles and profile values. > > %prep > %setup -q -n %{name}-%{version} > > %build > > %install > make ROOT=%{buildroot} install-profiled > make ROOT=%{buildroot} install-libprofile > make ROOT=%{buildroot} install-libprofile-dev > make ROOT=%{buildroot} install-libprofile-doc > make ROOT=%{buildroot} install-profileclient > rm %{buildroot}/%{_libdir}/libprofile.a > > %post -p /sbin/ldconfig > > %postun -p /sbin/ldconfig > > %files > %defattr(-,root,root,-) > %config(noreplace) %{_sysconfdir}/osso-backup/applications/profiled.conf > %{_sysconfdir}/osso-cud-scripts/profiled.sh > %{_sysconfdir}/osso-rfs-scripts/profiled.sh > %{_sysconfdir}/profiled/10.meego_default.ini > %{_bindir}/%{name} > %{_libdir}/libprofile.so.* > %{_datadir}/backup-framework/applications/profiled.conf > %{_datadir}/dbus-1/services/profiled.service > > %files devel > %defattr(-,root,root,-) > %{_includedir}/%{name}/* > %{_libdir}/libprofile.so > %{_libdir}/pkgconfig/profile.pc > > %files doc > %defattr(-,root,root,-) > %{_docdir}/libprofile-doc/html/* > %{_mandir}/man3/* > > %files -n profileclient > %defattr(-,root,root,-) > %{_bindir}/profileclient > > ================================================================ > === > > _______________________________________________ > 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
