]> git.pld-linux.org Git - packages/audiofile.git/blob - audiofile.spec
0dec147e4b4f74ba0aae3a2c3e2c854c5be1ff4c
[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.6
5 Release:        2
6 Copyright:      GPL
7 Group:          Applications/Sound
8 Group(pl):      Aplikacje/D¼wiêk
9 Source:         ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.gz
10 URL:            http://www.68k.org./~michael/audiofile/
11 BuildRoot:      /tmp/%{name}-%{version}-root
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.
21
22 This library allows the processing of audio data to and from audio files of
23 many common formats (currently AIFF, AIFC, WAVE, and NeXT/Sun).
24
25 %description -l pl
26 Biblioteka Audio File jest implementacj± biblioteki SGI Audio File.
27 Przy jej pomocy mo¿na przetwarzaæ d¼wiêki w ró¿nych formatach (AIFF, AIFC,
28 WAVE i NeXT/Sun).
29
30 %package        devel
31 Summary:        Header files and others to develop Audio File applications
32 Summary(pl):    Pliki nag³ówkowe i inne potrzebe do Audio File
33 Group:          Development/Libraries
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(pl):      Programowanie/Biblioteki
50 Requires:       %{name}-devel = %{version}
51 Obsoletes:      libaudiofile-static
52
53 %description static
54 Static libaudiofile libraries
55
56 %description -l pl devel
57 Biblioteki statyczne libaudiofile.
58
59 %prep
60 %setup -q
61
62 %build
63 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
64 ./configure \
65         --prefix=/usr
66
67 make
68
69 %install
70 rm -rf $RPM_BUILD_ROOT
71
72 make install DESTDIR=$RPM_BUILD_ROOT
73
74 strip $RPM_BUILD_ROOT/usr/lib/lib*.so.*.*
75
76 gzip -9nf NOTES README TODO
77
78 %post   -p /sbin/ldconfig
79 %postun -p /sbin/ldconfig
80
81 %clean
82 rm -rf $RPM_BUILD_ROOT
83
84 %files
85 %defattr(644,root,root,755)
86 %doc {NOTES,README,TODO}.gz
87
88 %attr(755,root,root) /usr/bin/sfconvert
89 %attr(755,root,root) /usr/bin/sfinfo
90 %attr(755,root,root) /usr/lib/lib*.so.*
91
92 %files devel
93 %defattr(644,root,root,755)
94
95 %attr(755,root,root) /usr/bin/audiofile-config
96 %attr(755,root,root) /usr/lib/lib*.so
97
98 /usr/include/*
99 /usr/share/aclocal/audiofile.m4
100
101 %files static
102 %attr(644,root,root) /usr/lib/lib*.a
103
104 %changelog
105 * Wed Apr 21 1999 Piotr Czerwiñski <pius@pld.org.pl>
106   [0.1.6-2]
107 - removed "Conflicts: glibc <= 2.0.7" (not neccessary now),
108 - recompiled on rpm 3.
109
110 * Wed Mar 10 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
111   [0.1.6-1]
112 - back to old name .. audiofile.
113
114 * Fri Feb 26 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
115   [0.1.5-3]
116 - added "Conflicts: glibc <= 2.0.7" for prevent install
117   with proper version glibc,
118 - changed Group in devel and static.
119
120 * Mon Jan 04 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
121   [0.1.5-1d]
122 - changed package name to libaudiofile (audiofile added to Obsoletes),
123 - added striping shared libraries,
124 - audiofile-config to devel,
125 - enhanced main %description,
126 - added static subpackage,
127 - new %insatall and %build (libaudiofile have new autoconf scheme).
128
129 * Sun Sep 27 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
130   [0.1.3-2]
131 - added -q %setup parameter,
132 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
133 - added using %%{name} and %%{version} in Source,
134 - changed install prefix from /usr/local to /usr.
135 - changeded dependences to "Requires: %%{name} = %%{version}" in devel
136   subpackage,
137 - added using $RPM_OPT_FLAGS during compile,
138 - added full %attr description in %files,
139 - simplifications in %install.
140
141 * Tue Aug 11 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
142   [0.1.3-1]
143 - first try at an RPM,
144 - build against GNU libc-2.1.
This page took 0.030104 seconds and 2 git commands to generate.