]> git.pld-linux.org Git - packages/beast.git/blobdiff - beast.spec
- rel 2 for fixed desktop file
[packages/beast.git] / beast.spec
index 2532c7f7c3cde45f0080d0afa8926126268e0269..c6a2334c17eb316d870b45565c3572db0eed2044 100644 (file)
@@ -1,19 +1,27 @@
 Summary:       BEAST (the Bedevilled Audio System)
+Summary(pl):   System d¼wiêku BEAST (Bedevilled Audio System)
 Name:          beast
-Version:       0.5.1
-Release:       1
+Version:       0.6.2
+Release:       2
 License:       GPL
 Group:         Applications
-Source0:       http://beast.gtk.org/beast-ftp/v0.5/%{name}-%{version}.tar.gz
-Patch0:                %{name}-ac.patch
+Source0:       http://beast.gtk.org/beast-ftp/v0.6/%{name}-%{version}.tar.gz
+# Source0-md5: fb86207ba14069956d39a99c62da5bd7
+Source1:       %{name}.desktop
+Patch0:                %{name}-glib24.patch
+Patch1:                %{name}-gcc34.patch
 URL:           http://beast.gtk.org/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.57
 BuildRequires: automake
-BuildRequires: gtk+2-devel >=  2.0.0
+BuildRequires: gtk+2-devel >=  2.2.0
+BuildRequires: guile-devel >= 1.6
+BuildRequires: libart_lgpl-devel >= 2.3.8
 BuildRequires: libgnomecanvas-devel >= 2.0.0
-BuildRequires: guile-devel >= 1.4
+BuildRequires: libmad-devel >= 0.14.2
+BuildRequires: libtool
 BuildRequires: libvorbis-devel >= 1.0
-BuildRequires: mad-devel >= 0.14.2
+BuildRequires: perl-base
+BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -22,17 +30,29 @@ BSE (the Bedevilled Sound Engine). BSE is a shared library that comes
 with the necessary framework to simulate audio synthesis (modular
 synthesis) in realtime and allow for song composition.
 
+%description -l pl
+System d¼wiêku BEAST (Bedevilled Audio System) to oparty na GTK+/GNOME
+frontend dla silnika d¼wiêku BSE (Bedevilled Sound Engine). BSE to
+biblioteka wspó³dzielona, która przychodzi wraz ze szkieletem
+potrzebnym do symulacji syntezy d¼wiêku (syntezy modularnej) w czasie
+rzeczywistym oraz umo¿liwienia komponowania piosenek.
+
 %package devel
-Summary:       Header files for Beast
-Group:         Libraries
-Requires:      %{name} = %{version}
+Summary:       Header files for Beast
+Summary(pl):   Pliki nag³ówkowe dla Beast
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
 
 %description devel
 Header files for Beast.
 
+%description devel -l pl
+Pliki nag³ówkowe dla Beast.
+
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 rm -f aclocal.m4
@@ -40,36 +60,52 @@ rm -f aclocal.m4
 %{__aclocal}
 %{__autoconf}
 %configure \
-       --enable-devdsp
+       --enable-devdsp \
+       --enable-debug=no
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+install -c %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+
+%find_lang %{name} --all-name
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
+%post  -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-%files
+
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 %dir %{_libdir}/bse
-%{_libdir}/bse/v%{version}/plugins/*.so
-%{_libdir}/lib*.so.*.*.*
+%dir %{_libdir}/bse/v%{version}
+%dir %{_libdir}/bse/v%{version}/plugins
+%{_mandir}/man1/*
+%attr(755,root,root) %{_libdir}/bse/v%{version}/plugins/*.so
 %{_datadir}/%{name}
+%{_datadir}/bse
+%{_datadir}/application-registry/%{name}.applications
+%{_datadir}/mime-info/bse.*
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/*.png
 
 %files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/*.so
+%{_libdir}/*.la
 %{_includedir}/bse
 %{_includedir}/bsw
 %{_includedir}/sfi
-%{_libdir}/*.la
-%{_libdir}/*.so
 %{_mandir}/man3/*
 %{_pkgconfigdir}/*.pc
 # do we really need this?
This page took 0.049936 seconds and 4 git commands to generate.