]> git.pld-linux.org Git - packages/a52dec.git/blob - a52dec.spec
- cosmetics.
[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.2
5 Release:        1
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 libs
33 Summary:        Biblioteki a52dec
34 Summary(pl):    Pakiet z bibliotekami a52dec
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
44 %description libs
45 %{name}-devel includes development files for %{name}.
46
47 %description libs -l pl
48 Pliki dla programistów a52dec.
49
50 %package libs-devel
51 Summary:        %{name} development package
52 Summary(pl):    Pakiet %{name} dla programistów
53 Group:          Development/Libraries
54 Group(de):      Entwicklung/Libraries
55 Group(es):      Desarrollo/Bibliotecas
56 Group(fr):      Development/Librairies
57 Group(pl):      Programowanie/Biblioteki
58 Group(pt_BR):   Desenvolvimento/Bibliotecas
59 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
60 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
61 Requires:       %{name}-libs = %{version}-%{release}
62
63 %description libs-devel
64 %{name}-devel includes development files for %{name}.
65
66 %description libs-devel -l pl
67 Pliki dla programistów a52dec.
68
69 %package libs-static
70 Summary:        Biblioteki a52dec
71 Summary(pl):    Pakiet z bibliotekami a52dec
72 Group:          Development/Libraries
73 Group(de):      Entwicklung/Libraries
74 Group(es):      Desarrollo/Bibliotecas
75 Group(fr):      Development/Librairies
76 Group(pl):      Programowanie/Biblioteki
77 Group(pt_BR):   Desenvolvimento/Bibliotecas
78 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
79 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
80
81 %description libs-static
82 %{name}-devel includes development files for %{name}.
83
84 %description libs-static -l pl
85 Pliki dla programistów a52dec.
86
87 %prep
88 %setup -q
89
90 %build
91 rm -f missing
92 libtoolize --copy --force
93 aclocal
94 autoconf
95 automake -a -c
96 %configure \
97         --enable-shared
98 %{__make}
99
100 %install
101 rm -rf $RPM_BUILD_ROOT
102 %{__make} install DESTDIR=$RPM_BUILD_ROOT
103
104 gzip -9nf AUTHORS NEWS README TODO
105
106 %clean
107 rm -rf $RPM_BUILD_ROOT
108
109 %post -p /sbin/ldconfig
110 %postun -p /sbin/ldconfig
111
112 %files
113 %defattr(644,root,root,755)
114 %doc {AUTHORS,NEWS,README,TODO}.gz
115 %attr(755,root,root) %{_bindir}/*
116 %{_mandir}/*
117
118 %files libs
119 %defattr(644,root,root,755)
120 %attr(755,root,root) %{_libdir}/*.so.*
121
122 %files libs-devel
123 %defattr(644,root,root,755)
124 %attr(755,root,root) %{_libdir}/*.so
125 %{_includedir}/*
126
127 %files libs-static
128 %defattr(644,root,root,755)
129 %{_libdir}/*.a
130 %attr(755,root,root) %{_libdir}/*.la
This page took 0.067048 seconds and 3 git commands to generate.