]> git.pld-linux.org Git - packages/Mixer.app.git/blob - Mixer.app.spec
- add -fno-rtti -fno-exceptions -fno-implicit-templates and $RPM_OPT_FALGS
[packages/Mixer.app.git] / Mixer.app.spec
1 Summary:        A Window Maker dock app with mixer
2 Name:           Mixer.app
3 Version:        1.4.0
4 Release:        1
5 Group:          X11/Window Managers/Tools
6 Group(pl):      X11/Zarz±dcy Okien/Narzêdzia
7 Copyright:      GPL
8 Source0:        http://www.student.hk-r.se/~pt96pli/mixer/%{name}-%{version}.tar.gz
9 URL:            http://www.student.hk-r.se/~pt96pli/mixer/
10 BuildPrereq:    libstdc++-devel
11 BuildPrereq:    XFree86-devel
12 BuildPrereq:    xpm-devel
13 BuildRoot:      /tmp/%{name}-%{version}-root
14
15 %description
16 Mixer.app is a audio mixer utility. It is designed to be docked in Window
17 Maker. This utility has three volume controllers that can be configured to
18 handle any sound source, the default sources are master-, cd- and
19 pcm-volume. Sound sources can easily be muted and there is also wheel mouse
20 support.
21
22 %prep
23 %setup  -q
24
25 %build
26 xmkmf -a
27 make    PREFIX=/usr/X11R6/GNUstep/Apps/Mixer.app \
28         CXXDEBUGFLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions -fno-implicit-templates" \
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 make install \
34         DESTDIR=$RPM_BUILD_ROOT \
35         PREFIX=/usr/X11R6/GNUstep/Apps/Mixer.app
36
37 gzip -9nf ChangeLog README
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc *.gz
45 %dir /usr/X11R6/GNUstep/Apps/Mixer.app
46 %attr(755,root,root) /usr/X11R6/GNUstep/Apps/Mixer.app/*
47
48 %changelog
49 * Mon May 10 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
50   [1.4.0-1]
51 - firs release in rpm package.
This page took 0.050589 seconds and 4 git commands to generate.