From 2a31739ae7da69a0a8aa24fc33ae7027b1767586 Mon Sep 17 00:00:00 2001 From: Rahul Sundaram Date: Aug 03 2009 08:26:10 +0000 Subject: new upstream release --- diff --git a/.cvsignore b/.cvsignore index 9f486e3..47ea9c9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -bleachbit-0.5.4.tar.bz2 +bleachbit-0.6.0.tar.bz2 diff --git a/bleachbit.spec b/bleachbit.spec index 7479cca..e86e841 100644 --- a/bleachbit.spec +++ b/bleachbit.spec @@ -1,24 +1,19 @@ Name: bleachbit -Version: 0.5.4 -Release: 3%{?dist} +Version: 0.6.0 +Release: 1%{?dist} Summary: Remove unnecessary files, free space, and maintain privacy License: GPLv3+ BuildRequires: python-devel desktop-file-utils gettext -Requires: gnome-python2 pygtk2 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 Group: Applications/Productivity BuildArch: noarch URL: http://bleachbit.sourceforge.net/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description BleachBit deletes unnecessary files to free valuable disk space, maintain privacy, and remove junk. Rid your system of old clutter including cache, cookies, Internet history, localizations, logs, temporary files, and broken -shortcuts. Designed for Linux and Windows systems, it wipes clean Adobe Reader, -APT, Bash, Beagle, Chromium, Epiphany, Firefox, Flash, GIMP, Google Chrome, -Google Earth, Internet Explorer, Java, KDE, OpenOffice.org, Opera, RealPlayer, -Safari, Skype, VIM, XChat, Yum, and more. +shortcuts. It wipes clean the cache and history list of many common programs. %prep %setup -q @@ -27,8 +22,8 @@ Safari, Skype, VIM, XChat, Yum, and more. make -C po local %{__python} setup.py build + %install -rm -rf %{buildroot} make DESTDIR=%{buildroot} INSTALL="install -p" install \ prefix=%{_prefix} @@ -41,14 +36,18 @@ rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) +%doc COPYING README %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/%{name}/ %{_datadir}/pixmaps/%{name}.png -%doc COPYING README - +%exclude %{_datadir}/%{name}/Windows.py* %changelog +* Mon Aug 03 2009 Rahul Sundaram - 0.6.0-1 +- new upstream release +- http://bleachbit.blogspot.com/2009/08/bleachbit-cleaner-060-released.html + * Fri Jul 25 2009 Rahul Sundaram - 0.5.4-3 - Fix timestamp, add dist tag diff --git a/sources b/sources index 0d0a702..da785f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c7280d36b73dace8ba405ccfe603b4f6 bleachbit-0.5.4.tar.bz2 +f8736f9922df790bc73eb411b16172ba bleachbit-0.6.0.tar.bz2