]> git.pld-linux.org Git - packages/a52dec.git/blob - a52dec.spec
6b06a8e93c23fbc7ece0d0ba82e3e0c5497cc19a
[packages/a52dec.git] / a52dec.spec
1 Summary:        A library for handling encrypted dvds
2 Summary(pl):    Biblioteka do obs³ugi zakodowanych DVD
3 Name:           a52dec
4 Version:        0.7.1b
5 Release:        3
6 License:        GPL
7 Group:          X11/Applications/Multimedia
8 Group(de):      X11/Applikationen/Multimedia
9 Group(pl):      X11/Aplikacje/Multimedia
10 Source0:        http://liba52.sourceforge.net/files/%{name}-%{version}.tar.gz
11 URL:            http://www.dtek.chalmers.se/~dvd/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libtool
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr/X11R6
18 %define         _mandir         %{_prefix}/man
19
20 %description
21 liba52 is a free library for decoding ATSC A/52 streams. It is
22 released under the terms of the GPL license. The A/52 standard is used
23 in a variety of applications, including digital television and DVD. It
24 is also known as AC-3.
25
26 %description -l pl
27 liba52 jest wolnodostêpn± (na licencji GPL) bibliotek± do dekodowania
28 strumieni ATSC A/52. Standard A/52 jest u¿ywany w wielu
29 zastosowaniach, w tym cyfrowej telewizji i DVD. Jest znany tak¿e jako
30 AC-3.
31
32 %package devel
33 Summary:        %{name} development package
34 Summary(pl):    Pakiet %{name} dla programistów
35 Group:          Development/Libraries
36 Group(de):      Entwicklung/Libraries
37 Group(es):      Desarrollo/Bibliotecas
38 Group(fr):      Development/Librairies
39 Group(pl):      Programowanie/Biblioteki
40 Group(pt_BR):   Desenvolvimento/Bibliotecas
41 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
42 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
43 Requires:       %{name} = %{version}-%{release}
44
45 %description devel
46 %{name}-devel includes development files for %{name}
47
48 %description devel -l pl
49 Pliki dla programistów a52dec.
50
51 %prep
52 %setup -q
53
54 %build
55 libtoolize --copy --force
56 aclocal
57 autoconf
58 automake -a -c
59 %configure
60 %{__make}
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64 %{__make} install DESTDIR=$RPM_BUILD_ROOT
65
66 gzip -9nf AUTHORS NEWS README TODO
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %post -p /sbin/ldconfig
72 %postun -p /sbin/ldconfig
73
74 %files
75 %defattr(644,root,root,755)
76 %doc {AUTHORS,NEWS,README,TODO}.gz
77 %attr(755,root,root) %{_bindir}/*
78 %{_mandir}/*
79
80 %files devel
81 %defattr(644,root,root,755)
82 %{_includedir}/*
83 %{_libdir}/*.a
84 %attr(755,root,root) %{_libdir}/*.la
This page took 0.037728 seconds and 2 git commands to generate.