This commit is contained in:
parent
a6578e7b41
commit
afc68cbaef
@ -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
|
Fri Aug 15 00:45:16 EDT 2008 - abockover@suse.de
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ Url: http://schrodinger.sourceforge.net/
|
|||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
License: GPL v2 only; LGPL v2.0 only; MOZILLA PUBLIC LICENSE (MPL/NPL); X11/MIT
|
License: GPL v2 only; LGPL v2.0 only; MOZILLA PUBLIC LICENSE (MPL/NPL); X11/MIT
|
||||||
Version: 1.0.5
|
Version: 1.0.5
|
||||||
Release: 1
|
Release: 2
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -67,13 +67,13 @@ Authors:
|
|||||||
David Schleef <ds@schleef.org>
|
David Schleef <ds@schleef.org>
|
||||||
W.J. van der Laan <laanwj@gmail.com>
|
W.J. van der Laan <laanwj@gmail.com>
|
||||||
|
|
||||||
%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
|
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
|
Summary: Library for decoding and encoding video in the Dirac format
|
||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
Requires: schroedinger = %{version} gstreamer-0_10 >= %{min_gst_version} gstreamer-0_10-plugins-base >= %{min_gst_version}
|
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
|
The Schroedinger project implements portable libraries for the high
|
||||||
quality Dirac video codec created by BBC Research and Development.
|
quality Dirac video codec created by BBC Research and Development.
|
||||||
Dirac is a free and open source codec producing very high image quality
|
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
|
%doc AUTHORS COPYING COPYING.MIT COPYING.GPL COPYING.LGPL COPYING.MPL
|
||||||
%{_libdir}/*.so.0*
|
%{_libdir}/*.so.0*
|
||||||
|
|
||||||
%files -n gstreamer-0_10-libschroedinger-1_0-0
|
%files -n gstreamer-0_10-schroedinger
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/gstreamer-0.10/*.so
|
%{_libdir}/gstreamer-0.10/*.so
|
||||||
%exclude %{_libdir}/gstreamer-0.10/*.*a
|
%exclude %{_libdir}/gstreamer-0.10/*.*a
|
||||||
@ -167,6 +167,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/schroedinger
|
%{_datadir}/gtk-doc/html/schroedinger
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 06 2008 sbrabec@suse.cz
|
||||||
|
- Use better package name for gstreamer package.
|
||||||
* Fri Aug 15 2008 abockover@suse.de
|
* Fri Aug 15 2008 abockover@suse.de
|
||||||
- Updated to 1.0.5 release
|
- Updated to 1.0.5 release
|
||||||
- Many bug fixes
|
- Many bug fixes
|
||||||
|
Loading…
Reference in New Issue
Block a user