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