]> git.pld-linux.org Git - packages/WSoundPrefs.git/blob - WSoundPrefs.spec
- cosmetics.
[packages/WSoundPrefs.git] / WSoundPrefs.spec
1 Summary:        Window Maker Sound Preferences
2 Summary(pl):    Konfigurator Serwera D¼wiêku WindowMakera
3 Name:           WSoundPrefs
4 Version:        0.9.3
5 Release:        3
6 Copyright:      GPL
7 Group:          X11/Window Managers/Tools
8 Group(pl):      X11/Zarz±dcy Okien/Narzêdzia
9 Source:         ftp://shadowmere.student.utwente.nl/pub/WindowMaker/%{name}-%{version}.tar.gz
10 Icon:           WSoundPrefs.gif
11 URL:            http://shadowmere.student.utwente.nl/wmss/
12 BuildPrereq:    XFree86-devel
13 BuildPrereq:    xpm-devel
14 BuildPrereq:    WindowMaker-devel >= 0.50.0
15 BuildPrereq:    libPropList-devel >= 0.8.3
16 BuildPrereq:    libjpeg-devel
17 BuildPrereq:    libpng-devel
18 BuildPrereq:    libtiff-devel
19 BuildPrereq:    libungif-devel
20 BuildPrereq:    zlib-devel
21 BuildPrereq:    wmsound-devel
22 Requires:       wmsound
23 BuildRoot:      /tmp/%{name}-%{version}-root
24
25 %define _prefix /usr/X11R6
26
27 %description
28 WSoundPrefs is a WINGs-based application to configure the Window Maker
29 Sound Server (WMSound). It is actually a replacement of the Author's older
30 program called WMSound Setup (aka wmss). Basically it provides the following
31 options: 
32 - Which sound to play on which sound-event 
33 - Which sound-device to use 
34 - What are the search-paths for Sounds and SoundSets 
35 - Loading and Saving of Soundsets
36
37 %description -l pl
38 WSoundPrefs jest opartym na bibliotece WINGs konfiguratorem Serwera
39 D¼wiêku WindowMakera (WMSound). Jest to nastêpca starszego programu
40 o nazwie WMSound Setup (wmss). 
41
42 %prep
43 %setup -q
44
45 %build
46 xmkmf -a
47 make CDEBUGFLAGS="$RPM_OPT_FLAGS"
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 make install DESTDIR=$RPM_BUILD_ROOT%{_prefix}
53
54 gzip -9nf ChangeLog
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc ChangeLog.gz
62 %attr(755,root,root) %{_prefix}/GNUstep/Apps/WSoundPrefs.app/WSoundPrefs
63
64 %dir %{_prefix}/GNUstep/Apps/WSoundPrefs.app
65 %dir %{_prefix}/GNUstep/Apps/WSoundPrefs.app/xpm
66 %dir %{_prefix}/GNUstep/Apps/WSoundPrefs.app/tiff
67
68 %{_prefix}/GNUstep/Apps/WSoundPrefs.app/*.tiff
69 %{_prefix}/GNUstep/Apps/WSoundPrefs.app/*.xpm
70 %{_prefix}/GNUstep/Apps/WSoundPrefs.app/xpm/*.xpm
71 %{_prefix}/GNUstep/Apps/WSoundPrefs.app/tiff/*.tiff
72
73 %changelog
74 * Sun May 16 1999 Piotr Czerwiñski <pius@pld.org.pl>
75   [0.9.3-3]
76 - modified a bit spec file for PLD use,
77 - removed WSoundPrefs-0.9.3_config.patch,
78 - fixed passing $RPM_OPT_FLAGS,
79 - added BuildPrereq rules,
80 - recompiled on rpm 3,
81 - package is FHS 2.0 compliant.
82
83 * Thu Mar 18 1999 Nicolas Mailhot <Nicolas.Mailhot@email.enst.fr>
84   [0.9.3-2]
85 - added directories for a cleaner uninstall.
86
87 * Thu Mar 18 1999 Nicolas Mailhot <Nicolas.Mailhot@email.enst.fr>
88   [0.9.3-1]
89 - Initial release for WSoundPrefs-0.9.3-1.
This page took 0.070957 seconds and 4 git commands to generate.