diff --git a/baselibs.conf b/baselibs.conf index 8de12d3..b8e5c00 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,2 +1,6 @@ libdirac_decoder0 libdirac_encoder0 +dirac-devel + requires -dirac- + requires "libdirac_decoder0- = " + requires "libdirac_encoder0- = " diff --git a/dirac.changes b/dirac.changes index f8c49f3..e66d7b5 100644 --- a/dirac.changes +++ b/dirac.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile + (cf. packaging guidelines) +- Use %_smp_mflags for parallel build +- Add dirac-devel to baselibs + ------------------------------------------------------------------- Fri Apr 14 13:38:21 UTC 2011 - toddrme2178@gmail.com diff --git a/dirac.spec b/dirac.spec index 54f50a8..5ca5403 100644 --- a/dirac.spec +++ b/dirac.spec @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: dirac @@ -56,25 +55,6 @@ variety of content and formats, using well-understood compression techniques, in a clear and accessible software structure. It is not intended as a demonstration or reference coder. - - -Authors: --------- - Thomas Davies , BBC Research and Development - Richard Felton , BBC Research and Development - Scott Robert Ladd , Coyote Gulch Productions - Stuart Cunningham , BBC Research and Development - Anuradha Suraparaju , BBC Research and Development - Chris Bowley , BBC Research and Development - Tim Borer , BBC Research and Development - Peter Meerwald - Steve Bearcroft - Zen - Mike Ferenduros - Andrew Kennedy , BBC Research and Development - Peter Bleackley , BBC Research and Development - Myo Tun , Brunel University - %package -n libdirac_decoder0 License: MPL .. Group: System/Libraries @@ -100,25 +80,6 @@ variety of content and formats, using well-understood compression techniques, in a clear and accessible software structure. It is not intended as a demonstration or reference coder. - - -Authors: --------- - Thomas Davies , BBC Research and Development - Richard Felton , BBC Research and Development - Scott Robert Ladd , Coyote Gulch Productions - Stuart Cunningham , BBC Research and Development - Anuradha Suraparaju , BBC Research and Development - Chris Bowley , BBC Research and Development - Tim Borer , BBC Research and Development - Peter Meerwald - Steve Bearcroft - Zen - Mike Ferenduros - Andrew Kennedy , BBC Research and Development - Peter Bleackley , BBC Research and Development - Myo Tun , Brunel University - %package -n libdirac_encoder0 License: MPL .. Group: System/Libraries @@ -144,30 +105,10 @@ variety of content and formats, using well-understood compression techniques, in a clear and accessible software structure. It is not intended as a demonstration or reference coder. - - -Authors: --------- - Thomas Davies , BBC Research and Development - Richard Felton , BBC Research and Development - Scott Robert Ladd , Coyote Gulch Productions - Stuart Cunningham , BBC Research and Development - Anuradha Suraparaju , BBC Research and Development - Chris Bowley , BBC Research and Development - Tim Borer , BBC Research and Development - Peter Meerwald - Steve Bearcroft - Zen - Mike Ferenduros - Andrew Kennedy , BBC Research and Development - Peter Bleackley , BBC Research and Development - Myo Tun , Brunel University - %package devel License: MPL .. Group: Development/Libraries/C and C++ Summary: Development Files for Dirac Video Codec -AutoReqProv: on Requires: libdirac_decoder0 = %{version} Requires: libdirac_encoder0 = %{version} Provides: libdirac-devel = %{version}-%{release} @@ -193,25 +134,6 @@ variety of content and formats, using well-understood compression techniques, in a clear and accessible software structure. It is not intended as a demonstration or reference coder. - - -Authors: --------- - Thomas Davies , BBC Research and Development - Richard Felton , BBC Research and Development - Scott Robert Ladd , Coyote Gulch Productions - Stuart Cunningham , BBC Research and Development - Anuradha Suraparaju , BBC Research and Development - Chris Bowley , BBC Research and Development - Tim Borer , BBC Research and Development - Peter Meerwald - Steve Bearcroft - Zen - Mike Ferenduros - Andrew Kennedy , BBC Research and Development - Peter Bleackley , BBC Research and Development - Myo Tun , Brunel University - %package doc License: MPL .. Group: Documentation/HTML @@ -243,7 +165,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS -O0" %configure\ --disable-static \ --docdir=%{_docdir}/packages/%{name} -%{__make} %{?jobs:-j%jobs} +make %{?_smp_mflags} #htmldir=%{_docdir}/%{name}/code/api_html %install @@ -252,9 +174,6 @@ export CXXFLAGS="$RPM_OPT_FLAGS -O0" %{__cp} -a AUTHORS COPYING ChangeLog NEWS README TODO %{buildroot}%{_docdir}/%{name}/ %fdupes %{buildroot}%{_docdir}/%{name} -%clean -%{__rm} -rf %{buildroot} - %post -n libdirac_decoder0 -p /sbin/ldconfig %postun -n libdirac_decoder0 -p /sbin/ldconfig