]> git.pld-linux.org Git - packages/audiofile.git/blob - audiofile.spec
1581cd125c7d2a4d9bf9c1213c8e7e3c934a6a0f
[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.0
5 Release:        1
6 Epoch:          1
7 License:        LGPL
8 Group:          Libraries
9 Group(de):      Libraries
10 Group(fr):      Librairies
11 Group(pl):      Biblioteki
12 Source0:        ftp://ftp.68k.org./pub/michael/%{name}-%{version}.tar.gz
13 URL:            http://www.68k.org/~michael/audiofile/
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
69 %build
70 %configure
71 %{__make}
72
73 %install
74 rm -rf $RPM_BUILD_ROOT
75
76 %{__make} install \
77         DESTDIR=$RPM_BUILD_ROOT \
78         m4datadir=%{_aclocaldir}
79
80 gzip -9nf NOTES README TODO
81
82 %post   -p /sbin/ldconfig
83 %postun -p /sbin/ldconfig
84
85 %clean
86 rm -rf $RPM_BUILD_ROOT
87
88 %files
89 %defattr(644,root,root,755)
90 %doc {NOTES,README,TODO}.gz
91
92 %attr(755,root,root) %{_bindir}/sfconvert
93 %attr(755,root,root) %{_bindir}/sfinfo
94 %attr(755,root,root) %{_libdir}/lib*.so.*.*
95
96 %files devel
97 %defattr(644,root,root,755)
98
99 %attr(755,root,root) %{_bindir}/audiofile-config
100 %attr(755,root,root) %{_libdir}/lib*.so
101 %attr(755,root,root) %{_libdir}/lib*.la
102
103 %{_includedir}/*
104 %{_aclocaldir}/audiofile.m4
105
106 %files static
107 %defattr(644,root,root,755)
108 %{_libdir}/lib*.a
This page took 0.107453 seconds and 3 git commands to generate.