]> git.pld-linux.org Git - packages/gamix.git/blob - gamix.spec
- now there is alsa on sparc*
[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 # Source0-md5:  86a6b2fb912816620f8b817030406d31
10 URL:            http://www1.tcnet.ne.jp/fmurata/linux/down/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  alsa-lib-devel >= 0.5.0
14 BuildRequires:  gettext-devel
15 BuildRequires:  glib-devel >= 1.2.0
16 BuildRequires:  gtk+-devel >= 1.2.0
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         _sysconfdir     /etc/X11/GNOME
20
21 %description
22 GTK Audio Mixer for ALSA.
23
24 %description -l pl
25 Mikser Audio w GTK dla ALSA.
26
27 %prep
28 %setup -q
29
30 %build
31 rm -f missing
32 %{__gettextize}
33 %{__aclocal}
34 %{__autoconf}
35 %{__automake}
36 %configure
37
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %find_lang %{name} --with-gnome --all-name
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files -f %{name}.lang
52 %defattr(644,root,root,755)
53 %doc AUTHORS ChangeLog README
54 %attr(755,root,root) %{_bindir}/*
This page took 0.418013 seconds and 3 git commands to generate.