SPECS: gstreamer.spec - updated to 0.10.15 - pl.po merged upstream...

qboosh qboosh at pld-linux.org
Sun Dec 16 00:20:03 CET 2007


Author: qboosh                       Date: Sat Dec 15 23:20:03 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.10.15
- pl.po merged upstream, added pl.po-update patch instead
- more verbose files, added ghost symlinks

---- Files affected:
SPECS:
   gstreamer.spec (1.101 -> 1.102) 

---- Diffs:

================================================================
Index: SPECS/gstreamer.spec
diff -u SPECS/gstreamer.spec:1.101 SPECS/gstreamer.spec:1.102
--- SPECS/gstreamer.spec:1.101	Sat Aug 11 13:01:12 2007
+++ SPECS/gstreamer.spec	Sun Dec 16 00:19:58 2007
@@ -1,20 +1,16 @@
 # $Revision$, $Date$
-
-%define		_vmajor		0.10
-%define		_vminor		14
-
 Summary:	GStreamer Streaming-media framework runtime
 Summary(pl.UTF-8):	GStreamer - biblioteki środowiska do obróbki strumieni
 Name:		gstreamer
-Version:	%{_vmajor}.%{_vminor}
-Release:	2
+Version:	0.10.15
+Release:	1
 License:	LGPL v2+
 Group:		Libraries
 Source0:	http://gstreamer.freedesktop.org/src/gstreamer/%{name}-%{version}.tar.bz2
-# Source0-md5:	eb83767c877990c8a7540693d196c822
-Source1:	%{name}.pl.po
+# Source0-md5:	09f1c4ea025faef88b566fa26ec24ae0
 Patch0:		%{name}-without_ps_pdf.patch
 Patch1:		%{name}-eps.patch
+Patch2:		%{name}-pl.po-update.patch
 URL:		http://gstreamer.net/
 BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake >= 1.6
@@ -38,8 +34,9 @@
 Requires:	glib2 >= 1:2.12.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_gstlibdir	%{_libdir}/gstreamer-%{_vmajor}
-%define		_gstincludedir	%{_includedir}/gstreamer-%{_vmajor}
+%define		vmajor		%(echo %{version} | cut -d. -f1,2)
+%define		_gstlibdir	%{_libdir}/gstreamer-%{vmajor}
+%define		_gstincludedir	%{_includedir}/gstreamer-%{vmajor}
 
 %description
 GStreamer is a streaming-media framework, based on graphs of filters
@@ -102,9 +99,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-
-cp %{SOURCE1} po/pl.po
-echo 'pl' >> po/LINGUAS
+%patch2 -p1
 
 %build
 # po/Makefile.in.in is modified
@@ -131,7 +126,7 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-mv $RPM_BUILD_ROOT%{_docdir}/%{name}-{%{_vmajor},%{version}}
+mv $RPM_BUILD_ROOT%{_docdir}/%{name}-{%{vmajor},%{version}}
 mv $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/{manual,pwg} \
 	$RPM_BUILD_ROOT%{_docdir}/%{name}-devel-%{version}
 
@@ -149,28 +144,62 @@
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_bindir}/gst-*
+%attr(755,root,root) %{_libdir}/libgstbase-0.10.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgstbase-0.10.so.0
+%attr(755,root,root) %{_libdir}/libgstcheck-0.10.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgstcheck-0.10.so.0
+%attr(755,root,root) %{_libdir}/libgstcontroller-0.10.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgstcontroller-0.10.so.0
+%attr(755,root,root) %{_libdir}/libgstdataprotocol-0.10.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgstdataprotocol-0.10.so.0
+%attr(755,root,root) %{_libdir}/libgstnet-0.10.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgstnet-0.10.so.0
+%attr(755,root,root) %{_libdir}/libgstreamer-0.10.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgstreamer-0.10.so.0
 %dir %{_gstlibdir}
-%attr(755,root,root) %{_gstlibdir}/*.so
-%{_mandir}/man1/*
+%attr(755,root,root) %{_gstlibdir}/libgstcoreelements.so
+%attr(755,root,root) %{_gstlibdir}/libgstcoreindexers.so
+%{_mandir}/man1/gst-*.1*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libgstbase-0.10.so
+%attr(755,root,root) %{_libdir}/libgstcheck-0.10.so
+%attr(755,root,root) %{_libdir}/libgstcontroller-0.10.so
+%attr(755,root,root) %{_libdir}/libgstdataprotocol-0.10.so
+%attr(755,root,root) %{_libdir}/libgstnet-0.10.so
+%attr(755,root,root) %{_libdir}/libgstreamer-0.10.so
+%{_libdir}/libgstbase-0.10.la
+%{_libdir}/libgstcheck-0.10.la
+%{_libdir}/libgstcontroller-0.10.la
+%{_libdir}/libgstdataprotocol-0.10.la
+%{_libdir}/libgstnet-0.10.la
+%{_libdir}/libgstreamer-0.10.la
 %{_docdir}/%{name}-devel-%{version}
 %{_gstincludedir}
-%{_pkgconfigdir}/*
-%{_aclocaldir}/*
+%{_pkgconfigdir}/gstreamer-0.10.pc
+%{_pkgconfigdir}/gstreamer-base-0.10.pc
+%{_pkgconfigdir}/gstreamer-check-0.10.pc
+%{_pkgconfigdir}/gstreamer-controller-0.10.pc
+%{_pkgconfigdir}/gstreamer-dataprotocol-0.10.pc
+%{_pkgconfigdir}/gstreamer-net-0.10.pc
+%{_aclocaldir}/gst-element-check-0.10.m4
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libgstbase-0.10.a
+%{_libdir}/libgstcheck-0.10.a
+%{_libdir}/libgstcontroller-0.10.a
+%{_libdir}/libgstdataprotocol-0.10.a
+%{_libdir}/libgstnet-0.10.a
+%{_libdir}/libgstreamer-0.10.a
 
 %files apidocs
 %defattr(644,root,root,755)
-%{_gtkdocdir}/*
+%{_gtkdocdir}/gstreamer-0.10
+%{_gtkdocdir}/gstreamer-libs-0.10
+%{_gtkdocdir}/gstreamer-plugins-0.10
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -178,6 +207,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.102  2007-12-15 23:19:58  qboosh
+- updated to 0.10.15
+- pl.po merged upstream, added pl.po-update patch instead
+- more verbose files, added ghost symlinks
+
 Revision 1.101  2007-08-11 11:01:12  qboosh
 - added pl.po
 - removed gettextize, breaks .mo filenames
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gstreamer.spec?r1=1.101&r2=1.102&f=u



More information about the pld-cvs-commit mailing list