024d297
Name:           bleachbit
024d297
Version:        0.5.4
024d297
Release:        3%{?dist}
024d297
Summary:        Remove unnecessary files, free space, and maintain privacy
024d297
License:        GPLv3+
024d297
BuildRequires:  python-devel desktop-file-utils gettext  
024d297
Requires:       gnome-python2 pygtk2
024d297
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
024d297
Group:          Applications/Productivity
024d297
BuildArch:      noarch
024d297
URL:            http://bleachbit.sourceforge.net/
024d297
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
024d297
024d297
%description
024d297
BleachBit deletes unnecessary files to free valuable disk space, maintain 
024d297
privacy, and remove junk. Rid your system of old clutter including cache, 
024d297
cookies, Internet history, localizations, logs, temporary files, and broken 
024d297
shortcuts. Designed for Linux and Windows systems, it wipes clean Adobe Reader, 
024d297
APT, Bash, Beagle, Chromium, Epiphany, Firefox, Flash, GIMP, Google Chrome, 
024d297
Google Earth, Internet Explorer, Java, KDE, OpenOffice.org, Opera, RealPlayer, 
024d297
Safari, Skype, VIM, XChat, Yum, and more.
024d297
024d297
%prep
024d297
%setup -q
024d297
024d297
%build
024d297
make -C po local 
024d297
%{__python} setup.py build
024d297
024d297
%install
024d297
rm -rf %{buildroot}
024d297
make DESTDIR=%{buildroot} INSTALL="install -p" install \
024d297
 prefix=%{_prefix}
024d297
024d297
desktop-file-validate %{buildroot}/%{_datadir}/applications/bleachbit.desktop
024d297
024d297
%find_lang %{name}
024d297
024d297
%clean
024d297
rm -rf %{buildroot}
024d297
024d297
%files -f %{name}.lang
024d297
%defattr(-,root,root,-)
024d297
%{_bindir}/%{name}
024d297
%{_datadir}/applications/%{name}.desktop
024d297
%{_datadir}/%{name}/
024d297
%{_datadir}/pixmaps/%{name}.png
024d297
%doc COPYING README
024d297
024d297
024d297
%changelog
024d297
* Fri Jul 25 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.5.4-3
024d297
- Fix timestamp, add dist tag
024d297
024d297
* Sat Jul 18 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.5.4-2
024d297
- Fix review issues
024d297
024d297
* Sat Jul 18 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.5.4-1
024d297
- initial spec