]> git.pld-linux.org Git - packages/aumix.git/blob - aumix.spec
- updated to 1.18.2,
[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.18.2
5 Release:        1
6 Copyright:      GPL
7 Group:          Applications/Sound
8 Group(pl):      Aplikacje/D¼wiêk
9 Source:         http://www.jpj.net/~trevor/aumix/%{name}-%{version}.tar.gz
10 Patch:          aumix.patch
11 URL:            http://www.jpj.net/~trevor/aumix.html
12 BuildRoot:      /tmp/%{name}-%{version}-root
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 %patch -p1
28
29 %build
30 CFLAGS="$RPM_OPT_FLAGS -I/usr/include/ncurses" LDFLAGS="-s" \
31 ./configure \
32         --prefix=/usr
33
34 make
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 make prefix="$RPM_BUILD_ROOT/usr" install
40
41 strip $RPM_BUILD_ROOT/usr/bin/*
42
43 gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/* \
44         AUTHORS BUGS ChangeLog NEWS README 
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc {AUTHORS,BUGS,ChangeLog,NEWS,README}.gz
52
53 %attr(755,root,root) /usr/bin/aumix
54 /usr/man/man1/*
55
56 %lang(de)    /usr/share/locale/de/LC_MESSAGES/aumix.mo
57 %lang(es)    /usr/share/locale/es/LC_MESSAGES/aumix.mo
58 %lang(pl)    /usr/share/locale/pl/LC_MESSAGES/aumix.mo
59 %lang(pt_BR) /usr/share/locale/pt_BR/LC_MESSAGES/aumix.mo
60 %lang(ru)    /usr/share/locale/ru/LC_MESSAGES/aumix.mo
61 %lang(ua)    /usr/share/locale/ua/LC_MESSAGES/aumix.mo
62
63 %changelog
64 * Mon Apr  5 1999 Piotr Czerwiñski <pius@pld.org.pl>
65   [1.17-2]
66 - gzipping documentation and man pages,
67 - changed BuildRoot to /tmp/%%{name}-%%{version}-root,
68 - removed man group from man pages,
69 - cosmetic changes for common l&f.
70
71 * Tue Feb 09 1999 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
72   [1.17-1d]
73 - new upstream release
74 - removed patches
75
76 * Mon Feb 01 1999 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
77   [1.15-1d]
78 - new upstream release
79 - now 755 mode instead 711 on binary
80 - added URL
81
82 * Wed Oct 07 1998 Arkadiusz Mi¶kiewicz <misiek@zsz2.starachowice.pl>
83 - corrected vendor
84 - few changes for PLD
85 - patch for slang (ncurses is bad thing ;)
86 - added %%lang macro
87 - added configure.in patch
88
89 * Thu Aug 06 1998 Arkadiusz Mi¶kiewicz <misiek@debian.eu.org>
90 - updated to 1.10
91 - added polish summary and description
92 - added small autoconf patch
93
94 * Tue Jul 28 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
95 - updated to 1.9.4
96
97 * Wed Jul 22 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
98 - updated to 1.9.3
99
100 * Tue Jul 21 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
101 - new aumix version
This page took 0.05316 seconds and 4 git commands to generate.