Browse Source

bleachbit-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6353 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 12 years ago
parent
commit
9ef34cd7f4
1 changed files with 27 additions and 22 deletions
  1. 27 22
      b/bleachbit/bleachbit-vl.spec

+ 27 - 22
b/bleachbit/bleachbit-vl.spec

@@ -1,27 +1,28 @@
 %define _prefix	/usr
 
-Name:			bleachbit
-Version:		0.9.2
-Release:		1%{?_dist_release}
-Summary:		Tool for remove unnecessary files, free space, and maintain privacy
-Summary(ja):		不要ファイルの削除、スペースの解放、プライバシーの保全のためのツール
-Group:                  Applications/System
-License:		GPLv3
-URL:			http://bleachbit.sourceforge.net/
-Source0:		%{name}-%{version}.tar.bz2
-Patch0:		        no_update.patch
-
-BuildRoot:	%{_tmppath}/%{name}-%{version}-root
-BuildArch:	noarch
-BuildRequires:	python-devel
-BuildRequires:	desktop-file-utils
-BuildRequires:	gettext
-
-Requires:      gnome-python
-Requires:	python
-Requires:	python-simplejson
-Requires:	pygtk2 >= 2.6
-Requires:      usermode
+Name: bleachbit
+Version: 0.9.2
+Release: 2%{?_dist_release}
+Summary: Tool for remove unnecessary files, free space, and maintain privacy
+Summary(ja): 不要ファイルの削除、スペースの解放、プライバシーの保全のためのツール
+Group: Applications/System
+License: GPLv3
+URL: http://bleachbit.sourceforge.net/
+Source0: %{name}-%{version}.tar.bz2
+Patch0: no_update.patch
+Patch1: add_liferea_cleaner.patch
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildArch: noarch
+BuildRequires: python-devel
+BuildRequires: desktop-file-utils
+BuildRequires: gettext
+
+Requires: gnome-python
+Requires: python
+Requires: python-simplejson
+Requires: pygtk2 >= 2.6
+Requires: usermode
 
 %description
 Delete traces of your activities and other junk files to free disk
@@ -41,6 +42,7 @@ Firefox・OpenOffice.org・bash、その他50のアプリケーションの
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 make -C po local
@@ -118,6 +120,9 @@ update-desktop-database &> /dev/null ||:
 %{_datadir}/applications/*.desktop
 
 %changelog
+* Sat Jun 16 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.2-2
+- added Patch1 to add liferea-1.8 support
+
 * Wed May 02 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.2-1
 - new upstream release