|
@@ -1,27 +1,28 @@
|
|
%define _prefix /usr
|
|
%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
|
|
%description
|
|
Delete traces of your activities and other junk files to free disk
|
|
Delete traces of your activities and other junk files to free disk
|
|
@@ -41,6 +42,7 @@ Firefox・OpenOffice.org・bash、その他50のアプリケーションの
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
%patch0 -p1
|
|
%patch0 -p1
|
|
|
|
+%patch1 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
make -C po local
|
|
make -C po local
|
|
@@ -118,6 +120,9 @@ update-desktop-database &> /dev/null ||:
|
|
%{_datadir}/applications/*.desktop
|
|
%{_datadir}/applications/*.desktop
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Wed May 02 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.2-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|