]> git.pld-linux.org Git - packages/faac.git/blob - faac.spec
9128436baa92940a9943762925a188605781d95d
[packages/faac.git] / faac.spec
1 Summary:        Freeware Advanced Audio Codec
2 Summary(pl):    Freeware Advanced Audio Codec - darmowy zaawansowany kodek d¼wiêku
3 Name:           faac
4 Version:        1.24
5 Release:        1
6 License:        LGPL v2.1+
7 Group:          Applications/Sound
8 Source0:        http://dl.sourceforge.net/faac/%{name}-%{version}.tar.gz
9 # Source0-md5:  191a457d0a7139792e5dc0c5b607b6f1
10 Patch0:         %{name}-link.patch
11 URL:            http://www.audiocoding.com/
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake
14 BuildRequires:  libtool
15 BuildRequires:  mpeg4ip-devel
16 Requires:       %{name}-libs = %{version}-%{release}
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 FAAC is an ISO/MPEG 2/4 AAC encoder library developed for the Freeware
21 Advanced Audio Coding project.
22
23 %description -l pl
24 FAAC to biblioteka kodera ISO/MPEG 2/4 AAC stworzona dla projektu
25 Freeware Advanced Audio Coding (darmowego zaawansowanego kodowania
26 d¼wiêku).
27
28 %package libs
29 Summary:        Freeware Advanced Audio Codec library
30 Summary(pl):    Freeware Advanced Audio Codec - biblioteka darmowego zaawansowanego kodeka d¼wiêku
31 Group:          Libraries
32
33 %description libs
34 FAAC is an ISO/MPEG 2/4 AAC encoder library developed for the Freeware
35 Advanced Audio Coding project.
36
37 %description libs -l pl
38 FAAC to biblioteka kodera ISO/MPEG 2/4 AAC stworzona dla projektu
39 Freeware Advanced Audio Coding (darmowego zaawansowanego kodowania
40 d¼wiêku).
41
42 %package devel
43 Summary:        Header files for faac library
44 Summary(pl):    Pliki nag³ówkowe biblioteki faac
45 Group:          Development/Libraries
46 Requires:       %{name}-libs = %{version}-%{release}
47
48 %description devel
49 Header files for faac library.
50
51 %description devel -l pl
52 Pliki nag³ówkowe biblioteki faac.
53
54 %package static
55 Summary:        Static faac library
56 Summary(pl):    Statyczna biblioteka faac
57 Group:          Development/Libraries
58 Requires:       %{name}-devel = %{version}-%{release}
59
60 %description static
61 Static faac library.
62
63 %description static -l pl
64 Statyczna biblioteka faac.
65
66 %prep
67 %setup -q -n %{name}
68 %patch0 -p1
69
70 %build
71 %{__libtoolize}
72 %{__aclocal}
73 %{__autoconf}
74 %{__autoheader}
75 %{__automake}
76 %configure
77 %{__make}
78
79 %install
80 rm -rf $RPM_BUILD_ROOT
81
82 %{__make} install \
83         DESTDIR=$RPM_BUILD_ROOT
84
85 %clean
86 rm -rf $RPM_BUILD_ROOT
87
88 %post   libs -p /sbin/ldconfig
89 %postun libs -p /sbin/ldconfig
90
91 %files
92 %defattr(644,root,root,755)
93 %attr(755,root,root) %{_bindir}/*
94
95 %files libs
96 %defattr(644,root,root,755)
97 %doc ChangeLog README TODO docs/faac.html
98 %attr(755,root,root) %{_libdir}/lib*.so.*.*
99
100 %files devel
101 %defattr(644,root,root,755)
102 %doc docs/libfaac.html
103 %attr(755,root,root) %{_libdir}/lib*.so
104 %{_libdir}/lib*.la
105 %{_includedir}/*.h
106
107 %files static
108 %defattr(644,root,root,755)
109 %{_libdir}/lib*.a
This page took 0.066292 seconds and 2 git commands to generate.