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