From 9b6b0b4e9b5c40a7ce2303fa7f586154055bcd3e Mon Sep 17 00:00:00 2001 From: Rahul Sundaram Date: Jul 24 2009 22:49:31 +0000 Subject: initial spec --- diff --git a/.cvsignore b/.cvsignore index e69de29..9f486e3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +bleachbit-0.5.4.tar.bz2 diff --git a/bleachbit.spec b/bleachbit.spec new file mode 100644 index 0000000..7479cca --- /dev/null +++ b/bleachbit.spec @@ -0,0 +1,59 @@ +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 - 0.5.4-3 +- Fix timestamp, add dist tag + +* Sat Jul 18 2009 Rahul Sundaram - 0.5.4-2 +- Fix review issues + +* Sat Jul 18 2009 Rahul Sundaram - 0.5.4-1 +- initial spec diff --git a/sources b/sources index e69de29..0d0a702 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +c7280d36b73dace8ba405ccfe603b4f6 bleachbit-0.5.4.tar.bz2