Browse Source

2.0.7 に更新

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2035 ec354946-7b23-47d6-9f5a-488ba84defc7
kazutaka 13 years ago
parent
commit
b0e4ad4d4e
1 changed files with 18 additions and 1 deletions
  1. 18 1
      d/docky/docky-vl.spec

+ 18 - 1
d/docky/docky-vl.spec

@@ -4,15 +4,26 @@
 Summary:	Dock application for GNOME
 Summary(ja): 	GNOME 向けのドックアプリケーション
 Name:		docky
-Version:	2.0.6
+Version:	2.0.7
 Release: 	1%{?_dist_release}
 Source0:	http://launchpad.net/docky/2.0/2.0.5/+download/%{name}-%{version}.tar.gz
 Source1:	docky-2.0.5-ja.po
 Patch1:		docky-2.0.5-clock-date-format.patch
+# Add Patch2 to drop dependency for mono.getoptions (obsolete).
+# This patch is taken from https://bugs.launchpad.net/docky/+bug/502650
+# and modified to fit with 2.0.7.
+Patch2:		docky-2.0.7-drop-getoptions.patch
 License:	GPLv3
 Group:		Applications/Accessories
 URL:		http://www.go-docky.com/
 
+# TODO: confirm following dependencies (was required for 2.0.6)
+#   mono(Gnome.Keyring) = 1.0.0.0
+#   mono(ICSharpCode.SharpZipLib) = 2.84.0.0
+#   mono(System.Web) = 2.0.0.0
+#   mono(System.Xml.Linq) = 3.5.0.0
+#   mono(gconf-sharp) = 2.24.0.0
+#   mono(rsvg2-sharp) = 2.18.0.0
 Requires(post):	 desktop-file-utils
 Requires(postun):desktop-file-utils
 BuildRequires:	python
@@ -51,6 +62,7 @@ Docky はアプリケーションの実行やウィンドウの操作を簡単
 %prep
 %setup -q
 %patch1 -p1 -b .clock-date-format
+%patch2 -p0 -b .no-getoptions
 %{__cp} %{SOURCE1} po/ja.po
 
 
@@ -106,6 +118,11 @@ fi
 
 
 %changelog
+* Mon Oct 11 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 2.0.7-1
+- new upstream release
+- build with mono-2.8 (VineSeed)
+- add Patch2 to drop dependency mono.getoptions (VineSeed)
+
 * Thu Sep 09 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 2.0.6-1
 - new upstream release