]> git.pld-linux.org Git - SPECS.git/blob - tutka.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / tutka.spec
1 Summary:        Tracker style MIDI sequencer
2 Summary(pl.UTF-8):      Sekwencer MIDI w stylu trackera
3 Name:           tutka
4 Version:        0.12.4
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Sound
8 Source0:        http://savannah.nongnu.org/download/tutka/%{name}-%{version}.tar.bz2
9 # Source0-md5:  025d4ce39e638e7af002cb010d97d98f
10 Patch0:         %{name}-desktop.patch
11 Patch1:         %{name}-disable_schemas_install.patch
12 URL:            http://www.nongnu.org/tutka/
13 BuildRequires:  alsa-lib-devel >= 0.9
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  gnome-common >= 2.8.0
17 BuildRequires:  gtk+2-devel >= 2:2.4.0
18 BuildRequires:  libglade2-devel >= 2.4.2
19 BuildRequires:  libgnomeui-devel >= 2.6.0
20 BuildRequires:  libtool
21 BuildRequires:  libxml2-devel >= 2.4.16
22 BuildRequires:  pkgconfig
23 Requires(post,preun):   GConf2
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 Tutka is a free tracker style MIDI sequencer for GNU/Linux. It is
28 similar to programs like SoundTracker, ProTracker and FastTracker
29 except that it does not support samples and is meant for MIDI use
30 only.
31
32 %description -l pl.UTF-8
33 Tutka jest wolnym sekwencerem MIDI w stylu trackera dla GNU/Linuksa.
34 Przypomina programy jak SoundTracker, ProTracker i FastTracker z tym
35 że, przeznaczony jest wyłącznie do prac z MIDI, a nie z próbkami
36 dźwiękowymi.
37
38 %prep
39 %setup -q
40 %patch0 -p1
41 %patch1 -p1
42
43 %build
44 %{__aclocal}
45 %{__autoheader}
46 %{__automake}
47 %{__autoconf}
48 %configure \
49         --disable-schemas-install
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %post
62 %gconf_schema_install tutka.schemas
63
64 %preun
65 %gconf_schema_uninstall tutka.schemas
66
67 %files
68 %defattr(644,root,root,755)
69 %doc AUTHORS ChangeLog NEWS README TODO
70 %{_sysconfdir}/gconf/schemas/*
71 %attr(755,root,root) %{_bindir}/*
72 %{_datadir}/%{name}
73 %{_desktopdir}/*.desktop
74 %{_pixmapsdir}/*.png
This page took 1.488224 seconds and 3 git commands to generate.