Browse Source

Reinstall ができない問題に対応(Patch 1つ追加)

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2584 ec354946-7b23-47d6-9f5a-488ba84defc7
kazutaka 13 years ago
parent
commit
5a80b77ffb
1 changed files with 8 additions and 1 deletions
  1. 8 1
      s/synaptic/synaptic-vl.spec

+ 8 - 1
s/synaptic/synaptic-vl.spec

@@ -1,6 +1,6 @@
 Name: synaptic
 Version: 0.57.2
-Release: 11%{?_dist_release}
+Release: 12%{?_dist_release}
 Summary: GTK based graphical front-end for APT
 Summary(ja): GTK ベースの APT グラフィカルフロントエンド
 Group: Applications/Administration
@@ -33,6 +33,7 @@ Patch24: synaptic-0.57.2-no-skip-taskbar.patch
 Patch25: synaptic-0.57.2-add-default-filters.patch
 Patch26: synaptic-0.57.2-fix-repository-updown.patch
 Patch27: synaptic-0.57.2-fix-crash-on-font-change.patch
+Patch28: synaptic-0.57.2-fix-reinstall.patch
 
 Requires: apt >= 0.5.15lorg3.93-0vl1
 Requires: usermode >= 1.69
@@ -45,6 +46,7 @@ BuildRequires: vte-devel >= 0.11.10
 BuildRequires: xmlto
 BuildRequires: scrollkeeper
 BuildRequires: perl-XML-Parser
+BuildRequires: desktop-file-utils
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 Vendor: Project Vine
@@ -91,6 +93,7 @@ Synaptic は APT(Advanced Package Tool) の Gtk+ ベースのグラフィカル
 %patch25 -p1
 %patch26 -p1
 %patch27 -p1
+%patch28 -p1
 
 cp -f po/ja.po po/ja.po.orig
 cp -f %{SOURCE10} po/ja.po
@@ -169,6 +172,10 @@ rm -rf %{buildroot}
 %{_mandir}/ja/man8/*
 
 %changelog
+* Thu Jan 27 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.57.2-12
+- add Patch28: fix reinstall error (<BTS:VineLinux:356>)
+- add BuildRequires: desktop-file-utils
+
 * Fri Feb  5 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.57.2-11
 - rebuilt with rpm-4.8.0-3 (on ppc)