]> git.pld-linux.org Git - packages/WSoundPrefs.git/blob - WSoundPrefs.spec
a429cd2589b0254b2c3c39c02c96fb4d53e4b934
[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:        1.1.0
5 Release:        1
6 Copyright:      GPL
7 Group:          X11/Window Managers/Tools
8 Group(pl):      X11/Zarz±dcy Okien/Narzêdzia
9 Source0:        ftp://shadowmere.student.utwente.nl/pub/WindowMaker/%{name}-%{version}.tar.bz2
10 Source1:        WSoundPrefs.desktop
11 Icon:           WSoundPrefs.gif
12 URL:            http://shadowmere.student.utwente.nl/wmss/
13 BuildRequires:  XFree86-devel
14 BuildRequires:  xpm-devel
15 BuildRequires:  WindowMaker-devel >= 0.60.0
16 BuildRequires:  libPropList-devel >= 0.8.3
17 BuildRequires:  libjpeg-devel
18 BuildRequires:  libpng-devel
19 BuildRequires:  libtiff-devel
20 BuildRequires:  libungif-devel
21 BuildRequires:  zlib-devel
22 BuildRequires:  audiofile-devel
23 BuildRequires:  WSoundServer-devel
24 Requires:       WindowMaker >= 0.60.0
25 BuildRoot:      /tmp/%{name}-%{version}-root
26
27 %define _prefix /usr/X11R6
28 %define _mandir %{_prefix}/man
29
30 %description
31 WSoundPrefs is a WINGs-based application to configure the Window Maker
32 Sound Server (WMSound). It is actually a replacement of the Author's older
33 program called WMSound Setup (aka wmss). Basically it provides the following
34 options: 
35 - Which sound to play on which sound-event 
36 - Which sound-device to use 
37 - What are the search-paths for Sounds and SoundSets 
38 - Loading and Saving of Soundsets
39
40 %description -l pl
41 WSoundPrefs jest opartym na bibliotece WINGs konfiguratorem Serwera
42 D¼wiêku WindowMakera (WMSound). Jest to nastêpca starszego programu
43 o nazwie WMSound Setup (wmss). 
44
45 %prep
46 %setup -q
47
48 %build
49 xmkmf -a
50 make CDEBUGFLAGS="$RPM_OPT_FLAGS"
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 install -d $RPM_BUILD_ROOT/etc/X11/applnk/Utilities 
55
56 make install DESTDIR=$RPM_BUILD_ROOT%{_prefix}
57
58 install %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/applnk/Utilities
59
60 gzip -9nf ChangeLog AUTHORS
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files
66 %defattr(644,root,root,755)
67 %doc {ChangeLog,AUTHORS}.gz
68 %attr(755,root,root) %{_prefix}/GNUstep/Apps/WSoundPrefs.app/WSoundPrefs
69
70 %dir %{_prefix}/GNUstep/Apps/WSoundPrefs.app
71 %dir %{_prefix}/GNUstep/Apps/WSoundPrefs.app/xpm
72 %dir %{_prefix}/GNUstep/Apps/WSoundPrefs.app/tiff
73
74 %{_prefix}/GNUstep/Apps/WSoundPrefs.app/*.tiff
75 %{_prefix}/GNUstep/Apps/WSoundPrefs.app/*.xpm
76 %{_prefix}/GNUstep/Apps/WSoundPrefs.app/xpm/*.xpm
77 %{_prefix}/GNUstep/Apps/WSoundPrefs.app/tiff/*.tiff
78
79 /etc/X11/applnk/Utilities/WSoundPrefs.desktop
This page took 0.039789 seconds and 2 git commands to generate.