Hi Rui, Regards, Yin, Yan
> -----Original Message----- > From: [email protected] [mailto:meego-commits- > [email protected]] On Behalf Of rui_long > Sent: Thursday, January 27, 2011 3:07 PM > To: [email protected] > Subject: [meego-commits] 12896: New package Trunk:Testing/gst-plugin- > dvbsub > > Hi, > Adding new package gst-plugin-dvbsub in project Trunk:Testing. Please > review and accept ASAP. > > Justification for this new package: > > Has got PDT approval, submit gst-plugin-dvbsub package to Trunk:Testing, > this package is for DVB subtitle support > > Thank You, > rui_long > > [This message was auto-generated] > > --- > > Request #12896: > > submit: devel:tv/gst-plugin-dvbsub(r2) -> Trunk:Testing/gst-plugin- > dvbsub > > > Message: > Has got PDT approval, submit gst-plugin-dvbsub package to > Trunk:Testing, this package is for DVB subtitle support > > State: new 2011-01-26T23:05:55 rui_long > Comment: None > > > This is a NEW package in Trunk:Testing project. > The files in the new package: > gst-plugin-dvbsub/ > |__ Makefile > |__ gst-plugin-dvbsub-0.0.1.tar.bz2 > |__ gst-plugin-dvbsub.changes > |__ gst-plugin-dvbsub.spec > |__ gst-plugin-dvbsub.yaml > > The content of the YAML file, gst-plugin-dvbsub.yaml: > =================================================================== > Name: gst-plugin-dvbsub > Summary: gstreamer plugin for DVB subtitile decoding. > Version: 0.0.1 > Release: 1 > Group: System/Libraries > License: LGPLv2.1+ > Sources: > - "%{name}-%{version}.tar.bz2" > - gst-plugin-dvbsub.yaml > - gst-plugin-dvbsub.yaml No need to put yaml file into Source section, please remove it and run "make spec" to update the spec file. Btw, if this is a package from upstream, please put the upstream URL links so that spectacle could download the source code for you automatically next time when upgrade. Examples below: Sources: - http://download.gnome.org/sources/gvfs/1.6/gvfs-%{version}.tar.bz2 > Description: > Gstreamer plugin for DVB subtitle decoding. > This package is based on FFMPEG subtitle decoder, > implemented a wrapper for gstreamer plugin. > > PkgBR: > PkgConfigBR: > - gstreamer-plugins-base-0.10 > Configure: configure > Builder: make > > =================================================================== > > > The content of the spec file, gst-plugin-dvbsub.spec: > =================================================================== > # > # Do NOT Edit the Auto-generated Part! > # Generated by: spectacle version 0.20 > # > # >> macros > # << macros > > Name: gst-plugin-dvbsub > Summary: gstreamer plugin for DVB subtitile decoding. > Version: 0.0.1 > Release: 1 > Group: System/Libraries > License: LGPLv2.1+ > Source0: %{name}-%{version}.tar.bz2 > Source1: gst-plugin-dvbsub.yaml > Source2: gst-plugin-dvbsub.yaml > Source100: gst-plugin-dvbsub.yaml > BuildRequires: pkgconfig(gstreamer-plugins-base-0.10) > > > %description > Gstreamer plugin for DVB subtitle decoding. > This package is based on FFMPEG subtitle decoder, > implemented a wrapper for gstreamer plugin. > > > > %prep > %setup -q -n %{name}-%{version} > > # >> setup > # << setup > > %build > # >> build pre > ./autogen.sh > # << build pre > > %configure --disable-static > make %{?jobs:-j%jobs} > > # >> build post > # << build post > %install > rm -rf %{buildroot} > # >> install pre > # >> install pre > # >> install pre > rm -Rf %{buildroot} > mkdir -p %{buildroot}%{_libdir}/gstreamer-0.10/ > # << install pre > # << install pre > # << install pre > %make_install > > # >> install post > > # >> install post > > # >> install post > > # << install post > > > > > > > # << install post > > > > > > > # << install post > > > > > > > %files > %defattr(-,root,root,-) > # >> files > # >> files > # >> files > %{_libdir}/gstreamer-0.10/libdvbsubdec.so > # << files > # << 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
