]> git.pld-linux.org Git - packages/dirac.git/blobdiff - dirac.spec
- updated to 0.7.0
[packages/dirac.git] / dirac.spec
index aa57e24467f5553c07b5f4c23fa35a2894e66aa8..07a98302e6aec50420bf233ab049a61ecb34ce81 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       General purpose video codec
-Summary(pl):   Kodek obrazu ogólnego przeznaczenia
+Summary(pl.UTF-8):     Kodek obrazu ogólnego przeznaczenia
 Name:          dirac
-Version:       0.5.0
+Version:       0.7.0
 Release:       1
-License:       MPL
+License:       MPL v1.1 or GPL v2 or LGPL v2.1
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/dirac/%{name}-%{version}.tar.gz
-# Source0-md5: 5874a2d2cdb74d3356483b1c47bb941e
+# Source0-md5: cacc7a7c322ec50f7d4475466563a187
 Patch0:                %{name}-am.patch
 URL:           http://www.bbc.co.uk/rd/projects/dirac/
 BuildRequires: autoconf >= 2.50
@@ -17,24 +17,25 @@ BuildRequires:      libtool >= 2:1.5
 BuildRequires: perl-base
 BuildRequires: tetex-dvips
 BuildRequires: tetex-format-latex
+BuildRequires: tetex-metafont
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _noautocompressdoc      *.map
+%define                _noautocompressdoc      *.map *.dot
 
 %description
 Dirac is a general-purpose video codec aimed at resolutions from QCIF
 (180x144) to HDTV (1920x1080) progressive or interlaced. It uses
 wavelets, motion compensation and arithmetic coding.
 
-%description -l pl
-Dirac jest kodekiem ogólnego przeznaczenia dla obrazu o
-rozdzielczociach od QCIF (180x144) do HDTV (1920x1080). Kodek ten
-wykorzystuje fale elementarne (wavelets), kompensacjê ruchu (motion
+%description -l pl.UTF-8
+Dirac jest kodekiem ogólnego przeznaczenia dla obrazu o
+rozdzielczościach od QCIF (180x144) do HDTV (1920x1080). Kodek ten
+wykorzystuje fale elementarne (wavelets), kompensację ruchu (motion
 compensation) oraz kodowanie arytmetyczne (arithmetic coding).
 
 %package devel
 Summary:       Header files for dirac library
-Summary(pl):   Pliki nag³ówkowe biblioteki dirac
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki dirac
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      libstdc++-devel
@@ -42,19 +43,19 @@ Requires:   libstdc++-devel
 %description devel
 Header files for dirac library.
 
-%description devel -l pl
-Pliki nag³ówkowe biblioteki dirac.
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki dirac.
 
 %package static
 Summary:       Static dirac library
-Summary(pl):   Statyczna biblioteka dirac
+Summary(pl.UTF-8):     Statyczna biblioteka dirac
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static dirac library.
 
-%description static -l pl
+%description static -l pl.UTF-8
 Statyczna biblioteka dirac.
 
 %prep
@@ -73,9 +74,11 @@ Statyczna biblioteka dirac.
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+       DESTDIR=$RPM_BUILD_ROOT \
+       CPPUNITTESTS_DIR=
 
-rm -f doc/api/{Makefile*,dirac_api.doxygen,dirac_api_foot.html,dirac_api_head.html,html/{*.md5,graph_legend.dot}}
+rm -f doc/api/html/*.md5
+rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/dirac
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -85,13 +88,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README TODO doc/faq.htm
+%doc AUTHORS ChangeLog NEWS README TODO doc/faq.html
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc doc/api doc/programmers/programmers_guide.pdf doc/dirac_doc_howto.txt
+%doc doc/documentation/code/api/html doc/dirac_bitstream.txt
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
 %{_includedir}/%{name}
This page took 0.080025 seconds and 4 git commands to generate.