X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=beast.spec;h=ca10c242d4edf5aac64d99730c33a1e487a9ac94;hb=4db08c597ef5324d1f85ebb57a2a3e378264ccba;hp=4031f98b083abade32d7ad114ee892f6b09131e0;hpb=92d549fea6f9b06b92900528a8bdd7e7a036ce44;p=packages%2Fbeast.git diff --git a/beast.spec b/beast.spec index 4031f98..ca10c24 100644 --- a/beast.spec +++ b/beast.spec @@ -1,23 +1,24 @@ Summary: BEAST (the Bedevilled Audio System) Summary(pl): System d¼wiêku BEAST (Bedevilled Audio System) Name: beast -Version: 0.5.4 -Release: 1 +Version: 0.6.1 +Release: 0.1 License: GPL Group: Applications -Source0: http://beast.gtk.org/beast-ftp/v0.5/%{name}-%{version}.tar.gz -# Source0-md5: ca6db9d452b139f5a4a6fc6a8012dd6f +Source0: http://beast.gtk.org/beast-ftp/v0.6/%{name}-%{version}.tar.gz +# Source0-md5: 4c09a330b174d9df2d45a94334f06ff8 Source1: %{name}.desktop -Patch0: %{name}-ac.patch +Patch0: %{name}-glib24.patch +Patch1: %{name}-gcc34.patch URL: http://beast.gtk.org/ BuildRequires: autoconf BuildRequires: automake -BuildRequires: gtk+2-devel >= 2.0.0 +BuildRequires: gtk+2-devel >= 2.2.0 BuildRequires: guile-devel >= 1.6 BuildRequires: libgnomecanvas-devel >= 2.0.0 +BuildRequires: libmad-devel >= 0.14.2 BuildRequires: libtool BuildRequires: libvorbis-devel >= 1.0 -BuildRequires: mad-devel >= 0.14.2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -34,7 +35,7 @@ potrzebnym do symulacji syntezy d rzeczywistym oraz umo¿liwienia komponowania piosenek. %package devel -Summary: Header files for Beast +Summary: Header files for Beast Summary(pl): Pliki nag³ówkowe dla Beast Group: Development/Libraries Requires: %{name} = %{version} @@ -48,6 +49,7 @@ Pliki nag %prep %setup -q %patch0 -p1 +%patch1 -p1 %build rm -f aclocal.m4 @@ -67,26 +69,32 @@ install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -install -c beast-gtk/images/beast.png $RPM_BUILD_ROOT%{_pixmapsdir} install -c %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} +%find_lang %{name} --all-name + %clean rm -rf $RPM_BUILD_ROOT %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 %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}/%{name}.png +%{_pixmapsdir}/*.png %files devel %defattr(644,root,root,755)