diff --git a/schroedinger.changes b/schroedinger.changes index b81449e..671406a 100644 --- a/schroedinger.changes +++ b/schroedinger.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 6 18:39:38 CET 2008 - sbrabec@suse.cz + +- Use better package name for gstreamer package. + ------------------------------------------------------------------- Fri Aug 15 00:45:16 EDT 2008 - abockover@suse.de diff --git a/schroedinger.spec b/schroedinger.spec index e9e4166..ce342fd 100644 --- a/schroedinger.spec +++ b/schroedinger.spec @@ -26,7 +26,7 @@ Url: http://schrodinger.sourceforge.net/ Group: Productivity/Multimedia/Other License: GPL v2 only; LGPL v2.0 only; MOZILLA PUBLIC LICENSE (MPL/NPL); X11/MIT Version: 1.0.5 -Release: 1 +Release: 2 Source: %{name}-%{version}.tar.bz2 AutoReqProv: on BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -67,13 +67,13 @@ Authors: David Schleef W.J. van der Laan -%package -n gstreamer-0_10-libschroedinger-1_0-0 +%package -n gstreamer-0_10-schroedinger License: GPL v2 only; LGPL v2.0 only; MOZILLA PUBLIC LICENSE (MPL/NPL); X11/MIT Summary: Library for decoding and encoding video in the Dirac format Group: Productivity/Multimedia/Other Requires: schroedinger = %{version} gstreamer-0_10 >= %{min_gst_version} gstreamer-0_10-plugins-base >= %{min_gst_version} -%description -n gstreamer-0_10-libschroedinger-1_0-0 +%description -n gstreamer-0_10-schroedinger The Schroedinger project implements portable libraries for the high quality Dirac video codec created by BBC Research and Development. Dirac is a free and open source codec producing very high image quality @@ -150,7 +150,7 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS COPYING COPYING.MIT COPYING.GPL COPYING.LGPL COPYING.MPL %{_libdir}/*.so.0* -%files -n gstreamer-0_10-libschroedinger-1_0-0 +%files -n gstreamer-0_10-schroedinger %defattr(-,root,root) %{_libdir}/gstreamer-0.10/*.so %exclude %{_libdir}/gstreamer-0.10/*.*a @@ -167,6 +167,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/schroedinger %changelog +* Thu Nov 06 2008 sbrabec@suse.cz +- Use better package name for gstreamer package. * Fri Aug 15 2008 abockover@suse.de - Updated to 1.0.5 release - Many bug fixes