]> git.pld-linux.org Git - SPECS.git/blob - gamix.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / gamix.spec
1 Summary:        GTK+ Audio Mixer for ALSA
2 Summary(pl.UTF-8):      Mikser audio w GTK+ dla ALSA
3 Name:           gamix
4 Version:        1.99.p14
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:  a57b7954aa8e95b0a1c69a6fb06bc64b
10 URL:            http://www1.tcnet.ne.jp/fmurata/linux/down/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  alsa-lib-devel >= 0.9.0
14 BuildRequires:  gettext-tools
15 # GTK+ 1.x still needed by configure, but not used afterwards
16 BuildRequires:  gtk+-devel >= 1.2.0
17 BuildRequires:  gtk+2-devel >= 1:2.0.0
18 BuildRequires:  libtool
19 BuildRequires:  pkgconfig
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %define         _sysconfdir     /etc/X11/GNOME
23
24 %description
25 GTK+ Audio Mixer for ALSA.
26
27 %description -l pl.UTF-8
28 Mikser Audio w GTK+ dla ALSA.
29
30 %prep
31 %setup -q
32
33 %build
34 %{__gettextize}
35 %{__libtoolize}
36 %{__aclocal}
37 %{__autoconf}
38 %{__automake}
39 %configure \
40         --with-gtk-target=-2.0
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %find_lang %{name}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files -f %{name}.lang
56 %defattr(644,root,root,755)
57 %doc AUTHORS ChangeLog README
58 %attr(755,root,root) %{_bindir}/*
This page took 0.321883 seconds and 3 git commands to generate.