]> git.pld-linux.org Git - packages/aumix.git/blob - aumix.spec
- modified for aumix 1.17
[packages/aumix.git] / aumix.spec
1 Summary:        curses based audio mixer
2 Summary(pl):    mikser audio bazuj±cy na curses
3 Name:           aumix
4 Version:        1.17
5 Release:        1d
6 Vendor:         Trevor Johnson <trevor@jpj.net>
7 Source:         %{name}-%{version}.tar.gz
8 Group:          Applications/Sound
9 Group(pl):      Aplikacje/D¼wiêk
10 Copyright:      GPL
11 URL:            http://www.jpj.net/~trevor/aumix.html
12 BuildRoot:      /tmp/buildroot-%{name}-%{version}
13
14 %description
15 This program provides a tty based, interactive method of controlling a
16 sound cards mixer. It lets you adjust the input levels from the CD,
17 microphone, and on board synthesizers as well as the output volume.
18
19 %description -l pl
20 Ten program przynosi bazuj±c± na tty, interaktywn± metodê kontrolowania
21 miksera karty d¼wiêkowej. aumix pozwala zmieniaæ poziom sygna³u
22 nadchodz±cego z CD, mikrofonu i syntetyzerów tak samo jak poziom
23 sygna³u wyj¶ciowego.
24
25 %prep
26 %setup -q
27
28 %build
29 CFLAGS=$RPM_OPT_FLAGS LDFLAGS=-s \
30 ./configure --prefix=/usr
31
32 make CFLAGS="$RPM_OPT_FLAGS"
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 make prefix="$RPM_BUILD_ROOT/usr" install
38
39 strip $RPM_BUILD_ROOT/usr/bin/*
40
41 bzip2 -9 $RPM_BUILD_ROOT/usr/man/man1/* AUTHORS BUGS ChangeLog NEWS README 
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc *.bz2
49
50 %attr(755,root,root) /usr/bin/aumix
51 %attr(644,root, man) /usr/man/man1/*
52
53 %lang(de) /usr/share/locale/de/LC_MESSAGES/aumix.mo
54 %lang(pl) /usr/share/locale/pl/LC_MESSAGES/aumix.mo
55 %lang(es) /usr/share/locale/es/LC_MESSAGES/aumix.mo
56 %lang(pt) /usr/share/locale/pt_BR/LC_MESSAGES/aumix.mo
57 %lang(ru) /usr/share/locale/ru/LC_MESSAGES/aumix.mo
58 %lang(ua) /usr/share/locale/ua/LC_MESSAGES/aumix.mo
59
60 %changelog
61 * Tue Feb 09 1999 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
62   [1.17-1d]
63 - new upstream release
64 - removed patches
65
66 * Mon Feb 01 1999 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
67   [1.15-1d]
68 - new upstream release
69 - now 755 mode instead 711 on binary
70 - added URL
71
72 * Wed Oct 07 1998 Arkadiusz Mi¶kiewicz <misiek@zsz2.starachowice.pl>
73 - corrected vendor
74 - few changes for PLD
75 - patch for slang (ncurses is bad thing ;)
76 - added %%lang macro
77 - added configure.in patch
78
79 * Thu Aug 06 1998 Arkadiusz Mi¶kiewicz <misiek@debian.eu.org>
80 - updated to 1.10
81 - added polish summary and description
82 - added small autoconf patch
83
84 * Tue Jul 28 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
85 - updated to 1.9.4
86
87 * Wed Jul 22 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
88 - updated to 1.9.3
89
90 * Tue Jul 21 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
91 - new aumix version
This page took 0.043598 seconds and 4 git commands to generate.