]> git.pld-linux.org Git - packages/beast.git/blob - beast.spec
3e2f755cea392eb6e28f19b38f9cb1e29637bfec
[packages/beast.git] / beast.spec
1 Summary:        BEAST (the Bedevilled Audio System)
2 Name:           beast
3 Version:        0.5.1
4 Release:        1
5 License:        GPL
6 Group:          Applications
7 Source0:        http://beast.gtk.org/beast-ftp/v0.5/%{name}-%{version}.tar.gz
8 Patch0:         %{name}-ac.patch
9 URL:            http://beast.gtk.org/
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  gtk+2-devel >=  2.0.0
13 BuildRequires:  libgnomecanvas-devel >= 2.0.0
14 BuildRequires:  guile-devel >= 1.4
15 BuildRequires:  libvorbis-devel >= 1.0
16 BuildRequires:  mad-devel >= 0.14.2
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 BEAST (the Bedevilled Audio System) is a GTK+/GNOME based front-end to
21 BSE (the Bedevilled Sound Engine). BSE is a shared library that comes
22 with the necessary framework to simulate audio synthesis (modular
23 synthesis) in realtime and allow for song composition.
24
25 %package devel
26 Summary:        Header files for Beast
27 Group:          Libraries
28 Requires:       %{name} = %{version}
29
30 %description devel
31 Header files for Beast.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36
37 %build
38 rm -f aclocal.m4
39 %{__libtoolize}
40 %{__aclocal}
41 %{__autoconf}
42 %configure
43
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %post -p /sbin/ldconfig
56 %postun -p /sbin/ldconfig
57
58 %files
59 %defattr(644,root,root,755)
60 %attr(755,root,root) %{_bindir}/*
61 %dir %{_libdir}/bse
62 %{_libdir}/bse/v%{version}/plugins/*.so
63 %{_libdir}/lib*.so.*.*.*
64 %{_datadir}/%{name}
65
66 %files devel
67 %{_includedir}/bse
68 %{_includedir}/bsw
69 %{_includedir}/sfi
70 %{_libdir}/*.la
71 %{_libdir}/*.so
72 %{_mandir}/man3/*
73 %{_pkgconfigdir}/*.pc
74 # do we really need this?
75 %{_libdir}/bse/v%{version}/plugins/*.la
This page took 0.081602 seconds and 2 git commands to generate.