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