]> git.pld-linux.org Git - SPECS.git/blob - kaconnect.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / kaconnect.spec
1 Summary:        A frontend for the aconnect utility
2 Summary(pl.UTF-8):      Nakładka graficzna dla aconnect
3 Name:           kaconnect
4 Version:        1.1.1
5 Release:        0.2
6 License:        GPL
7 Group:          X11/Applications/Sound
8 Source0:        ftp://ftp.suse.com/pub/people/mana/kalsatools-current/%{name}-%{version}.tar.bz2
9 # Source0-md5:  df012e2d7062f9055a031e74fb10f217
10 Source1:        %{name}.desktop
11 Patch0:         %{name}-paths_and_flags.patch
12 URL:            http://www.suse.de/~mana/kalsatools.html
13 BuildRequires:  alsa-lib-devel
14 BuildRequires:  libstdc++-devel
15 BuildRequires:  qt-devel >= 6:3.0.5
16 Requires:       alsa-utils
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Kaconnect is a Qt version of the aconnect utility for the ALSA
21 sequencer subsystem.
22
23 %description -l pl.UTF-8
24 Kaconnect jest graficzną nakładką dla podsystemu sekwencera ALSA
25 opartą o bibliotekę Qt.
26
27 %prep
28 %setup -q
29 %patch0 -p1
30
31 %build
32 %{__make} -f make_kaconnect \
33         OPTFLAGS="%{rpmcflags}" \
34         LDFLAGS="%{rpmldflags}"
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}}
39 install -c kaconnect $RPM_BUILD_ROOT%{_bindir}
40
41 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc README THANKS
49 %attr(755,root,root) %{_bindir}/*
50 %{_desktopdir}/%{name}.desktop
This page took 0.144235 seconds and 3 git commands to generate.