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