]> git.pld-linux.org Git - packages/divx4linux.git/blob - divx4linux.spec
- initial revision
[packages/divx4linux.git] / divx4linux.spec
1 Summary:        MPEG-4 implementation
2 Summary(pl):    Implementacja dekodera MPEG-4
3 Name:           divx4linux
4 Version:        20010824
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 Source0:        http://download.projectmayo.com/dnload/divx4linux/%{name}-%{version}.tgz
13 URL:            http://www.projectmayo.com/linux/
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 DivX MPEG-4 decoder
18
19 %package devel
20 Summary:        Header files
21 Summary(pl):    Pliki nag³ówkowe
22 Group:          Development/Libraries
23 Group(de):      Entwicklung/Libraries
24 Group(fr):      Development/Librairies
25 Group(pl):      Programowanie/Biblioteki
26 Requires:       %{name} = %{version}
27
28 %description devel
29 Header files
30
31 %description -l pl devel
32 Pliki nag³ówkowe
33
34 %prep
35 %setup -q
36
37 %build
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 install -d $RPM_BUILD_ROOT/%{_libdir}
43 install -d $RPM_BUILD_ROOT/%{_includedir}/divx
44 cp *.so $RPM_BUILD_ROOT/%{_libdir}
45 cp *.h $RPM_BUILD_ROOT/%{_includedir}/divx
46
47 gzip -9nf RELNOTES.linux "Codec Core Interface.txt" license.txt
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 *.gz
58 %attr(755,root,root) %{_libdir}/*.so
59
60 %files devel
61 %defattr(644,root,root,755)
62 %{_includedir}/divx/*.h
This page took 0.365462 seconds and 4 git commands to generate.