]> git.pld-linux.org Git - packages/a52dec.git/blob - a52dec.spec
- this software does not depend on X11 libs
[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 %description
18 liba52 is a free library for decoding ATSC A/52 streams. It is
19 released under the terms of the GPL license. The A/52 standard is used
20 in a variety of applications, including digital television and DVD. It
21 is also known as AC-3.
22
23 %description -l pl
24 liba52 jest wolnodostêpn± (na licencji GPL) bibliotek± do dekodowania
25 strumieni ATSC A/52. Standard A/52 jest u¿ywany w wielu
26 zastosowaniach, w tym cyfrowej telewizji i DVD. Jest znany tak¿e jako
27 AC-3.
28
29 %package libs
30 Summary:        Biblioteki a52dec
31 Summary(pl):    Pakiet z bibliotekami a52dec
32 Group:          Development/Libraries
33 Group(de):      Entwicklung/Libraries
34 Group(es):      Desarrollo/Bibliotecas
35 Group(fr):      Development/Librairies
36 Group(pl):      Programowanie/Biblioteki
37 Group(pt_BR):   Desenvolvimento/Bibliotecas
38 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
39 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
40
41 %description libs
42 %{name}-devel includes development files for %{name}.
43
44 %description libs -l pl
45 Pliki dla programistów a52dec.
46
47 %package libs-devel
48 Summary:        %{name} development package
49 Summary(pl):    Pakiet %{name} dla programistów
50 Group:          Development/Libraries
51 Group(de):      Entwicklung/Libraries
52 Group(es):      Desarrollo/Bibliotecas
53 Group(fr):      Development/Librairies
54 Group(pl):      Programowanie/Biblioteki
55 Group(pt_BR):   Desenvolvimento/Bibliotecas
56 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
57 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
58 Requires:       %{name}-libs = %{version}-%{release}
59
60 %description libs-devel
61 %{name}-devel includes development files for %{name}.
62
63 %description libs-devel -l pl
64 Pliki dla programistów a52dec.
65
66 %package libs-static
67 Summary:        Biblioteki a52dec
68 Summary(pl):    Pakiet z bibliotekami a52dec
69 Group:          Development/Libraries
70 Group(de):      Entwicklung/Libraries
71 Group(es):      Desarrollo/Bibliotecas
72 Group(fr):      Development/Librairies
73 Group(pl):      Programowanie/Biblioteki
74 Group(pt_BR):   Desenvolvimento/Bibliotecas
75 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
76 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
77
78 %description libs-static
79 %{name}-devel includes development files for %{name}.
80
81 %description libs-static -l pl
82 Pliki dla programistów a52dec.
83
84 %prep
85 %setup -q
86
87 %build
88 libtoolize --copy --force
89 aclocal
90 autoconf
91 automake -a -c
92 %configure --enable-shared
93 %{__make}
94
95 %install
96 rm -rf $RPM_BUILD_ROOT
97 %{__make} install DESTDIR=$RPM_BUILD_ROOT
98
99 gzip -9nf AUTHORS NEWS README TODO
100
101 %clean
102 rm -rf $RPM_BUILD_ROOT
103
104 %post -p /sbin/ldconfig
105 %postun -p /sbin/ldconfig
106
107 %files
108 %defattr(644,root,root,755)
109 %doc {AUTHORS,NEWS,README,TODO}.gz
110 %attr(755,root,root) %{_bindir}/*
111 %{_mandir}/*
112
113 %files libs
114 %defattr(644,root,root,755)
115 %attr(755,root,root) %{_libdir}/*.so.*
116
117 %files libs-devel
118 %defattr(644,root,root,755)
119 %attr(755,root,root) %{_libdir}/*.so
120 %{_includedir}/*
121
122 %files libs-static
123 %defattr(644,root,root,755)
124 %{_libdir}/*.a
125 %attr(755,root,root) %{_libdir}/*.la
This page took 0.037258 seconds and 3 git commands to generate.