View | Details | Raw Unified | Return to bug 8924
Collapse All | Expand All

(-)nas.spec.orig (-21 / +26 lines)
Lines 5-11 Link Here
5
5
6
Name: nas
6
Name: nas
7
Version: 1.6e
7
Version: 1.6e
8
Release: alt1.1
8
Release: alt1.1.1
9
Summary: Network Audio System - a portable, network-transparent audio system
9
Summary: Network Audio System - a portable, network-transparent audio system
10
Group: Sound
10
Group: Sound
11
License: distributable
11
License: distributable
Lines 164-202 Link Here
164
%files -n nasd
164
%files -n nasd
165
%config(noreplace) %_sysconfdir/nas/nasd.conf
165
%config(noreplace) %_sysconfdir/nas/nasd.conf
166
%_sysconfdir/X11/xinit.d/nasd
166
%_sysconfdir/X11/xinit.d/nasd
167
%_x11bindir/nasd
167
%_bindir/nasd
168
%_x11mandir/man1/nasd.1*
168
%_man1dir/nasd.1*
169
%_x11mandir/man5/nasd.conf.5*
169
%_man5dir/nasd.conf.5*
170
170
171
%files -n libaudio
171
%files -n libaudio
172
%_x11libdir/libaudio.so.*
172
%_libdir/libaudio.so.*
173
%_x11x11dir/AuErrorDB
173
%_libdir/X11/AuErrorDB
174
174
175
%files -n libaudio-devel
175
%files -n libaudio-devel
176
%_x11libdir/libaudio.so
176
%_libdir/libaudio.so
177
%_x11includedir/audio
177
%dir %_includedir/audio/
178
%_x11mandir/man3/*
178
%_includedir/audio/
179
%_man3dir/*
179
180
180
%if_enabled static
181
%if_enabled static
181
%files -n libaudio-devel-static
182
%files -n libaudio-devel-static
182
%_x11libdir/libaudio.a
183
%_libdir/libaudio.a
183
%endif
184
%endif
184
185
185
%files utils
186
%files utils
186
%_menudir/nas-utils
187
%_menudir/nas-utils
187
%_x11bindir/au*
188
%_bindir/au*
188
%_x11mandir/man1/au*
189
%_man1dir/au*
189
%_x11mandir/man1/nas.1*
190
%_man1dir/nas.1*
190
191
191
%files examples
192
%files examples
192
%_x11bindir/checkmail
193
%_bindir/checkmail
193
%_x11bindir/issndfile
194
%_bindir/issndfile
194
%_x11bindir/playbucket
195
%_bindir/playbucket
195
%_x11bindir/soundtoh
196
%_bindir/soundtoh
196
%_x11mandir/man1/checkmail.1*
197
%_man1dir/checkmail.1*
197
%_x11mandir/man1/issndfile.1*
198
%_man1dir/issndfile.1*
198
%_x11mandir/man1/playbucket.1*
199
%_man1dir/playbucket.1*
199
%_x11mandir/man1/soundtoh.1*
200
%_man1dir/soundtoh.1*
200
201
201
%files doc
202
%files doc
202
%doc BUGS CHANGES HISTORY README.CYGWIN BUILDNOTES FAQ README RELEASE TODO
203
%doc BUGS CHANGES HISTORY README.CYGWIN BUILDNOTES FAQ README RELEASE TODO
Lines 204-209 Link Here
204
%doc doc/*.ps doc/html doc/pdf
205
%doc doc/*.ps doc/html doc/pdf
205
206
206
%changelog
207
%changelog
208
* Tue Jan 24 2006 Igor Zubkov <icesik@altlinux.ru> 1.6e-alt1.1.1
209
- move from /usr/X11R6/ -> /usr
210
- fix build
211
207
* Sat Apr 30 2005 Anton D. Kachalov <mouse@altlinux.org> 1.6e-alt1.1
212
* Sat Apr 30 2005 Anton D. Kachalov <mouse@altlinux.org> 1.6e-alt1.1
208
- change %_x11libdir/X11 -> %_x11x11dir
213
- change %_x11libdir/X11 -> %_x11x11dir
209
214

Return to bug 8924