This is basically a bad request: 1. no BMC# talked about in changes file 2. date format for changelog in .changes file is bad which would result no show up in daily changes 3. What does license of " LGPL v2 or later" mean? If we need it in run time image, we can't accept it at all since we don't allow gpl v3 stuff in run time image
Peter > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Christophe > Dumez > Sent: Wednesday, June 08, 2011 3:21 AM > To: [email protected] > Cc: Dumez, Christophe > Subject: [meego-commits] 20228: New package > MeeGo:1.2:oss:Testing/gdbus-binding-tool > > Hi, > Adding new package gdbus-binding-tool in project MeeGo:1.2:oss:Testing. > Please review and accept ASAP. > > Justification for this new package: > > Dependency for evolution-data-server > > Thank You, > Christophe Dumez > > [This message was auto-generated] > > --- > > Request #20228: > > submit: eds/gdbus-binding-tool(r1) -> > MeeGo:1.2:oss:Testing/gdbus-binding-tool > > > Message: > Dependency for evolution-data-server > > State: new 2011-06-08T03:21:14 christophed > Comment: None > > > This is a NEW package in MeeGo:1.2:oss:Testing project. > The files in the new package: > gdbus-binding-tool/ > |__ gdbus-binding-tool-0.1.tar.bz2 > |__ gdbus-binding-tool.changes > |__ gdbus-binding-tool.spec > |__ gdbus-binding-tool.yaml > > The content of the YAML file, gdbus-binding-tool.yaml: > ================================================================ > === > Name: gdbus-binding-tool > Summary: GDBus binding generation tool > Version: 0.1 > Group: System/Libraries > License: LGPL v2 or later > Sources: > - gdbus-binding-tool-0.1.tar.bz2 > PkgBR: > - python-devel > - python-argparse > PkgConfigBR: > - glib-2.0 > - gio-2.0 > - libffi > > ================================================================ > === > > > The content of the spec file, gdbus-binding-tool.spec: > ================================================================ > === > # > # Do NOT Edit the Auto-generated Part! > # Generated by: spectacle version 0.21 > # > # >> macros > # << macros > > Name: gdbus-binding-tool > Summary: GDBus binding generation tool > Version: 0.1 > Release: 1 > Group: System/Libraries > License: LGPL v2 or later > Source0: gdbus-binding-tool-0.1.tar.bz2 > Source100: gdbus-binding-tool.yaml > BuildRequires: pkgconfig(glib-2.0) > BuildRequires: pkgconfig(gio-2.0) > BuildRequires: pkgconfig(libffi) > BuildRequires: python-devel > BuildRequires: python-argparse > > > %description > Description: %{summary} > > %package devel > Group: Development/Libraries > Summary: Development files for building against %{name} > Requires: %{name} = %{version}-%{release} > Requires: pkgconfig(glib-2.0) > Requires: pkgconfig(gio-2.0) > > %description devel > Development files needed for building things which link against > %{name}. > > > %prep > %setup -q -n %{name}-%{version} > > # >> setup > # << setup > > %build > # >> build pre > # << build pre > > %configure > make %{?jobs:-j%jobs} > > # >> build post > # << build post > %install > rm -rf %{buildroot} > # >> install pre > # << install pre > make DESTDIR=$RPM_BUILD_ROOT LIBTOOL=/usr/bin/libtool install > rm $RPM_BUILD_ROOT/usr/lib/libgdbus-codegen.la > # >> install post > %post devel > /sbin/ldconfig > > %postun devel > /sbin/ldconfig > > # << install post > > > > > > %files > %defattr(-,root,root,-) > > %{_bindir}/gdbus-codegen > %{_datadir}/gtk-doc/html/gen/GDBusInterface.html > %{_datadir}/gtk-doc/html/gen/GDBusObject.html > %{_datadir}/gtk-doc/html/gen/GDBusObjectManager.html > %{_datadir}/gtk-doc/html/gen/GDBusObjectProxy.html > %{_datadir}/gtk-doc/html/gen/GDBusProxyManager.html > %{_datadir}/gtk-doc/html/gen/gdbus-codegen.html > %{_datadir}/gtk-doc/html/gen/gen-mytestpair.html > %{_datadir}/gtk-doc/html/gen/gen-mytestpoint.html > %{_datadir}/gtk-doc/html/gen/gen.devhelp > %{_datadir}/gtk-doc/html/gen/gen.devhelp2 > %{_datadir}/gtk-doc/html/gen/home.png > %{_datadir}/gtk-doc/html/gen/index.html > %{_datadir}/gtk-doc/html/gen/index.sgml > %{_datadir}/gtk-doc/html/gen/left.png > %{_datadir}/gtk-doc/html/gen/pt01.html > %{_datadir}/gtk-doc/html/gen/pt02.html > %{_datadir}/gtk-doc/html/gen/pt03.html > %{_datadir}/gtk-doc/html/gen/pt04.html > %{_datadir}/gtk-doc/html/gen/right.png > %{_datadir}/gtk-doc/html/gen/style.css > %{_datadir}/gtk-doc/html/gen/up.png > %{_datadir}/man/man1/gdbus-codegen.1.gz > > %files devel > > %{_includedir}/gdbus-codegen/gdbuscodegen-enumtypes.h > %{_includedir}/gdbus-codegen/gdbusinterface.h > %{_includedir}/gdbus-codegen/gdbusobject.h > %{_includedir}/gdbus-codegen/gdbusobjectmanager.h > %{_includedir}/gdbus-codegen/gdbusobjectproxy.h > %{_includedir}/gdbus-codegen/gdbusproxymanager.h > %{_libdir}/gdbus-codegen/__init__.py > %{_libdir}/gdbus-codegen/__init__.pyc > %{_libdir}/gdbus-codegen/__init__.pyo > %{_libdir}/gdbus-codegen/codegen.py > %{_libdir}/gdbus-codegen/codegen.pyc > %{_libdir}/gdbus-codegen/codegen.pyo > %{_libdir}/gdbus-codegen/config.py > %{_libdir}/gdbus-codegen/config.pyc > %{_libdir}/gdbus-codegen/config.pyo > %{_libdir}/gdbus-codegen/dbustypes.py > %{_libdir}/gdbus-codegen/dbustypes.pyc > %{_libdir}/gdbus-codegen/dbustypes.pyo > %{_libdir}/gdbus-codegen/parser.py > %{_libdir}/gdbus-codegen/parser.pyc > %{_libdir}/gdbus-codegen/parser.pyo > %{_libdir}/gdbus-codegen/utils.py > %{_libdir}/gdbus-codegen/utils.pyc > %{_libdir}/gdbus-codegen/utils.pyo > %{_libdir}/libgdbus-codegen.so > %{_libdir}/libgdbus-codegen.a > %{_libdir}/libgdbus-codegen.so.0 > %{_libdir}/libgdbus-codegen.so.0.0.0 > %{_libdir}/pkgconfig/gdbus-codegen.pc > # >> files > # << 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
