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