]> git.pld-linux.org Git - packages/divx4linux.git/blob - divx4linux.spec
- cosmetics.
[packages/divx4linux.git] / divx4linux.spec
1 Summary:        MPEG-4 implementation
2 Summary(pl):    Implementacja MPEG-4
3 Name:           divx4linux
4 Version:        20011010
5 Release:        1
6 License:        DIVXNETWORKS Inc. End-user license
7 Group:          Libraries
8 Group(de):      Libraries
9 Group(es):      Bibliotecas
10 Group(fr):      Librairies
11 Group(pl):      Biblioteki
12 Group(pt_BR):   Bibliotecas
13 Group(ru):      âÉÂÌÉÏÔÅËÉ
14 Group(uk):      â¦Â̦ÏÔÅËÉ
15 #Source0:       http://download.projectmayo.com/dnload/divx4linux/%{name}-%{version}.tgz
16 Source0:        http://avifile.sourceforge.net/divx4linux-20011010.tgz
17 URL:            http://www.projectmayo.com/linux/
18 ExclusiveArch:  %{ix86}
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20 Obsoletes:      libdivxdecore
21
22 %description
23 DivX MPEG-4 decoder and encoder.
24
25 %description -l pl
26 Dekoder i koder MPEG-4 DivX.
27
28 %package devel
29 Summary:        DivX header files
30 Summary(pl):    Pliki nag³ówkowe DivX
31 Group:          Development/Libraries
32 Group(de):      Entwicklung/Libraries
33 Group(es):      Desarrollo/Bibliotecas
34 Group(fr):      Development/Librairies
35 Group(pl):      Programowanie/Biblioteki
36 Group(pt_BR):   Desenvolvimento/Bibliotecas
37 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
38 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
39 Requires:       %{name} = %{version}
40 Obsoletes:      libdivxdecore-devel
41
42 %description devel
43 Header files for libdivxdecore/libdivxencore.
44
45 %description -l pl devel
46 Pliki nag³ówkowe libdivxdecore/libdivxencore.
47
48 %prep
49 %setup -q
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53 install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}/divx}
54
55 install *.so $RPM_BUILD_ROOT%{_libdir}
56 install *.h $RPM_BUILD_ROOT%{_includedir}/divx
57
58 gzip -9nf RELNOTES.linux "Codec Core Interface.txt" license.txt
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %post   -p /sbin/ldconfig
64 %postun -p /sbin/ldconfig
65
66 %files
67 %defattr(644,root,root,755)
68 %doc {RELNOTES.linux,license.txt}.gz
69 %attr(755,root,root) %{_libdir}/*.so
70
71 %files devel
72 %defattr(644,root,root,755)
73 %doc Codec*.gz
74 %{_includedir}/divx
This page took 0.103165 seconds and 4 git commands to generate.