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