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