diff --git a/boo.spec b/boo.spec index d5cc361..ed2237a 100644 --- a/boo.spec +++ b/boo.spec @@ -3,7 +3,7 @@ Summary: Boo is an OO statically typed language for CLI Name: boo Version: 0.8.1.2865 -Release: 6%{?dist} +Release: 7%{?dist} License: MIT Group: Development/Languages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -64,9 +64,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %files %defattr(-,root,root) %doc license.txt notice.txt readme.txt docs/BooManifesto.sxw -%{monodir}/boo* +%{monodir}/boo*/ +%dir %{monodir}/mono/boo %{monodir}/mono/boo/*.dll -%{monodir}/mono/gac/Boo*/* +%{monodir}/mono/gac/Boo*/ %{_bindir}/boo* %exclude %{_datadir}/gtksourceview-1.0/language-specs/boo.lang %{_datadir}/mime/packages/boo* @@ -77,6 +78,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{monodir}/pkgconfig/boo.pc %changelog +* Mon Jun 15 2009 Michael Schwendt - 0.8.1.2865-7 +- Include missing directory entries (#473630). + * Mon Apr 20 2009 Milos Jakubicek - 0.8.1.2865-6 - Fix FTBFS: added boo-mono.patch