]> git.pld-linux.org Git - packages/gamix.git/blob - gamix.spec
- use new Group: X11/Applications/Sound
[packages/gamix.git] / gamix.spec
1 Summary:        GTK Audio Mixer for ALSA
2 Summary(pl):    Mikser audio w GTK dla ALSA
3 Name:           gamix
4 Version:        1.99.p13
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Sound
8 Source0:        http://www1.tcnet.ne.jp/fmurata/linux/down/%{name}-%{version}.tar.gz
9 URL:            http://www1.tcnet.ne.jp/fmurata/linux/down/
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  alsa-lib-devel >= 0.5.0
13 BuildRequires:  gtk+-devel >= 1.2.0
14 BuildRequires:  gettext-devel
15 BuildRequires:  glib-devel >= 1.2.0
16 ExcludeArch:    sparc sparc64
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         _prefix         /usr/X11R6
20 %define         _sysconfdir     /etc/X11/GNOME
21
22 %description
23 GTK Audio Mixer for ALSA.
24
25 %description -l pl
26 Mikser Audio w GTK dla ALSA.
27
28 %prep
29 %setup -q
30
31 %build
32 rm -f missing
33 %{__gettextize}
34 %{__aclocal}
35 %{__autoconf}
36 %{__automake}
37 %configure
38
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %find_lang %{name} --with-gnome --all-name
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files -f %{name}.lang
53 %defattr(644,root,root,755)
54 %doc AUTHORS ChangeLog README
55 %attr(755,root,root) %{_bindir}/*
This page took 0.048159 seconds and 3 git commands to generate.