Blob Blame History Raw
Name:           bleachbit
Version:        0.5.4
Release:        3%{?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.

%prep
%setup -q

%build
make -C po local 
%{__python} setup.py build

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} INSTALL="install -p" install \
 prefix=%{_prefix}

desktop-file-validate %{buildroot}/%{_datadir}/applications/bleachbit.desktop

%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/
%{_datadir}/pixmaps/%{name}.png
%doc COPYING README


%changelog
* Fri Jul 25 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.5.4-3
- Fix timestamp, add dist tag

* Sat Jul 18 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.5.4-2
- Fix review issues

* Sat Jul 18 2009 Rahul Sundaram <sundaram@fedoraproject.org> - 0.5.4-1
- initial spec