|
@@ -2,48 +2,64 @@
|
|
%define moonlight_dir %{_libdir}/moonlight
|
|
%define moonlight_dir %{_libdir}/moonlight
|
|
%define pkgconfigdir %{_datadir}/pkgconfig
|
|
%define pkgconfigdir %{_datadir}/pkgconfig
|
|
%define included_mono 2.6
|
|
%define included_mono 2.6
|
|
|
|
+
|
|
Summary: An open source implementation of Silverlight
|
|
Summary: An open source implementation of Silverlight
|
|
Summary(ja): Silverlight のオープンソースによる実装
|
|
Summary(ja): Silverlight のオープンソースによる実装
|
|
Name: moonlight
|
|
Name: moonlight
|
|
Version: 2.0
|
|
Version: 2.0
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
|
|
+
|
|
Group: Applications/Multimedia
|
|
Group: Applications/Multimedia
|
|
License: LGPL v2.0 only ; MIT License (or similar) ; Ms-Pl
|
|
License: LGPL v2.0 only ; MIT License (or similar) ; Ms-Pl
|
|
-Url: http://go-mono.com/moonlight/
|
|
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
+URL: http://go-mono.com/moonlight/
|
|
|
|
+
|
|
Source0: ftp://ftp.novell.com/pub/mono/sources/moon/2.0/moonlight-%{version}.tar.bz2
|
|
Source0: ftp://ftp.novell.com/pub/mono/sources/moon/2.0/moonlight-%{version}.tar.bz2
|
|
Source1: mono-%{included_mono}.tar.bz2
|
|
Source1: mono-%{included_mono}.tar.bz2
|
|
Source2: mono-basic-%{included_mono}.tar.bz2
|
|
Source2: mono-basic-%{included_mono}.tar.bz2
|
|
|
|
+
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
#Patch0: missing-files.patch
|
|
#Patch0: missing-files.patch
|
|
BuildRequires: mono-devel >= 2.6
|
|
BuildRequires: mono-devel >= 2.6
|
|
BuildRequires: monodoc
|
|
BuildRequires: monodoc
|
|
-BuildRequires: gtk-sharp2 rsvg2-sharp
|
|
|
|
|
|
+BuildRequires: gtk-sharp2
|
|
|
|
+BuildRequires: rsvg2-sharp
|
|
|
|
+BuildRequires: wnck-sharp
|
|
BuildRequires: gtk2-devel gcc-c++
|
|
BuildRequires: gtk2-devel gcc-c++
|
|
BuildRequires: alsa-lib-devel
|
|
BuildRequires: alsa-lib-devel
|
|
BuildRequires: xulrunner-devel
|
|
BuildRequires: xulrunner-devel
|
|
ExclusiveArch: %ix86 x86_64
|
|
ExclusiveArch: %ix86 x86_64
|
|
|
|
+
|
|
%description
|
|
%description
|
|
Moonlight is an open source implementation of Microsoft Silverlight for
|
|
Moonlight is an open source implementation of Microsoft Silverlight for
|
|
Unix systems.
|
|
Unix systems.
|
|
|
|
|
|
|
|
+%description -l ja
|
|
|
|
+Moonlight は Unix 系システムのための,Microsoft Silverlight のオープン
|
|
|
|
+ソースな実装です.
|
|
|
|
+
|
|
|
|
+
|
|
%package libs
|
|
%package libs
|
|
-License: LGPL v2.0 only
|
|
|
|
Summary: Moonlight libmoon
|
|
Summary: Moonlight libmoon
|
|
-Group: Development/Libraries
|
|
|
|
|
|
+Group: System Environment/Libraries
|
|
|
|
+License: LGPL v2.0 only
|
|
|
|
+
|
|
%description libs
|
|
%description libs
|
|
|
|
+Moonlight libmoon
|
|
|
|
|
|
%package devel
|
|
%package devel
|
|
-License: LGPL v2.0 only
|
|
|
|
Summary: Moonlight libmoon C/C++ development files
|
|
Summary: Moonlight libmoon C/C++ development files
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
|
|
+License: LGPL v2.0 only
|
|
Requires: %{name}-libs == %{version}
|
|
Requires: %{name}-libs == %{version}
|
|
|
|
+
|
|
%description devel
|
|
%description devel
|
|
Development files for libmoon
|
|
Development files for libmoon
|
|
|
|
|
|
%package tools
|
|
%package tools
|
|
Summary: Moonlight tools
|
|
Summary: Moonlight tools
|
|
-Group: Development/Libraries
|
|
|
|
|
|
+Group: Development/Tools
|
|
Requires: %{name}-libs == %{version}
|
|
Requires: %{name}-libs == %{version}
|
|
|
|
+
|
|
%description tools
|
|
%description tools
|
|
Moonlight tools (mopen, xamlg, xaml2html, mxap, respack, svg2xaml)
|
|
Moonlight tools (mopen, xamlg, xaml2html, mxap, respack, svg2xaml)
|
|
|
|
|
|
@@ -51,34 +67,38 @@ Moonlight tools (mopen, xamlg, xaml2html, mxap, respack, svg2xaml)
|
|
Summary: Moonlight browser plugin
|
|
Summary: Moonlight browser plugin
|
|
Group: Applications/Internet
|
|
Group: Applications/Internet
|
|
Requires: %{name}-libs == %{version}
|
|
Requires: %{name}-libs == %{version}
|
|
|
|
+
|
|
%description plugin
|
|
%description plugin
|
|
Browser plugin for Novell Moonlight
|
|
Browser plugin for Novell Moonlight
|
|
|
|
|
|
%package web-devel
|
|
%package web-devel
|
|
-License: MIT License (or similar) ; Ms-Pl
|
|
|
|
Summary: Development files for Moonlight Web
|
|
Summary: Development files for Moonlight Web
|
|
-Group: Development/Languages/Other
|
|
|
|
|
|
+Group: Development/Libraries
|
|
|
|
+License: MIT License (or similar) ; Ms-Pl
|
|
Requires: %{name}-plugin == %{version}
|
|
Requires: %{name}-plugin == %{version}
|
|
|
|
+
|
|
%description web-devel
|
|
%description web-devel
|
|
Development files for creating Moonlight web applications.
|
|
Development files for creating Moonlight web applications.
|
|
|
|
|
|
%package desktop
|
|
%package desktop
|
|
-License: MIT License (or similar) ; Ms-Pl
|
|
|
|
Summary: Mono bindings for Moonlight Desktop
|
|
Summary: Mono bindings for Moonlight Desktop
|
|
-Group: Productivity/Multimedia/Other
|
|
|
|
|
|
+Group: Development/Libraries
|
|
|
|
+License: MIT License (or similar) ; Ms-Pl
|
|
Requires: %{name}-libs == %{version}
|
|
Requires: %{name}-libs == %{version}
|
|
|
|
+
|
|
%description desktop
|
|
%description desktop
|
|
Mono bindings for Novell Moonlight.
|
|
Mono bindings for Novell Moonlight.
|
|
|
|
|
|
%package desktop-devel
|
|
%package desktop-devel
|
|
-License: MIT License (or similar) ; Ms-Pl
|
|
|
|
Summary: Development files for Moonlight Desktop
|
|
Summary: Development files for Moonlight Desktop
|
|
-Group: Development/Languages/Other
|
|
|
|
|
|
+Group: Development/Libraries
|
|
|
|
+License: MIT License (or similar) ; Ms-Pl
|
|
Requires: %{name}-libs == %{version}
|
|
Requires: %{name}-libs == %{version}
|
|
Requires: glib2-devel
|
|
Requires: glib2-devel
|
|
Requires: gtk-sharp2
|
|
Requires: gtk-sharp2
|
|
Requires: %{name}-desktop == %{version}
|
|
Requires: %{name}-desktop == %{version}
|
|
Requires: %{name}-tools == %{version}
|
|
Requires: %{name}-tools == %{version}
|
|
|
|
+
|
|
%description desktop-devel
|
|
%description desktop-devel
|
|
Development files for Moonlight Desktop.
|
|
Development files for Moonlight Desktop.
|
|
|
|
|
|
@@ -86,6 +106,7 @@ Development files for Moonlight Desktop.
|
|
Summary: Moonlight sharp
|
|
Summary: Moonlight sharp
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Requires: %{name}-libs == %{version}
|
|
Requires: %{name}-libs == %{version}
|
|
|
|
+
|
|
%description sharp
|
|
%description sharp
|
|
Provides a gtk-sharp object that can be used to embed a moonlight surface in a desktop application.
|
|
Provides a gtk-sharp object that can be used to embed a moonlight surface in a desktop application.
|
|
|
|
|
|
@@ -243,6 +264,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Sep 4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0-2
|
|
|
|
+- fixed Group
|
|
|
|
+- added BR: wnck-sharp
|
|
|
|
+
|
|
* Thu Dec 31 2009 Shu KONNO <owa@bg.wakwak.com> 2.0-1
|
|
* Thu Dec 31 2009 Shu KONNO <owa@bg.wakwak.com> 2.0-1
|
|
- updated moonlight to 2.0
|
|
- updated moonlight to 2.0
|
|
|
|
|