]> git.pld-linux.org Git - packages/divx4linux.git/blob - divx4linux.spec
- non-distributable!
[packages/divx4linux.git] / divx4linux.spec
1
2 %define stamp 20020418
3 Summary:        DivX MPEG-4 implementation
4 Summary(pl):    Implementacja DivX MPEG-4
5 Name:           divx4linux
6 Version:        5.01.%{stamp}
7 Release:        1
8 Epoch:          1
9 License:        restricted, non-distributable (DIVXNETWORKS EULA)
10 Group:          Libraries
11 Source0:        http://download.divx.com/divx/divx4linux501-%{stamp}.tgz
12 URL:            http://www.divx.com/
13 NoSource:       0
14 ExclusiveArch:  %{ix86}
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16 Obsoletes:      libdivxdecore
17 Obsoletes:      divx4linux5
18
19 %description
20 DivX MPEG-4 encoder and decoder.
21
22 %description -l pl
23 Enkoder i dekoder DivX MPEG-4.
24
25 %package devel
26 Summary:        DivX header files
27 Summary(pl):    Pliki nag³ówkowe DivX
28 Group:          Development/Libraries
29 Requires:       %{name} = %{version}
30 Obsoletes:      libdivxdecore-devel
31 Obsoletes:      divx4linux5-devel
32
33 %description devel
34 Header files for DivX.
35
36 %description devel -l pl
37 Pliki nag³ówkowe kodeka DivX.
38
39 %prep
40 %setup -q -n %{name}-%{stamp}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}/divx}
45
46 install *.so $RPM_BUILD_ROOT%{_libdir}
47 install *.h $RPM_BUILD_ROOT%{_includedir}/divx
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %post   -p /sbin/ldconfig
53 %postun -p /sbin/ldconfig
54
55 %files
56 %defattr(644,root,root,755)
57 %doc README* license*
58 %attr(755,root,root) %{_libdir}/*.so
59
60 %files devel
61 %defattr(644,root,root,755)
62 %doc *.htm*
63 %{_includedir}/divx
This page took 0.036295 seconds and 4 git commands to generate.