Accepting request 96096 from multimedia:libs
- fix license to be in spdx.org format (forwarded request 96090 from coolo) OBS-URL: https://build.opensuse.org/request/show/96096 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dirac?expand=0&rev=18
This commit is contained in:
commit
faf6226012
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 11:49:18 UTC 2011 - coolo@suse.com
|
||||
|
||||
- fix license to be in spdx.org format
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 20:07:55 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
30
dirac.spec
30
dirac.spec
@ -16,24 +16,28 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: dirac
|
||||
Version: 1.0.2
|
||||
Release: 15
|
||||
Release: 0
|
||||
Url: http://diracvideo.org/
|
||||
Group: Productivity/Multimedia/Video/Editors and Convertors
|
||||
License: MPL ..
|
||||
Summary: The Dirac_Video Codec
|
||||
License: MPL-1.1
|
||||
Group: Productivity/Multimedia/Video/Editors and Convertors
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch0: 0001-Fix-uninitialised-memory-read-that-causes-the-encode.patch
|
||||
Patch1: %{name}-%{version}-gcc45.patch
|
||||
BuildRequires: gcc-c++ libstdc++-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libcppunit-devel
|
||||
BuildRequires: libstdc++-devel
|
||||
BuildRequires: libtool
|
||||
%ifnarch ia64 s390 s390x %sparc
|
||||
BuildRequires: pkg-config valgrind-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: valgrind-devel
|
||||
%endif
|
||||
BuildRequires: doxygen fdupes graphviz-gd texlive-latex
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: graphviz-gd
|
||||
BuildRequires: texlive-latex
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -57,9 +61,8 @@ techniques, in a clear and accessible software structure. It is not
|
||||
intended as a demonstration or reference coder.
|
||||
|
||||
%package -n libdirac_decoder0
|
||||
License: MPL ..
|
||||
Group: System/Libraries
|
||||
Summary: Dirac Video Codec Decoder Library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libdirac_decoder0
|
||||
Dirac is an open source video codec. It uses a traditional hybrid video
|
||||
@ -82,9 +85,8 @@ techniques, in a clear and accessible software structure. It is not
|
||||
intended as a demonstration or reference coder.
|
||||
|
||||
%package -n libdirac_encoder0
|
||||
License: MPL ..
|
||||
Group: System/Libraries
|
||||
Summary: Dirac Video Codec Encoder Library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libdirac_encoder0
|
||||
Dirac is an open source video codec. It uses a traditional hybrid video
|
||||
@ -107,9 +109,8 @@ techniques, in a clear and accessible software structure. It is not
|
||||
intended as a demonstration or reference coder.
|
||||
|
||||
%package devel
|
||||
License: MPL ..
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: Development Files for Dirac Video Codec
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libdirac_decoder0 = %{version}
|
||||
Requires: libdirac_encoder0 = %{version}
|
||||
Provides: libdirac-devel = %{version}-%{release}
|
||||
@ -136,9 +137,8 @@ techniques, in a clear and accessible software structure. It is not
|
||||
intended as a demonstration or reference coder.
|
||||
|
||||
%package doc
|
||||
License: MPL ..
|
||||
Group: Documentation/HTML
|
||||
Summary: Dirac Video Codec api documentation
|
||||
Group: Documentation/HTML
|
||||
%if 0%{?suse_version} > 1110
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user