Author: qboosh Date: Sun Jan 2 10:09:58 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated BRs - disable silent-rules
---- Files affected: packages/gstreamer-gnonlin: gstreamer-gnonlin.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: packages/gstreamer-gnonlin/gstreamer-gnonlin.spec diff -u packages/gstreamer-gnonlin/gstreamer-gnonlin.spec:1.12 packages/gstreamer-gnonlin/gstreamer-gnonlin.spec:1.13 --- packages/gstreamer-gnonlin/gstreamer-gnonlin.spec:1.12 Mon Oct 18 22:57:40 2010 +++ packages/gstreamer-gnonlin/gstreamer-gnonlin.spec Sun Jan 2 11:09:53 2011 @@ -1,7 +1,8 @@ # $Revision$, $Date$ %define gst_major_ver 0.10 -%define gst_req_ver 0.10.29 +%define gst_req_ver 0.10.29.2 %define gstpb_req_ver 0.10.29 +# # Conditional build: %bcond_without apidocs # disable gtk-doc # @@ -15,9 +16,12 @@ Source0: http://gstreamer.freedesktop.org/src/gnonlin/gnonlin-%{version}.tar.bz2 # Source0-md5: 824619ce357c0a61e333c3cc745a63bd URL: http://gnonlin.sourceforge.net/ +BuildRequires: glib2-devel >= 1:2.6 BuildRequires: gstreamer-devel >= %{gst_req_ver} BuildRequires: gstreamer-plugins-base-devel >= %{gstpb_req_ver} %{?with_apidocs:BuildRequires: gtk-doc >= 1.8} +BuildRequires: pkgconfig +BuildRequires: python >= 2.1 Requires: gstreamer >= %{gst_req_ver} Requires: gstreamer-plugins-base >= %{gstpb_req_ver} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -48,6 +52,7 @@ %build %configure \ + --disable-silent-rules \ --disable-static \ --%{?with_apidocs:en}%{!?with_apidocs:dis}able-gtk-doc \ --with-html-dir=%{_gtkdocdir} @@ -60,7 +65,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{gst_major_ver}/*.la +%{__rm} $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{gst_major_ver}/*.la %clean rm -rf $RPM_BUILD_ROOT @@ -82,6 +87,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2011/01/02 10:09:53 qboosh +- updated BRs +- disable silent-rules + Revision 1.12 2010/10/18 20:57:40 caleb - Up to 0.10.16, adapterized ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gstreamer-gnonlin/gstreamer-gnonlin.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
