]> git.pld-linux.org Git - packages/audiofile.git/blob - audiofile.spec
- updated to 0.2.2,
[packages/audiofile.git] / audiofile.spec
1 Summary:        Audio File Library - SGI Audio File Library
2 Summary(pl):    Biblioteka Audio File - implementacja SGI Audio File Library
3 Name:           audiofile
4 Version:        0.2.2
5 Release:        2
6 Epoch:          1
7 License:        LGPL
8 Group:          Libraries
9 Group(de):      Libraries
10 Group(es):      Bibliotecas
11 Group(fr):      Librairies
12 Group(pl):      Biblioteki
13 Source0:        ftp://ftp.68k.org./pub/michael/%{name}-%{version}.tar.gz
14 URL:            http://www.68k.org/~michael/audiofile/
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  libtool
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19 Obsoletes:      libaudiofile
20
21 %description
22 This Audio File Library is an implementation of the SGI Audio File
23 library. Since the latter is specified ambiguously in places, I've
24 taken some liberties in interpreting certain such ambiguities. At the
25 present, not all features of the SGI Audio File library are
26 implemented. I feel, though, that this implementation of the Audio
27 File Library offers enough functionality to be useful for general
28 tasks. This library allows the processing of audio data to and from
29 audio files of many common formats (currently AIFF, AIFC, WAVE, and
30 NeXT/Sun).
31
32 %description -l pl
33 Biblioteka Audio File jest implementacj± biblioteki SGI Audio File.
34 Przy jej pomocy mo¿na przetwarzaæ d¼wiêki w ró¿nych formatach (AIFF,
35 AIFC, WAVE i NeXT/Sun).
36
37 %package devel
38 Summary:        Header files and others to develop Audio File applications
39 Summary(pl):    Pliki nag³ówkowe i inne potrzebe do Audio File
40 Group:          Development/Libraries
41 Group(de):      Entwicklung/Libraries
42 Group(fr):      Development/Librairies
43 Group(pl):      Programowanie/Biblioteki
44 Requires:       %{name} = %{version}
45 Obsoletes:      libaudiofile-devel
46
47 %description devel
48 Header files and others to develop Audio File applications.
49
50 %description -l pl devel
51 Pliki nag³ówków do Audio File'a, czyli to czego potrzebujesz do
52 tworzenia aplikacji pod Audio File'm.
53
54 %package static
55 Summary:        Static libaudiofile libraries
56 Summary(pl):    Biblioteka statyczne libaudiofile
57 Group:          Development/Libraries
58 Group(de):      Entwicklung/Libraries
59 Group(fr):      Development/Librairies
60 Group(pl):      Programowanie/Biblioteki
61 Requires:       %{name}-devel = %{version}
62 Obsoletes:      libaudiofile-static
63
64 %description static
65 Static libaudiofile libraries.
66
67 %description -l pl static
68 Biblioteki statyczne libaudiofile.
69
70 %prep
71 %setup -q
72
73 %build
74 libtoolize --copy --force
75 aclocal
76 autoconf
77 automake -a -c
78 %configure
79 %{__make}
80
81 %install
82 rm -rf $RPM_BUILD_ROOT
83
84 %{__make} install \
85         DESTDIR=$RPM_BUILD_ROOT \
86         m4datadir=%{_aclocaldir}
87
88 gzip -9nf NOTES README TODO
89
90 %post   -p /sbin/ldconfig
91 %postun -p /sbin/ldconfig
92
93 %clean
94 rm -rf $RPM_BUILD_ROOT
95
96 %files
97 %defattr(644,root,root,755)
98 %doc {NOTES,README,TODO}.gz
99
100 %attr(755,root,root) %{_bindir}/sfconvert
101 %attr(755,root,root) %{_bindir}/sfinfo
102 %attr(755,root,root) %{_libdir}/lib*.so.*.*
103
104 %files devel
105 %defattr(644,root,root,755)
106
107 %attr(755,root,root) %{_bindir}/audiofile-config
108 %attr(755,root,root) %{_libdir}/lib*.so
109 %attr(755,root,root) %{_libdir}/lib*.la
110
111 %{_includedir}/*
112 %{_aclocaldir}/audiofile.m4
113
114 %files static
115 %defattr(644,root,root,755)
116 %{_libdir}/lib*.a
This page took 0.152974 seconds and 3 git commands to generate.