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